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 739ce18496d..f79ae3fc3e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,7014 +1,8802 @@
{
- "name": "pokemon-rogue-battle",
- "version": "1.7.0",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "pokemon-rogue-battle",
- "version": "1.7.0",
- "hasInstallScript": true,
- "dependencies": {
- "@material/material-color-utilities": "^0.2.7",
- "crypto-js": "^4.2.0",
- "i18next": "^23.11.1",
- "i18next-browser-languagedetector": "^7.2.1",
- "i18next-http-backend": "^2.6.1",
- "i18next-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "jszip": "^3.10.1",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0",
- "@types/jsdom": "^21.1.7",
- "@types/node": "^20.12.13",
- "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54",
- "@typescript-eslint/parser": "^8.0.0-alpha.54",
- "@vitest/coverage-istanbul": "^2.1.9",
- "dependency-cruiser": "^16.3.10",
- "eslint": "^9.7.0",
- "eslint-plugin-import-x": "^4.2.1",
- "inquirer": "^11.0.2",
- "jsdom": "^24.0.0",
- "lefthook": "^1.6.12",
- "msw": "^2.4.9",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.14",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.1.9",
- "vitest-canvas-mock": "^0.3.3"
- },
- "engines": {
- "node": ">=20.0.0"
- }
- },
- "node_modules/@ampproject/remapping": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
- "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/code-frame": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/highlight": "^7.24.7",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/compat-data": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
- "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/core": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
- "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.9",
- "@babel/helper-compilation-targets": "^7.24.8",
- "@babel/helper-module-transforms": "^7.24.9",
- "@babel/helpers": "^7.24.8",
- "@babel/parser": "^7.24.8",
- "@babel/template": "^7.24.7",
- "@babel/traverse": "^7.24.8",
- "@babel/types": "^7.24.9",
- "convert-source-map": "^2.0.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.2",
- "json5": "^2.2.3",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/@babel/core/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/generator": {
- "version": "7.24.10",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
- "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.9",
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25",
- "jsesc": "^2.5.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
- "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.24.8",
- "@babel/helper-validator-option": "^7.24.8",
- "browserslist": "^4.23.1",
- "lru-cache": "^5.1.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-environment-visitor": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
- "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-function-name": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
- "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
- "dev": true,
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-hoist-variables": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
- "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-imports": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
- "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-transforms": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
- "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-module-imports": "^7.24.7",
- "@babel/helper-simple-access": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/helper-validator-identifier": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-simple-access": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
- "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-split-export-declaration": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
- "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-string-parser": {
- "version": "7.25.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
- "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-identifier": {
- "version": "7.25.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
- "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-option": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
- "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helpers": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
- "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.8"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.24.7",
- "chalk": "^2.4.2",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "dependencies": {
- "color-convert": "^1.9.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/parser": {
- "version": "7.26.8",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.8.tgz",
- "integrity": "sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.26.8"
- },
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/runtime": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz",
- "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==",
- "dependencies": {
- "regenerator-runtime": "^0.14.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/template": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
- "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/parser": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
- "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.8",
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-function-name": "^7.24.7",
- "@babel/helper-hoist-variables": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/parser": "^7.24.8",
- "@babel/types": "^7.24.8",
- "debug": "^4.3.1",
- "globals": "^11.1.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse/node_modules/globals": {
- "version": "11.12.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/types": {
- "version": "7.26.8",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.8.tgz",
- "integrity": "sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-string-parser": "^7.25.9",
- "@babel/helper-validator-identifier": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@bundled-es-modules/cookie": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz",
- "integrity": "sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cookie": "^0.5.0"
- }
- },
- "node_modules/@bundled-es-modules/statuses": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/statuses/-/statuses-1.0.1.tgz",
- "integrity": "sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "statuses": "^2.0.1"
- }
- },
- "node_modules/@bundled-es-modules/tough-cookie": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/tough-cookie/-/tough-cookie-0.1.6.tgz",
- "integrity": "sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@types/tough-cookie": "^4.0.5",
- "tough-cookie": "^4.1.4"
- }
- },
- "node_modules/@esbuild/aix-ppc64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
- "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "aix"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-arm": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
- "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
- "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
- "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
- "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
- "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
- "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
- "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
- "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
- "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ia32": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
- "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-loong64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
- "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
- "cpu": [
- "loong64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-mips64el": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
- "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
- "cpu": [
- "mips64el"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ppc64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
- "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-riscv64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
- "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-s390x": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
- "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
- "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/netbsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
- "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "netbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/openbsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
- "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "openbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/sunos-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
- "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "sunos"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
- "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-ia32": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
- "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
- "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@eslint-community/eslint-utils": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
- "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eslint-visitor-keys": "^3.3.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
- }
- },
- "node_modules/@eslint-community/regexpp": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
- "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
- }
- },
- "node_modules/@eslint/config-array": {
- "version": "0.17.1",
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.1.tgz",
- "integrity": "sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@eslint/object-schema": "^2.1.4",
- "debug": "^4.3.1",
- "minimatch": "^3.1.2"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/config-array/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/config-array/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/eslintrc": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz",
- "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^10.0.1",
- "globals": "^14.0.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
- },
- "node_modules/@eslint/eslintrc/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/js": {
- "version": "9.7.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz",
- "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/object-schema": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz",
- "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@hpcc-js/wasm": {
- "version": "2.18.0",
- "resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-2.18.0.tgz",
- "integrity": "sha512-M9XVIvAXGH4Xcyb5UoiohWcn6fil89pcos/gClNdBZG2v+W48xSf2bjcA8BW131X/AFHUerVY28n1P1Jw81/9A==",
- "dev": true,
- "dependencies": {
- "yargs": "17.7.2"
- },
- "bin": {
- "dot-wasm": "bin/dot-wasm.js"
- }
- },
- "node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12.22"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@humanwhocodes/retry": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz",
- "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18.18"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@inquirer/checkbox": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-3.0.1.tgz",
- "integrity": "sha512-0hm2nrToWUdD6/UHnel/UKGdk1//ke5zGUpHIvk5ZWmaKezlGxZkOJXNSWsdxO/rEqTkbB3lNC2J6nBElV2aAQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/confirm": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-4.0.1.tgz",
- "integrity": "sha512-46yL28o2NJ9doViqOy0VDcoTzng7rAb6yPQKU7VDLqkmbCaH4JqK4yk4XqlzNWy9PVC5pG1ZUXPBQv+VqnYs2w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/core": {
- "version": "9.2.1",
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
- "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "@types/mute-stream": "^0.0.4",
- "@types/node": "^22.5.5",
- "@types/wrap-ansi": "^3.0.0",
- "ansi-escapes": "^4.3.2",
- "cli-width": "^4.1.0",
- "mute-stream": "^1.0.0",
- "signal-exit": "^4.1.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^6.2.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/core/node_modules/@types/node": {
- "version": "22.5.5",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
- "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~6.19.2"
- }
- },
- "node_modules/@inquirer/core/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@inquirer/core/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@inquirer/core/node_modules/undici-types": {
- "version": "6.19.8",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@inquirer/core/node_modules/wrap-ansi": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@inquirer/editor": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-3.0.1.tgz",
- "integrity": "sha512-VA96GPFaSOVudjKFraokEEmUQg/Lub6OXvbIEZU1SDCmBzRkHGhxoFAVaF30nyiB4m5cEbDgiI2QRacXZ2hw9Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "external-editor": "^3.1.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/expand": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-3.0.1.tgz",
- "integrity": "sha512-ToG8d6RIbnVpbdPdiN7BCxZGiHOTomOX94C2FaT5KOHupV40tKEDozp12res6cMIfRKrXLJyexAZhWVHgbALSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/figures": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/input": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-3.0.1.tgz",
- "integrity": "sha512-BDuPBmpvi8eMCxqC5iacloWqv+5tQSJlUafYWUe31ow1BVXjW2a5qe3dh4X/Z25Wp22RwvcaLCc2siHobEOfzg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/number": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-2.0.1.tgz",
- "integrity": "sha512-QpR8jPhRjSmlr/mD2cw3IR8HRO7lSVOnqUvQa8scv1Lsr3xoAMMworcYW3J13z3ppjBFBD2ef1Ci6AE5Qn8goQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/password": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-3.0.1.tgz",
- "integrity": "sha512-haoeEPUisD1NeE2IanLOiFr4wcTXGWrBOyAyPZi1FfLJuXOzNmxCJPgUrGYKVh+Y8hfGJenIfz5Wb/DkE9KkMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/prompts": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-6.0.1.tgz",
- "integrity": "sha512-yl43JD/86CIj3Mz5mvvLJqAOfIup7ncxfJ0Btnl0/v5TouVUyeEdcpknfgc+yMevS/48oH9WAkkw93m7otLb/A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/checkbox": "^3.0.1",
- "@inquirer/confirm": "^4.0.1",
- "@inquirer/editor": "^3.0.1",
- "@inquirer/expand": "^3.0.1",
- "@inquirer/input": "^3.0.1",
- "@inquirer/number": "^2.0.1",
- "@inquirer/password": "^3.0.1",
- "@inquirer/rawlist": "^3.0.1",
- "@inquirer/search": "^2.0.1",
- "@inquirer/select": "^3.0.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/rawlist": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-3.0.1.tgz",
- "integrity": "sha512-VgRtFIwZInUzTiPLSfDXK5jLrnpkuSOh1ctfaoygKAdPqjcjKYmGh6sCY1pb0aGnCGsmhUxoqLDUAU0ud+lGXQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/search": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-2.0.1.tgz",
- "integrity": "sha512-r5hBKZk3g5MkIzLVoSgE4evypGqtOannnB3PKTG9NRZxyFRKcfzrdxXXPcoJQsxJPzvdSU2Rn7pB7lw0GCmGAg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/select": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-3.0.1.tgz",
- "integrity": "sha512-lUDGUxPhdWMkN/fHy1Lk7pF3nK1fh/gqeyWXmctefhxLYxlDsc7vsPBEpxrfVGDsVdyYJsiJoD4bJ1b623cV1Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/type": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
- "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mute-stream": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@isaacs/cliui": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^5.1.2",
- "string-width-cjs": "npm:string-width@^4.2.0",
- "strip-ansi": "^7.0.1",
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
- "wrap-ansi": "^8.1.0",
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/@istanbuljs/schema": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
- "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/set-array": "^1.2.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/set-array": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
- "dev": true
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.25",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
- },
- "node_modules/@material/material-color-utilities": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz",
- "integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==",
- "license": "Apache-2.0"
- },
- "node_modules/@mswjs/interceptors": {
- "version": "0.35.8",
- "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.35.8.tgz",
- "integrity": "sha512-PFfqpHplKa7KMdoQdj5td03uG05VK2Ng1dG0sP4pT9h0dGSX2v9txYt/AnrzPb/vAmfyBBC0NQV7VaBEX+efgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@open-draft/deferred-promise": "^2.2.0",
- "@open-draft/logger": "^0.3.0",
- "@open-draft/until": "^2.0.0",
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.3",
- "strict-event-emitter": "^0.5.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@open-draft/deferred-promise": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
- "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@open-draft/logger": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
- "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.0"
- }
- },
- "node_modules/@open-draft/until": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
- "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@pkgjs/parseargs": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz",
- "integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-android-arm64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz",
- "integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz",
- "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz",
- "integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz",
- "integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz",
- "integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz",
- "integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz",
- "integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz",
- "integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz",
- "integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz",
- "integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz",
- "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz",
- "integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz",
- "integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz",
- "integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz",
- "integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@shikijs/core": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.0.tgz",
- "integrity": "sha512-mc1cLbm6UQ8RxLc0dZES7v5rkH+99LxQp/ZvTqV3NLyYsO/fD6JhEflP1H5b2SDq9gI0+0G36AVZWxvounfR9w==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.4"
- }
- },
- "node_modules/@stylistic/eslint-plugin-js": {
- "version": "2.6.0-beta.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.0-beta.0.tgz",
- "integrity": "sha512-KQiNvzNzvl9AmMs1MiIBszLIy/Xy1bTExnyaVy5dSzOF9c+yT64JQfH0p0jP6XpGwoCnZsrPUNflwP30G42QBQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/eslint": "^8.56.10",
- "acorn": "^8.12.0",
- "eslint-visitor-keys": "^4.0.0",
- "espree": "^10.1.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": ">=8.40.0"
- }
- },
- "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@stylistic/eslint-plugin-ts": {
- "version": "2.6.0-beta.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.0-beta.0.tgz",
- "integrity": "sha512-WMz1zgmMC3bvg1L/tiYt5ygvDbTDKlbezoHoX2lV9MnUCAEQZUP4xJ9Wj3jmIKxb4mUuK5+vFZJVcOygvbbqow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@stylistic/eslint-plugin-js": "2.6.0-beta.0",
- "@types/eslint": "^8.56.10",
- "@typescript-eslint/utils": "^8.0.0-alpha.34"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": ">=8.40.0"
- }
- },
- "node_modules/@types/cookie": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
- "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/eslint": {
- "version": "8.56.11",
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz",
- "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*",
- "@types/json-schema": "*"
- }
- },
- "node_modules/@types/estree": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
- "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "dev": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/@types/jsdom": {
- "version": "21.1.7",
- "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
- "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*",
- "@types/tough-cookie": "*",
- "parse5": "^7.0.0"
- }
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.15",
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/mute-stream": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
- "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/node": {
- "version": "20.14.11",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
- "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
- "dev": true,
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@types/statuses": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz",
- "integrity": "sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/tough-cookie": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
- "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/unist": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
- "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
- "dev": true
- },
- "node_modules/@types/wrap-ansi": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
- "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.58.tgz",
- "integrity": "sha512-5G9oIj8jvosj8RTa0VDFXvRmUg1U6FxXJu7ZEfyJYMvFkdMJoY5YnzFvgAvHbYsXOj+YgXZu81fNOTRWQzwk5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/type-utils": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "graphemer": "^1.4.0",
- "ignore": "^5.3.1",
- "natural-compare": "^1.4.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/parser": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.58.tgz",
- "integrity": "sha512-/RpgxIejBui6WXJgV9ukwzxmvbZt5TlfHUGGLB/BsNLj+NRZEbXVtWT9rKuxVOqsGb1Dn9c5gxvBI/XzyuIsMQ==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/scope-manager": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.58.tgz",
- "integrity": "sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/type-utils": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.58.tgz",
- "integrity": "sha512-spW/I/UAY6HM0lKj+/333Zb9arOvUoi8+H0cVNYHELPhOti9re9NjyyJFhck84PNiwi8WmpkEf3GXe7/h+Cquw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58",
- "debug": "^4.3.4",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/types": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.58.tgz",
- "integrity": "sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.58.tgz",
- "integrity": "sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "debug": "^4.3.4",
- "globby": "^11.1.0",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/utils": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.58.tgz",
- "integrity": "sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.58.tgz",
- "integrity": "sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "eslint-visitor-keys": "^3.4.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@vitest/coverage-istanbul": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.9.tgz",
- "integrity": "sha512-vdYE4FkC/y2lxcN3Dcj54Bw+ericmDwiex0B8LV5F/YNYEYP1mgVwhPnHwWGAXu38qizkjOuyczKbFTALfzFKw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.3",
- "debug": "^4.3.7",
- "istanbul-lib-coverage": "^3.2.2",
- "istanbul-lib-instrument": "^6.0.3",
- "istanbul-lib-report": "^3.0.1",
- "istanbul-lib-source-maps": "^5.0.6",
- "istanbul-reports": "^3.1.7",
- "magicast": "^0.3.5",
- "test-exclude": "^7.0.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "vitest": "2.1.9"
- }
- },
- "node_modules/@vitest/expect": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz",
- "integrity": "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/spy": "2.1.9",
- "@vitest/utils": "2.1.9",
- "chai": "^5.1.2",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/mocker": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz",
- "integrity": "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/spy": "2.1.9",
- "estree-walker": "^3.0.3",
- "magic-string": "^0.30.12"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "msw": "^2.4.9",
- "vite": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "msw": {
- "optional": true
- },
- "vite": {
- "optional": true
- }
- }
- },
- "node_modules/@vitest/pretty-format": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz",
- "integrity": "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/runner": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz",
- "integrity": "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/utils": "2.1.9",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/snapshot": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz",
- "integrity": "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.1.9",
- "magic-string": "^0.30.12",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/spy": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz",
- "integrity": "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyspy": "^3.0.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/utils": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz",
- "integrity": "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.1.9",
- "loupe": "^3.1.2",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/acorn": {
- "version": "8.12.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
- "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/acorn-jsx-walk": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz",
- "integrity": "sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/acorn-loose": {
- "version": "8.4.0",
- "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.4.0.tgz",
- "integrity": "sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-walk": {
- "version": "8.3.3",
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
- "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/agent-base": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/ajv": {
- "version": "8.17.1",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
- "dev": true,
- "dependencies": {
- "fast-deep-equal": "^3.1.3",
- "fast-uri": "^3.0.1",
- "json-schema-traverse": "^1.0.0",
- "require-from-string": "^2.0.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/argparse": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
- "license": "Python-2.0"
- },
- "node_modules/array-union": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/assertion-error": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
- "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/asynckit": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
- "dev": true,
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/browserslist": {
- "version": "4.23.2",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
- "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "caniuse-lite": "^1.0.30001640",
- "electron-to-chromium": "^1.4.820",
- "node-releases": "^2.0.14",
- "update-browserslist-db": "^1.1.0"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- }
- },
- "node_modules/cac": {
- "version": "6.7.14",
- "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
- "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/call-bind": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
- "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/callsites": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/caniuse-lite": {
- "version": "1.0.30001642",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
- "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "CC-BY-4.0"
- },
- "node_modules/chai": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz",
- "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "assertion-error": "^2.0.1",
- "check-error": "^2.1.1",
- "deep-eql": "^5.0.1",
- "loupe": "^3.1.0",
- "pathval": "^2.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/chardet": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/check-error": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
- "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 16"
- }
- },
- "node_modules/cli-width": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
- "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">= 12"
- }
- },
- "node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/cliui/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cliui/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cliui/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/combined-stream": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "delayed-stream": "~1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/commander": {
- "version": "12.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
- "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/convert-source-map": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cookie": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
- "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/core-util-is": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
- "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
- },
- "node_modules/cross-fetch": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
- "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
- "license": "MIT",
- "dependencies": {
- "node-fetch": "^2.6.12"
- }
- },
- "node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/crypto-js": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
- "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
- "license": "MIT"
- },
- "node_modules/cssfontparser": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/cssfontparser/-/cssfontparser-1.2.1.tgz",
- "integrity": "sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cssstyle": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz",
- "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "rrweb-cssom": "^0.6.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/cssstyle/node_modules/rrweb-cssom": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz",
- "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==",
- "dev": true
- },
- "node_modules/data-urls": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
- "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/debug": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.3"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "node_modules/decimal.js": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
- "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/deep-eql": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
- "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/deep-is": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/delayed-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/dependency-cruiser": {
- "version": "16.3.10",
- "resolved": "https://registry.npmjs.org/dependency-cruiser/-/dependency-cruiser-16.3.10.tgz",
- "integrity": "sha512-WkCnibHBfvaiaQ+S46LZ6h4AR6oj42Vsf5/0Vgtrwdwn7ZekMJdZ/ALoTwNp/RaGlKW+MbV/fhSZOvmhAWVWzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "8.12.1",
- "acorn-jsx": "5.3.2",
- "acorn-jsx-walk": "2.0.0",
- "acorn-loose": "8.4.0",
- "acorn-walk": "8.3.3",
- "ajv": "8.17.1",
- "commander": "12.1.0",
- "enhanced-resolve": "5.17.1",
- "ignore": "5.3.1",
- "interpret": "^3.1.1",
- "is-installed-globally": "1.0.0",
- "json5": "2.2.3",
- "memoize": "10.0.0",
- "picocolors": "1.0.1",
- "picomatch": "4.0.2",
- "prompts": "2.4.2",
- "rechoir": "^0.8.0",
- "safe-regex": "2.1.1",
- "semver": "^7.6.3",
- "teamcity-service-messages": "0.1.14",
- "tsconfig-paths-webpack-plugin": "4.1.0",
- "watskeburt": "4.1.0"
- },
- "bin": {
- "depcruise": "bin/dependency-cruise.mjs",
- "depcruise-baseline": "bin/depcruise-baseline.mjs",
- "depcruise-fmt": "bin/depcruise-fmt.mjs",
- "depcruise-wrap-stream-in-html": "bin/wrap-stream-in-html.mjs",
- "dependency-cruise": "bin/dependency-cruise.mjs",
- "dependency-cruiser": "bin/dependency-cruise.mjs"
- },
- "engines": {
- "node": "^18.17||>=20"
- }
- },
- "node_modules/dir-glob": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-type": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/doctrine": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/electron-to-chromium": {
- "version": "1.4.830",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz",
- "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==",
- "dev": true
- },
- "node_modules/emoji-regex": {
- "version": "9.2.2",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/enhanced-resolve": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
- "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.4",
- "tapable": "^2.2.0"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/entities": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/es-define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
- "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-module-lexer": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
- "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/esbuild": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
- "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "esbuild": "bin/esbuild"
- },
- "engines": {
- "node": ">=12"
- },
- "optionalDependencies": {
- "@esbuild/aix-ppc64": "0.21.5",
- "@esbuild/android-arm": "0.21.5",
- "@esbuild/android-arm64": "0.21.5",
- "@esbuild/android-x64": "0.21.5",
- "@esbuild/darwin-arm64": "0.21.5",
- "@esbuild/darwin-x64": "0.21.5",
- "@esbuild/freebsd-arm64": "0.21.5",
- "@esbuild/freebsd-x64": "0.21.5",
- "@esbuild/linux-arm": "0.21.5",
- "@esbuild/linux-arm64": "0.21.5",
- "@esbuild/linux-ia32": "0.21.5",
- "@esbuild/linux-loong64": "0.21.5",
- "@esbuild/linux-mips64el": "0.21.5",
- "@esbuild/linux-ppc64": "0.21.5",
- "@esbuild/linux-riscv64": "0.21.5",
- "@esbuild/linux-s390x": "0.21.5",
- "@esbuild/linux-x64": "0.21.5",
- "@esbuild/netbsd-x64": "0.21.5",
- "@esbuild/openbsd-x64": "0.21.5",
- "@esbuild/sunos-x64": "0.21.5",
- "@esbuild/win32-arm64": "0.21.5",
- "@esbuild/win32-ia32": "0.21.5",
- "@esbuild/win32-x64": "0.21.5"
- }
- },
- "node_modules/escalade": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
- "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/eslint": {
- "version": "9.7.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz",
- "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.11.0",
- "@eslint/config-array": "^0.17.0",
- "@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "9.7.0",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@humanwhocodes/retry": "^0.3.0",
- "@nodelib/fs.walk": "^1.2.8",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.3.2",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^8.0.2",
- "eslint-visitor-keys": "^4.0.0",
- "espree": "^10.1.0",
- "esquery": "^1.5.0",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^8.0.0",
- "find-up": "^5.0.0",
- "glob-parent": "^6.0.2",
- "ignore": "^5.2.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "is-path-inside": "^3.0.3",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.1.2",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.3",
- "strip-ansi": "^6.0.1",
- "text-table": "^0.2.0"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-import-resolver-node": {
- "version": "0.3.9",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
- "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^3.2.7",
- "is-core-module": "^2.13.0",
- "resolve": "^1.22.4"
- }
- },
- "node_modules/eslint-import-resolver-node/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/eslint-plugin-import-x": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.2.1.tgz",
- "integrity": "sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/utils": "^8.1.0",
- "debug": "^4.3.4",
- "doctrine": "^3.0.0",
- "eslint-import-resolver-node": "^0.3.9",
- "get-tsconfig": "^4.7.3",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.3",
- "semver": "^7.6.3",
- "stable-hash": "^0.0.4",
- "tslib": "^2.6.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/scope-manager": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
- "integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/types": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
- "integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
- "integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/utils": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
- "integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.5.0",
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/typescript-estree": "8.5.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
- "integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "eslint-visitor-keys": "^3.4.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-scope": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz",
- "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/eslint/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/eslint/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
- },
- "node_modules/eslint/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/espree": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz",
- "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "acorn": "^8.12.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^4.0.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/espree/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/esquery": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/esrecurse": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estraverse": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estree-walker": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
- }
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/eventemitter3": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
- "license": "MIT"
- },
- "node_modules/expect-type": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.1.0.tgz",
- "integrity": "sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12.0.0"
- }
- },
- "node_modules/external-editor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-glob": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/fast-glob/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-uri": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
- "dev": true
- },
- "node_modules/fastq": {
- "version": "1.17.1",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "node_modules/file-entry-cache": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flat-cache": "^4.0.0"
- },
- "engines": {
- "node": ">=16.0.0"
- }
- },
- "node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/find-up": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/flat-cache": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flatted": "^3.2.9",
- "keyv": "^4.5.4"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/flatted": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/foreground-child": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
- "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^4.0.1"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/form-data": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
- "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fsevents": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/function-bind": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gensync": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/get-intrinsic": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
- "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-tsconfig": {
- "version": "4.8.0",
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.0.tgz",
- "integrity": "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve-pkg-maps": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
- }
- },
- "node_modules/glob-parent": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/global-directory": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
- "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ini": "4.1.1"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globals": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globby": {
- "version": "11.1.0",
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.2.9",
- "ignore": "^5.2.0",
- "merge2": "^1.4.1",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globrex": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
- "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/gopd": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.1.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graceful-fs": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/graphql": {
- "version": "16.9.0",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
- "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
- }
- },
- "node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/headers-polyfill": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
- "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/html-encoding-sniffer": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
- "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-encoding": "^3.1.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/html-escaper": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
- "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/http-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/https-proxy-agent": {
- "version": "7.0.5",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
- "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/i18next": {
- "version": "23.12.2",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz",
- "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.23.2"
- }
- },
- "node_modules/i18next-browser-languagedetector": {
- "version": "7.2.1",
- "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.2.1.tgz",
- "integrity": "sha512-h/pM34bcH6tbz8WgGXcmWauNpQupCGr25XPp9cZwZInR9XHSjIFDYp1SIok7zSPsTOMxdvuLyu86V+g2Kycnfw==",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.23.2"
- }
- },
- "node_modules/i18next-http-backend": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz",
- "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==",
- "license": "MIT",
- "dependencies": {
- "cross-fetch": "4.0.0"
- }
- },
- "node_modules/i18next-korean-postposition-processor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/i18next-korean-postposition-processor/-/i18next-korean-postposition-processor-1.0.0.tgz",
- "integrity": "sha512-ruNXjI9awsFK6Ie+F9gYaMW8ciLMuCkeRjH9QkSv2Wb8xI0mnm773v3M9eua8dtvAXudIUk4p6Ho7hNkEASXDg==",
- "license": "MIT",
- "peerDependencies": {
- "i18next": ">=8.4.0"
- }
- },
- "node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/ignore": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
- "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/immediate": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
- "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ=="
- },
- "node_modules/import-fresh": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
- "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/imurmurhash": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.19"
- }
- },
- "node_modules/inherits": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
- },
- "node_modules/ini": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
- "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/inquirer": {
- "version": "11.0.2",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-11.0.2.tgz",
- "integrity": "sha512-pnbn3nL+JFrTw/pLhzyE/IQ3+gA3n5JxTAZQDjB6qu4gbjOaiTnpZbxT6HY2DDCT7bzDjTTsd3snRP+B6N//Pg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/prompts": "^6.0.1",
- "@inquirer/type": "^2.0.0",
- "@types/mute-stream": "^0.0.4",
- "ansi-escapes": "^4.3.2",
- "mute-stream": "^1.0.0",
- "run-async": "^3.0.0",
- "rxjs": "^7.8.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/interpret": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
- "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/is-core-module": {
- "version": "2.15.0",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
- "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
- "dev": true,
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-glob": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-installed-globally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
- "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "global-directory": "^4.0.1",
- "is-path-inside": "^4.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-installed-globally/node_modules/is-path-inside": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-node-process": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
- "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/is-path-inside": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
- "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-potential-custom-element-name": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
- "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "license": "MIT"
- },
- "node_modules/isexe": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/istanbul-lib-coverage": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
- "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-instrument": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
- "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/core": "^7.23.9",
- "@babel/parser": "^7.23.9",
- "@istanbuljs/schema": "^0.1.3",
- "istanbul-lib-coverage": "^3.2.0",
- "semver": "^7.5.4"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-report": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
- "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "istanbul-lib-coverage": "^3.0.0",
- "make-dir": "^4.0.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-source-maps": {
- "version": "5.0.6",
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz",
- "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.23",
- "debug": "^4.1.1",
- "istanbul-lib-coverage": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-reports": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
- "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "html-escaper": "^2.0.0",
- "istanbul-lib-report": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/jackspeak": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/jest-canvas-mock": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.2.tgz",
- "integrity": "sha512-vgnpPupjOL6+L5oJXzxTxFrlGEIbHdZqFU+LFNdtLxZ3lRDCl17FlTMM7IatoRQkrcyOTMlDinjUguqmQ6bR2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssfontparser": "^1.2.1",
- "moo-color": "^1.0.2"
- }
- },
- "node_modules/js-tokens": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
- "license": "MIT",
- "dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/jsdom": {
- "version": "24.1.0",
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz",
- "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssstyle": "^4.0.1",
- "data-urls": "^5.0.0",
- "decimal.js": "^10.4.3",
- "form-data": "^4.0.0",
- "html-encoding-sniffer": "^4.0.0",
- "http-proxy-agent": "^7.0.2",
- "https-proxy-agent": "^7.0.4",
- "is-potential-custom-element-name": "^1.0.1",
- "nwsapi": "^2.2.10",
- "parse5": "^7.1.2",
- "rrweb-cssom": "^0.7.0",
- "saxes": "^6.0.0",
- "symbol-tree": "^3.2.4",
- "tough-cookie": "^4.1.4",
- "w3c-xmlserializer": "^5.0.0",
- "webidl-conversions": "^7.0.0",
- "whatwg-encoding": "^3.1.1",
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0",
- "ws": "^8.17.0",
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "canvas": "^2.11.2"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "node_modules/jsesc": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "jsesc": "bin/jsesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json-schema-traverse": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
- "dev": true
- },
- "node_modules/json-stable-stringify": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz",
- "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==",
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.5",
- "isarray": "^2.0.5",
- "jsonify": "^0.0.1",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json5": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jsonify": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
- "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
- "license": "Public Domain",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/jszip": {
- "version": "3.10.1",
- "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
- "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
- "dependencies": {
- "lie": "~3.3.0",
- "pako": "~1.0.2",
- "readable-stream": "~2.3.6",
- "setimmediate": "^1.0.5"
- }
- },
- "node_modules/keyv": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
- "node_modules/kleur": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
- "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/lefthook": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.7.4.tgz",
- "integrity": "sha512-lVv3nKH9l3KMDS3bySROvWJSw1+AsBHUO7xaA0rg1IEBZrj3+ePmM+a8elX+GU3Go1OzsZEYjo5AOOeLoZ7FQg==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "lefthook": "bin/index.js"
- },
- "optionalDependencies": {
- "lefthook-darwin-arm64": "1.7.4",
- "lefthook-darwin-x64": "1.7.4",
- "lefthook-freebsd-arm64": "1.7.4",
- "lefthook-freebsd-x64": "1.7.4",
- "lefthook-linux-arm64": "1.7.4",
- "lefthook-linux-x64": "1.7.4",
- "lefthook-windows-arm64": "1.7.4",
- "lefthook-windows-x64": "1.7.4"
- }
- },
- "node_modules/lefthook-darwin-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.7.4.tgz",
- "integrity": "sha512-6XpenaP0W7ZYA3lhHey/C1U+KmYz6eCq2cGswQsrTX+xdtHdWW3NbbOKngxATRTF8+CtF6m9UB2afP7qqkCghQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/lefthook-darwin-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.7.4.tgz",
- "integrity": "sha512-lpQXbPMHiaWE7+9fV+spjuMKiZ3J/+oI6hY1/l48MO3LmSpIv6DNy0VHho1fZVQnHdBU4bDh5c1G0r1f5T0irg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/lefthook-freebsd-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.7.4.tgz",
- "integrity": "sha512-wv+JZgkD1/wi4X5aKKNodvxNcFcYmvL7uyzKkbtd/LgX5ssh9r5pO9J/71ULGtEuTXH4kqORRtez7u/ygqMEew==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/lefthook-freebsd-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.7.4.tgz",
- "integrity": "sha512-xoYR0Ay8pbyY9W9mI+iI9VDkkCVYSXhMf9XyOChSlu2XmjKiqi23hjCXvSOpvHQ7jphGvAVpE3Byijr6Xjuihw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/lefthook-linux-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.7.4.tgz",
- "integrity": "sha512-WvXWzSM/e08n2f5lcC8j+pUMS0RzZftJK4zuBQ36TstSYXfBjWiw+FMnKCVZk6Q8Zc0icyF8sTmKQAyKCgX+UA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/lefthook-linux-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.7.4.tgz",
- "integrity": "sha512-eR5NxGzqPJm3wDTm4HStwGxOZ8Omb0ooodyuQdEOxtYidLrd4U18N14huwCEFd3BAOrjIWYV8plH+ReTZE56eg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/lefthook-windows-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.7.4.tgz",
- "integrity": "sha512-C+MdHH+0ylermetMHwfHsYYNI5HI6QEOx7N4Iw4Ea6c3Yuj3eG3LsAzrhsup7KLSSBmDgIHOCJUx/Mfh2z+ATw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/lefthook-windows-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.7.4.tgz",
- "integrity": "sha512-BDQhiRzmMYPFQFtVtkRfUfeZuSlemG1oJfGKYXlCGFskvK9Jm1nGFnG0Ig63FAQaFdW33DFoLdr9ZKFTUQeSwQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/levn": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1",
- "type-check": "~0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/lie": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
- "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
- "dependencies": {
- "immediate": "~3.0.5"
- }
- },
- "node_modules/linkify-it": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
- "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
- "dev": true,
- "dependencies": {
- "uc.micro": "^2.0.0"
- }
- },
- "node_modules/locate-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lodash.merge": {
- "version": "4.6.2",
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/loupe": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.3.tgz",
- "integrity": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/lru-cache": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "yallist": "^3.0.2"
- }
- },
- "node_modules/lunr": {
- "version": "2.3.9",
- "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
- "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/magic-string": {
- "version": "0.30.17",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
- "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.5.0"
- }
- },
- "node_modules/magicast": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
- "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.25.4",
- "@babel/types": "^7.25.4",
- "source-map-js": "^1.2.0"
- }
- },
- "node_modules/make-dir": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
- "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "semver": "^7.5.3"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/markdown-it": {
- "version": "14.1.0",
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
- "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
- "dev": true,
- "dependencies": {
- "argparse": "^2.0.1",
- "entities": "^4.4.0",
- "linkify-it": "^5.0.0",
- "mdurl": "^2.0.0",
- "punycode.js": "^2.3.1",
- "uc.micro": "^2.1.0"
- },
- "bin": {
- "markdown-it": "bin/markdown-it.mjs"
- }
- },
- "node_modules/mdurl": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
- "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
- "dev": true
- },
- "node_modules/memoize": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz",
- "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-function": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/memoize?sponsor=1"
- }
- },
- "node_modules/merge2": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/micromatch": {
- "version": "4.0.7",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
- "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/micromatch/node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/mime-db": {
- "version": "1.52.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mime-types": {
- "version": "2.1.35",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-db": "1.52.0"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mimic-function": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
- "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/minimist": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/moo-color": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/moo-color/-/moo-color-1.0.3.tgz",
- "integrity": "sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "^1.1.4"
- }
- },
- "node_modules/ms": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/msw": {
- "version": "2.4.9",
- "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz",
- "integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "dependencies": {
- "@bundled-es-modules/cookie": "^2.0.0",
- "@bundled-es-modules/statuses": "^1.0.1",
- "@bundled-es-modules/tough-cookie": "^0.1.6",
- "@inquirer/confirm": "^3.0.0",
- "@mswjs/interceptors": "^0.35.8",
- "@open-draft/until": "^2.1.0",
- "@types/cookie": "^0.6.0",
- "@types/statuses": "^2.0.4",
- "chalk": "^4.1.2",
- "graphql": "^16.8.1",
- "headers-polyfill": "^4.0.2",
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.2",
- "path-to-regexp": "^6.3.0",
- "strict-event-emitter": "^0.5.1",
- "type-fest": "^4.9.0",
- "yargs": "^17.7.2"
- },
- "bin": {
- "msw": "cli/index.js"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/mswjs"
- },
- "peerDependencies": {
- "typescript": ">= 4.8.x"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/msw/node_modules/@inquirer/confirm": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
- "integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.1.0",
- "@inquirer/type": "^1.5.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/msw/node_modules/@inquirer/type": {
- "version": "1.5.5",
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
- "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mute-stream": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/msw/node_modules/type-fest": {
- "version": "4.26.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
- "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mustache": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
- "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
- "license": "MIT",
- "bin": {
- "mustache": "bin/mustache"
- }
- },
- "node_modules/mute-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/nanoid": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "license": "MIT",
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
- "node_modules/node-fetch/node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
- },
- "node_modules/node-fetch/node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
- },
- "node_modules/node-fetch/node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
- "node_modules/node-releases": {
- "version": "2.0.17",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz",
- "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==",
- "dev": true
- },
- "node_modules/nwsapi": {
- "version": "2.2.12",
- "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz",
- "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==",
- "dev": true
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/optionator": {
- "version": "0.9.4",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "deep-is": "^0.1.3",
- "fast-levenshtein": "^2.0.6",
- "levn": "^0.4.1",
- "prelude-ls": "^1.2.1",
- "type-check": "^0.4.0",
- "word-wrap": "^1.2.5"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/outvariant": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
- "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/p-limit": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-locate": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/package-json-from-dist": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
- "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
- "dev": true,
- "license": "BlueOak-1.0.0"
- },
- "node_modules/pako": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
- "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
- },
- "node_modules/papaparse": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
- "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==",
- "license": "MIT"
- },
- "node_modules/parent-module": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parse5": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "entities": "^4.4.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
- "node_modules/path-exists": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-parse": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/path-scurry/node_modules/lru-cache": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/path-to-regexp": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
- "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-type": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pathe": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
- "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/pathval": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
- "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 14.16"
- }
- },
- "node_modules/phaser": {
- "version": "3.80.1",
- "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.80.1.tgz",
- "integrity": "sha512-VQGAWoDOkEpAWYkI+PUADv5Ql+SM0xpLuAMBJHz9tBcOLqjJ2wd8bUhxJgOqclQlLTg97NmMd9MhS75w16x1Cw==",
- "license": "MIT",
- "dependencies": {
- "eventemitter3": "^5.0.1"
- }
- },
- "node_modules/phaser3-rex-plugins": {
- "version": "1.80.5",
- "resolved": "https://registry.npmjs.org/phaser3-rex-plugins/-/phaser3-rex-plugins-1.80.5.tgz",
- "integrity": "sha512-hdL3Cm6dK72w6phQdGnEiqqntlwT8SvjU0yit7DkdqiPy/Io1g3KnsRFqndtY+Hu69zaMEuckpIVeQK6yVwx4A==",
- "dependencies": {
- "eventemitter3": "^3.1.2",
- "i18next": "^22.5.1",
- "i18next-http-backend": "^2.5.2",
- "js-yaml": "^4.1.0",
- "mustache": "^4.2.0",
- "papaparse": "^5.4.1",
- "webfontloader": "^1.6.28"
- }
- },
- "node_modules/phaser3-rex-plugins/node_modules/eventemitter3": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
- "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
- "license": "MIT"
- },
- "node_modules/phaser3-rex-plugins/node_modules/i18next": {
- "version": "22.5.1",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz",
- "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.20.6"
- }
- },
- "node_modules/phaser3spectorjs": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz",
- "integrity": "sha512-0dSO7/aMjEUPrp5EcjRvRRsEf+jXDbmzalPeJ6VtTB2Pn1PeaKc+qlL/DmO3l1Dvc5lkzc+Sil1Ta+Hkyi5cbA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/picocolors": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
- "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
- "dev": true
- },
- "node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/possible-typed-array-names": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
- "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/postcss": {
- "version": "8.4.47",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
- "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "nanoid": "^3.3.7",
- "picocolors": "^1.1.0",
- "source-map-js": "^1.2.1"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "node_modules/postcss/node_modules/picocolors": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
- "dev": true
- },
- "node_modules/prelude-ls": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/process-nextick-args": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
- "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
- },
- "node_modules/prompts": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
- "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "kleur": "^3.0.3",
- "sisteransi": "^1.0.5"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/psl": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/punycode.js": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
- "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/querystringify": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/queue-microtask": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/readable-stream": {
- "version": "2.3.8",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
- "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
- "dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
- }
- },
- "node_modules/readable-stream/node_modules/isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
- },
- "node_modules/rechoir": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
- "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve": "^1.20.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- }
- },
- "node_modules/regenerator-runtime": {
- "version": "0.14.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
- "license": "MIT"
- },
- "node_modules/regexp-tree": {
- "version": "0.1.27",
- "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
- "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "regexp-tree": "bin/regexp-tree"
- }
- },
- "node_modules/require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/require-from-string": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/resolve": {
- "version": "1.22.8",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/resolve-from": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/resolve-pkg-maps": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
- }
- },
- "node_modules/reusify": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "node_modules/rollup": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz",
- "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==",
- "dev": true,
- "dependencies": {
- "@types/estree": "1.0.5"
- },
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=18.0.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "@rollup/rollup-android-arm-eabi": "4.22.4",
- "@rollup/rollup-android-arm64": "4.22.4",
- "@rollup/rollup-darwin-arm64": "4.22.4",
- "@rollup/rollup-darwin-x64": "4.22.4",
- "@rollup/rollup-linux-arm-gnueabihf": "4.22.4",
- "@rollup/rollup-linux-arm-musleabihf": "4.22.4",
- "@rollup/rollup-linux-arm64-gnu": "4.22.4",
- "@rollup/rollup-linux-arm64-musl": "4.22.4",
- "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4",
- "@rollup/rollup-linux-riscv64-gnu": "4.22.4",
- "@rollup/rollup-linux-s390x-gnu": "4.22.4",
- "@rollup/rollup-linux-x64-gnu": "4.22.4",
- "@rollup/rollup-linux-x64-musl": "4.22.4",
- "@rollup/rollup-win32-arm64-msvc": "4.22.4",
- "@rollup/rollup-win32-ia32-msvc": "4.22.4",
- "@rollup/rollup-win32-x64-msvc": "4.22.4",
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/rrweb-cssom": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
- "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==",
- "dev": true
- },
- "node_modules/run-async": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
- "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/run-parallel": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "node_modules/rxjs": {
- "version": "7.8.1",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
- "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-buffer": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
- },
- "node_modules/safe-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
- "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "regexp-tree": "~0.1.1"
- }
- },
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/saxes": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
- "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "xmlchars": "^2.2.0"
- },
- "engines": {
- "node": ">=v12.22.7"
- }
- },
- "node_modules/semver": {
- "version": "7.6.3",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/setimmediate": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
- "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
- },
- "node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shiki": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.0.tgz",
- "integrity": "sha512-BuAxWOm5JhRcbSOl7XCei8wGjgJJonnV0oipUupPY58iULxUGyHhW5CF+9FRMuM1pcJ5cGEJGll1LusX6FwpPA==",
- "dev": true,
- "dependencies": {
- "@shikijs/core": "1.12.0",
- "@types/hast": "^3.0.4"
- }
- },
- "node_modules/siginfo": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
- "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/sisteransi": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
- "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/slash": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/source-map-js": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/stable-hash": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
- "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/stackback": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
- "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/std-env": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.8.0.tgz",
- "integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/strict-event-emitter": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
- "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
- "dependencies": {
- "safe-buffer": "~5.1.0"
- }
- },
- "node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/string-width-cjs": {
- "name": "string-width",
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string-width/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/string-width/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi-cjs": {
- "name": "strip-ansi",
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-bom": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
- "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/symbol-tree": {
- "version": "3.2.4",
- "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tapable": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
- "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/teamcity-service-messages": {
- "version": "0.1.14",
- "resolved": "https://registry.npmjs.org/teamcity-service-messages/-/teamcity-service-messages-0.1.14.tgz",
- "integrity": "sha512-29aQwaHqm8RMX74u2o/h1KbMLP89FjNiMxD9wbF2BbWOnbM+q+d1sCEC+MqCc4QW3NJykn77OMpTFw/xTHIc0w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/test-exclude": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz",
- "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.2",
- "glob": "^10.4.1",
- "minimatch": "^9.0.4"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/test-exclude/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "package-json-from-dist": "^1.0.0",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/text-table": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinybench": {
- "version": "2.9.0",
- "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
- "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinyexec": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
- "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinypool": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.2.tgz",
- "integrity": "sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- }
- },
- "node_modules/tinyrainbow": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz",
- "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tinyspy": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz",
- "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "os-tmpdir": "~1.0.2"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
- "node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/tough-cookie": {
- "version": "4.1.4",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tr46": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz",
- "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.3.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/ts-api-utils": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
- "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- },
- "peerDependencies": {
- "typescript": ">=4.2.0"
- }
- },
- "node_modules/tsconfck": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.1.tgz",
- "integrity": "sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "tsconfck": "bin/tsconfck.js"
- },
- "engines": {
- "node": "^18 || >=20"
- },
- "peerDependencies": {
- "typescript": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz",
- "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chalk": "^4.1.0",
- "enhanced-resolve": "^5.7.0",
- "tsconfig-paths": "^4.1.2"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin/node_modules/tsconfig-paths": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
- "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json5": "^2.2.2",
- "minimist": "^1.2.6",
- "strip-bom": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tslib": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
- "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
- "dev": true,
- "license": "0BSD"
- },
- "node_modules/type-check": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/typedoc": {
- "version": "0.26.5",
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.5.tgz",
- "integrity": "sha512-Vn9YKdjKtDZqSk+by7beZ+xzkkr8T8CYoiasqyt4TTRFy5+UHzL/mF/o4wGBjRF+rlWQHDb0t6xCpA3JNL5phg==",
- "dev": true,
- "dependencies": {
- "lunr": "^2.3.9",
- "markdown-it": "^14.1.0",
- "minimatch": "^9.0.5",
- "shiki": "^1.9.1",
- "yaml": "^2.4.5"
- },
- "bin": {
- "typedoc": "bin/typedoc"
- },
- "engines": {
- "node": ">= 18"
- },
- "peerDependencies": {
- "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x"
- }
- },
- "node_modules/typescript": {
- "version": "5.5.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
- "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
- "dev": true,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
- "node_modules/typescript-eslint": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.58.tgz",
- "integrity": "sha512-0mvrodNhExpkWns+5RaZP8YqsAfPyjmPVVM1p+kaJkvApMH58/VFcQ0iSQuun0bFRNCMvW0ZUdulS9AsHqVXkg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/eslint-plugin": "8.0.0-alpha.58",
- "@typescript-eslint/parser": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/uc.micro": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
- "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
- "dev": true
- },
- "node_modules/undici-types": {
- "version": "5.26.5",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/update-browserslist-db": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
- "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "escalade": "^3.1.2",
- "picocolors": "^1.0.1"
- },
- "bin": {
- "update-browserslist-db": "cli.js"
- },
- "peerDependencies": {
- "browserslist": ">= 4.21.0"
- }
- },
- "node_modules/uri-js": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/url-parse": {
- "version": "1.5.10",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- }
- },
- "node_modules/util-deprecate": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
- },
- "node_modules/vite": {
- "version": "5.4.14",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz",
- "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "esbuild": "^0.21.3",
- "postcss": "^8.4.43",
- "rollup": "^4.20.0"
- },
- "bin": {
- "vite": "bin/vite.js"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://github.com/vitejs/vite?sponsor=1"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.3"
- },
- "peerDependencies": {
- "@types/node": "^18.0.0 || >=20.0.0",
- "less": "*",
- "lightningcss": "^1.21.0",
- "sass": "*",
- "sass-embedded": "*",
- "stylus": "*",
- "sugarss": "*",
- "terser": "^5.4.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "less": {
- "optional": true
- },
- "lightningcss": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "sass-embedded": {
- "optional": true
- },
- "stylus": {
- "optional": true
- },
- "sugarss": {
- "optional": true
- },
- "terser": {
- "optional": true
- }
- }
- },
- "node_modules/vite-node": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz",
- "integrity": "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cac": "^6.7.14",
- "debug": "^4.3.7",
- "es-module-lexer": "^1.5.4",
- "pathe": "^1.1.2",
- "vite": "^5.0.0"
- },
- "bin": {
- "vite-node": "vite-node.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/vite-tsconfig-paths": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz",
- "integrity": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.1.1",
- "globrex": "^0.1.2",
- "tsconfck": "^3.0.3"
- },
- "peerDependencies": {
- "vite": "*"
- },
- "peerDependenciesMeta": {
- "vite": {
- "optional": true
- }
- }
- },
- "node_modules/vitest": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz",
- "integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/expect": "2.1.9",
- "@vitest/mocker": "2.1.9",
- "@vitest/pretty-format": "^2.1.9",
- "@vitest/runner": "2.1.9",
- "@vitest/snapshot": "2.1.9",
- "@vitest/spy": "2.1.9",
- "@vitest/utils": "2.1.9",
- "chai": "^5.1.2",
- "debug": "^4.3.7",
- "expect-type": "^1.1.0",
- "magic-string": "^0.30.12",
- "pathe": "^1.1.2",
- "std-env": "^3.8.0",
- "tinybench": "^2.9.0",
- "tinyexec": "^0.3.1",
- "tinypool": "^1.0.1",
- "tinyrainbow": "^1.2.0",
- "vite": "^5.0.0",
- "vite-node": "2.1.9",
- "why-is-node-running": "^2.3.0"
- },
- "bin": {
- "vitest": "vitest.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "@edge-runtime/vm": "*",
- "@types/node": "^18.0.0 || >=20.0.0",
- "@vitest/browser": "2.1.9",
- "@vitest/ui": "2.1.9",
- "happy-dom": "*",
- "jsdom": "*"
- },
- "peerDependenciesMeta": {
- "@edge-runtime/vm": {
- "optional": true
- },
- "@types/node": {
- "optional": true
- },
- "@vitest/browser": {
- "optional": true
- },
- "@vitest/ui": {
- "optional": true
- },
- "happy-dom": {
- "optional": true
- },
- "jsdom": {
- "optional": true
- }
- }
- },
- "node_modules/vitest-canvas-mock": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/vitest-canvas-mock/-/vitest-canvas-mock-0.3.3.tgz",
- "integrity": "sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "jest-canvas-mock": "~2.5.2"
- },
- "peerDependencies": {
- "vitest": "*"
- }
- },
- "node_modules/w3c-xmlserializer": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
- "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/watskeburt": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/watskeburt/-/watskeburt-4.1.0.tgz",
- "integrity": "sha512-KkY5H51ajqy9HYYI+u9SIURcWnqeVVhdH0I+ab6aXPGHfZYxgRCwnR6Lm3+TYB6jJVt5jFqw4GAKmwf1zHmGQw==",
- "dev": true,
- "bin": {
- "watskeburt": "dist/run-cli.js"
- },
- "engines": {
- "node": "^18||>=20"
- }
- },
- "node_modules/webfontloader": {
- "version": "1.6.28",
- "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz",
- "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==",
- "license": "Apache-2.0"
- },
- "node_modules/webidl-conversions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
- "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/whatwg-encoding": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
- "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "iconv-lite": "0.6.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/whatwg-mimetype": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
- "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/whatwg-url": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz",
- "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==",
- "dev": true,
- "dependencies": {
- "tr46": "^5.0.0",
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/why-is-node-running": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
- "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "siginfo": "^2.0.0",
- "stackback": "0.0.2"
- },
- "bin": {
- "why-is-node-running": "cli.js"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/word-wrap": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/wrap-ansi": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.1.0",
- "string-width": "^5.0.1",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs": {
- "name": "wrap-ansi",
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/wrap-ansi-cjs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/ws": {
- "version": "8.18.0",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
- "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": ">=5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/xml-name-validator": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
- "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/xmlchars": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/yallist": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/yaml": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
- "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
- "dev": true,
- "bin": {
- "yaml": "bin.mjs"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/yargs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/yocto-queue": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/yoctocolors-cjs": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
- "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- }
- }
+ "name": "pokemon-rogue-battle",
+ "version": "1.8.1",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "pokemon-rogue-battle",
+ "version": "1.8.1",
+ "hasInstallScript": true,
+ "dependencies": {
+ "@material/material-color-utilities": "^0.2.7",
+ "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.88.2",
+ "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": "^20.12.13",
+ "@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.26.2",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
+ "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.25.9",
+ "js-tokens": "^4.0.0",
+ "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.27.0",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.0.tgz",
+ "integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/template": "^7.27.0",
+ "@babel/types": "^7.27.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.27.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz",
+ "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.27.0"
+ },
+ "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.27.0",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.0.tgz",
+ "integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.26.2",
+ "@babel/parser": "^7.27.0",
+ "@babel/types": "^7.27.0"
+ },
+ "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.27.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz",
+ "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
+ "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.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.1.tgz",
+ "integrity": "sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.1.tgz",
+ "integrity": "sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.1.tgz",
+ "integrity": "sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.1.tgz",
+ "integrity": "sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-arm64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.1.tgz",
+ "integrity": "sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.1.tgz",
+ "integrity": "sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.1.tgz",
+ "integrity": "sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.1.tgz",
+ "integrity": "sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.1.tgz",
+ "integrity": "sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.1.tgz",
+ "integrity": "sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ia32": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.1.tgz",
+ "integrity": "sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-loong64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.1.tgz",
+ "integrity": "sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-mips64el": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.1.tgz",
+ "integrity": "sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ppc64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.1.tgz",
+ "integrity": "sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-riscv64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.1.tgz",
+ "integrity": "sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-s390x": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.1.tgz",
+ "integrity": "sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.1.tgz",
+ "integrity": "sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-arm64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.1.tgz",
+ "integrity": "sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.1.tgz",
+ "integrity": "sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-arm64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.1.tgz",
+ "integrity": "sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.1.tgz",
+ "integrity": "sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/sunos-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.1.tgz",
+ "integrity": "sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-arm64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.1.tgz",
+ "integrity": "sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-ia32": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.1.tgz",
+ "integrity": "sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-x64": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.1.tgz",
+ "integrity": "sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==",
+ "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.1",
+ "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.2.1.tgz",
+ "integrity": "sha512-HbzRC6MKB6U8kQhczz0APKPIzFHTrcqhaC7es2EXInq1SpjPVnpVSIsBe6hNoLWqqCx1n5VKiPXq6PfXnHZKOQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/engine-oniguruma": "^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/checkbox/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/checkbox/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/@inquirer/checkbox/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/checkbox/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/@inquirer/checkbox/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/checkbox/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/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/confirm/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/confirm/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/@inquirer/confirm/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/confirm/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/@inquirer/confirm/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/confirm/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/editor/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/editor/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/@inquirer/editor/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/editor/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/@inquirer/editor/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/editor/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/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/expand/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/expand/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/@inquirer/expand/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/expand/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/@inquirer/expand/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/expand/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/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/input/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/input/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/@inquirer/input/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/input/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/@inquirer/input/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/input/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/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/number/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/number/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/@inquirer/number/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/number/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/@inquirer/number/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/number/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/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/password/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/password/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/@inquirer/password/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/password/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/@inquirer/password/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/password/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/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/rawlist/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/rawlist/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/@inquirer/rawlist/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/rawlist/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/@inquirer/rawlist/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/rawlist/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/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/search/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/search/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/@inquirer/search/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/search/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/@inquirer/search/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/search/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/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/select/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/select/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/@inquirer/select/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/select/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/@inquirer/select/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/select/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/@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/@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/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": "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.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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.28.0.tgz",
+ "integrity": "sha512-lvFK3TCGAHsItNdWZ/1FkvpzCxTHUVuFrdnOGLMa0GGCFIbCgQWVk3CzCGdA7kM3qGVc+dfW9tr0Z/sHnGDFyg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/regexpp": "^4.10.0",
+ "@typescript-eslint/scope-manager": "8.28.0",
+ "@typescript-eslint/type-utils": "8.28.0",
+ "@typescript-eslint/utils": "8.28.0",
+ "@typescript-eslint/visitor-keys": "8.28.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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.28.0.tgz",
+ "integrity": "sha512-LPcw1yHD3ToaDEoljFEfQ9j2xShY367h7FZ1sq5NJT9I3yj4LHer1Xd1yRSOdYy9BpsrxU7R+eoDokChYM53lQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "8.28.0",
+ "@typescript-eslint/types": "8.28.0",
+ "@typescript-eslint/typescript-estree": "8.28.0",
+ "@typescript-eslint/visitor-keys": "8.28.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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.28.0.tgz",
+ "integrity": "sha512-u2oITX3BJwzWCapoZ/pXw6BCOl8rJP4Ij/3wPoGvY8XwvXflOzd1kLrDUUUAIEdJSFh+ASwdTHqtan9xSg8buw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.28.0",
+ "@typescript-eslint/visitor-keys": "8.28.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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.28.0.tgz",
+ "integrity": "sha512-oRoXu2v0Rsy/VoOGhtWrOKDiIehvI+YNrDk5Oqj40Mwm0Yt01FC/Q7nFqg088d3yAsR1ZcZFVfPCTTFCe/KPwg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/typescript-estree": "8.28.0",
+ "@typescript-eslint/utils": "8.28.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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.28.0.tgz",
+ "integrity": "sha512-bn4WS1bkKEjx7HqiwG2JNB3YJdC1q6Ue7GyGlwPHyt0TnVq6TtD/hiOdTZt71sq0s7UzqBFXD8t8o2e63tXgwA==",
+ "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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.28.0.tgz",
+ "integrity": "sha512-H74nHEeBGeklctAVUvmDkxB1mk+PAZ9FiOMPFncdqeRBXxk1lWSYraHw8V12b7aa6Sg9HOBNbGdSHobBPuQSuA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.28.0",
+ "@typescript-eslint/visitor-keys": "8.28.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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.28.0.tgz",
+ "integrity": "sha512-OELa9hbTYciYITqgurT1u/SzpQVtDLmQMFzy/N8pQE+tefOyCWT79jHsav294aTqV1q1u+VzqDGbuujvRYaeSQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@typescript-eslint/scope-manager": "8.28.0",
+ "@typescript-eslint/types": "8.28.0",
+ "@typescript-eslint/typescript-estree": "8.28.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.28.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.28.0.tgz",
+ "integrity": "sha512-hbn8SZ8w4u2pRwgQ1GlUrPKE+t2XvcCW5tTRF7j6SMYIuYG37XuzIW44JCZPa36evi0Oy2SnM664BlIaAuQcvg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.28.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/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.1",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.1.tgz",
+ "integrity": "sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.25.1",
+ "@esbuild/android-arm": "0.25.1",
+ "@esbuild/android-arm64": "0.25.1",
+ "@esbuild/android-x64": "0.25.1",
+ "@esbuild/darwin-arm64": "0.25.1",
+ "@esbuild/darwin-x64": "0.25.1",
+ "@esbuild/freebsd-arm64": "0.25.1",
+ "@esbuild/freebsd-x64": "0.25.1",
+ "@esbuild/linux-arm": "0.25.1",
+ "@esbuild/linux-arm64": "0.25.1",
+ "@esbuild/linux-ia32": "0.25.1",
+ "@esbuild/linux-loong64": "0.25.1",
+ "@esbuild/linux-mips64el": "0.25.1",
+ "@esbuild/linux-ppc64": "0.25.1",
+ "@esbuild/linux-riscv64": "0.25.1",
+ "@esbuild/linux-s390x": "0.25.1",
+ "@esbuild/linux-x64": "0.25.1",
+ "@esbuild/netbsd-arm64": "0.25.1",
+ "@esbuild/netbsd-x64": "0.25.1",
+ "@esbuild/openbsd-arm64": "0.25.1",
+ "@esbuild/openbsd-x64": "0.25.1",
+ "@esbuild/sunos-x64": "0.25.1",
+ "@esbuild/win32-arm64": "0.25.1",
+ "@esbuild/win32-ia32": "0.25.1",
+ "@esbuild/win32-x64": "0.25.1"
+ }
+ },
+ "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.9.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.9.4.tgz",
+ "integrity": "sha512-IPWbN0KBgBCpAiSlUcS17zc1eqMzRlYz15AzsFrw2Qfqt+e0IupxYbvYD96bGLKVlNdkNwa4ggv1skztpaZR/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@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": "^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-plugin-import-x/node_modules/minimatch": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
+ "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": "20 || >=22"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "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.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.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/inquirer/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/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/inquirer/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/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/inquirer/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/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/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.5",
+ "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.11.5.tgz",
+ "integrity": "sha512-iv3pJsfg0zDVqRa+sUsfZ4AsAk2W5KOpouNptLQxFncU5hZa60HfDHIp9pne/E7LoAyzGbwMCGYnBdGpQZc5Pg==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "lefthook": "bin/index.js"
+ },
+ "optionalDependencies": {
+ "lefthook-darwin-arm64": "1.11.5",
+ "lefthook-darwin-x64": "1.11.5",
+ "lefthook-freebsd-arm64": "1.11.5",
+ "lefthook-freebsd-x64": "1.11.5",
+ "lefthook-linux-arm64": "1.11.5",
+ "lefthook-linux-x64": "1.11.5",
+ "lefthook-openbsd-arm64": "1.11.5",
+ "lefthook-openbsd-x64": "1.11.5",
+ "lefthook-windows-arm64": "1.11.5",
+ "lefthook-windows-x64": "1.11.5"
+ }
+ },
+ "node_modules/lefthook-darwin-arm64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.11.5.tgz",
+ "integrity": "sha512-58VgfpwVZou3OcELAo673gwT1Y2iE0W/zdh9sI7/ZJHjjPNGuxHqroI/woB/SzhRjndwKsa2YUaYntb2ZqgyMw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/lefthook-darwin-x64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.11.5.tgz",
+ "integrity": "sha512-wZBYZWK0CcsHYQJwLHxaitG1LKIPE0s4E4MjB0oGd4DrFGWSmJUSv1q888Rc1515U2L3VS8CH91f1PvOusTURA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/lefthook-freebsd-arm64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.11.5.tgz",
+ "integrity": "sha512-fyTZffoe3XaKquQ1gqEybwpSv4z1XRTLkgqYoz3uuY0s/4vcRu1N13egDu5Lqbdm57ps9VWEqYD7wTiHw3ldGA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/lefthook-freebsd-x64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.11.5.tgz",
+ "integrity": "sha512-sumvthx/U2R36YfNH/Uhwi77ZC5g1s41xBBjAE9VM6xlQarcw/A/DGPu9OaH8AM0Td089jUStT/8zN85GQfg6Q==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/lefthook-linux-arm64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.11.5.tgz",
+ "integrity": "sha512-DclKoRxDc6NqhPyjuwbA+oOGSkhCZXmHzUdpo/p6Yf4owoJZtcM6yEvWN+77L8N4kUiW2pNoFj61fEZkYCc4pA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/lefthook-linux-x64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.11.5.tgz",
+ "integrity": "sha512-5omR/uX0TOYJy94uWAeQIO+4HkoQjW425VQ48HtR3aqmODqj1ELYbR8YKtEcYUK+RqIzREG1kBODXmtIsINTdA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/lefthook-openbsd-arm64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-openbsd-arm64/-/lefthook-openbsd-arm64-1.11.5.tgz",
+ "integrity": "sha512-i1Ji2+KBQPeqCFaSmoBkGhcREQ+0zocuo24fxj2I5jkEIZFM0+UvwPTSsg6ZwOgftV2IcqRKGE2DbIQN1M+U2A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ]
+ },
+ "node_modules/lefthook-openbsd-x64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-openbsd-x64/-/lefthook-openbsd-x64-1.11.5.tgz",
+ "integrity": "sha512-60XJUYgk4DEoMX1af8b8R3DosneawiHeJR6A3Pa62rfElVL9puqHEdscA9qW5hW9lm/bH6gFs8KB55yqjMmf1g==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ]
+ },
+ "node_modules/lefthook-windows-arm64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.11.5.tgz",
+ "integrity": "sha512-Ttfwdk9QeoDwvgjS71PocpvwuNnB39+8Az6OuXteWaSn5UA3g+wtD28Bu/BRHseym3RhqXfkYWthii7Vwu7iTQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/lefthook-windows-x64": {
+ "version": "1.11.5",
+ "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.11.5.tgz",
+ "integrity": "sha512-r5MWvJbnCElXeMzKZ4RTyffqzeIWK1xq526hB/Qt55PfbF8is/caEVoutjhzzhyks2vfXZUwVE7oDYif/co5iA==",
+ "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/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.88.2",
+ "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.88.2.tgz",
+ "integrity": "sha512-UBgd2sAFuRJbF2xKaQ5jpMWB8oETncChLnymLGHcrnT53vaqiGrQWbUKUDBawKLm24sghjKo4Bf+/xfv8espZQ==",
+ "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"
+ }
+ ]
+ },
+ "node_modules/readable-stream": {
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/readable-stream/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ },
+ "node_modules/rechoir": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
+ "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "resolve": "^1.20.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+ "license": "MIT"
+ },
+ "node_modules/regexp-tree": {
+ "version": "0.1.27",
+ "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
+ "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "regexp-tree": "bin/regexp-tree"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/resolve-pkg-maps": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
+ "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "4.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.28.0",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.28.0.tgz",
+ "integrity": "sha512-jfZtxJoHm59bvoCMYCe2BM0/baMswRhMmYhy+w6VfcyHrjxZ0OJe0tGasydCpIpA+A/WIJhTyZfb3EtwNC/kHQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/eslint-plugin": "8.28.0",
+ "@typescript-eslint/parser": "8.28.0",
+ "@typescript-eslint/utils": "8.28.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": "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/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.3",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
+ "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
+ "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 5a191b3ec99..f4542403c06 100644
--- a/package.json
+++ b/package.json
@@ -1,68 +1,71 @@
{
- "name": "pokemon-rogue-battle",
- "private": true,
- "version": "1.7.0",
- "type": "module",
- "scripts": {
- "start": "vite",
- "start:dev": "vite --mode development",
- "build": "vite build",
- "build:beta": "vite build --mode beta",
- "preview": "vite preview",
- "test": "vitest run --project pre && vitest run --project main",
- "test:cov": "vitest run --project pre && vitest run --project main --coverage",
- "test:watch": "vitest run --project pre && vitest watch --project main --coverage",
- "test:silent": "vitest run --project pre && vitest run --project main --silent",
- "typecheck": "tsc --noEmit",
- "eslint": "eslint --fix .",
- "eslint-ci": "eslint .",
- "docs": "typedoc",
- "depcruise": "depcruise src",
- "depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
- "create-test": "node ./create-test-boilerplate.js",
- "postinstall": "npx lefthook install && npx lefthook run post-merge",
- "update-version:patch": "npm version patch --force --no-git-tag-version",
- "update-version:minor": "npm version minor --force --no-git-tag-version",
- "update-locales:remote": "git submodule update --progress --init --recursive --force --remote"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0",
- "@types/jsdom": "^21.1.7",
- "@types/node": "^20.12.13",
- "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54",
- "@typescript-eslint/parser": "^8.0.0-alpha.54",
- "@vitest/coverage-istanbul": "^2.1.9",
- "dependency-cruiser": "^16.3.10",
- "eslint": "^9.7.0",
- "eslint-plugin-import-x": "^4.2.1",
- "inquirer": "^11.0.2",
- "jsdom": "^24.0.0",
- "lefthook": "^1.6.12",
- "msw": "^2.4.9",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.14",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.1.9",
- "vitest-canvas-mock": "^0.3.3"
- },
- "dependencies": {
- "@material/material-color-utilities": "^0.2.7",
- "crypto-js": "^4.2.0",
- "i18next": "^23.11.1",
- "i18next-browser-languagedetector": "^7.2.1",
- "i18next-http-backend": "^2.6.1",
- "i18next-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "jszip": "^3.10.1",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "engines": {
- "node": ">=20.0.0"
- }
+ "name": "pokemon-rogue-battle",
+ "private": true,
+ "version": "1.8.1",
+ "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": "^20.12.13",
+ "@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",
+ "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": ">=20.0.0"
+ }
}
diff --git a/public/audio/bgm/battle_rival_3_afd.mp3 b/public/audio/bgm/battle_rival_3_afd.mp3
new file mode 100644
index 00000000000..6dec5c861c6
Binary files /dev/null and b/public/audio/bgm/battle_rival_3_afd.mp3 differ
diff --git a/public/audio/bgm/title_afd.mp3 b/public/audio/bgm/title_afd.mp3
new file mode 100644
index 00000000000..c427d86b397
Binary files /dev/null and b/public/audio/bgm/title_afd.mp3 differ
diff --git a/public/exp-sprites.json b/public/exp-sprites.json
index 6ee812d67be..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",
@@ -261,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",
@@ -277,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",
@@ -339,8 +341,6 @@
"6724",
"673",
"673",
- "674",
- "674",
"675",
"675",
"676",
@@ -383,16 +383,12 @@
"692",
"693",
"693",
- "694",
- "694",
"695",
"695",
"696",
"696",
"697",
"697",
- "698",
- "698",
"699",
"699",
"700",
@@ -401,18 +397,12 @@
"701",
"702",
"702",
- "703",
- "703",
"704",
"704",
"705",
"705",
"706",
"706",
- "707",
- "707",
- "708",
- "708",
"709",
"709",
"710",
@@ -423,8 +413,6 @@
"712",
"713",
"713",
- "714",
- "714",
"715",
"715",
"716-active",
@@ -433,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",
@@ -713,6 +695,8 @@
"814",
"815",
"815",
+ "815-gigantamax",
+ "815-gigantamax",
"816",
"816",
"817",
@@ -763,6 +747,8 @@
"838",
"839",
"839",
+ "839-gigantamax",
+ "839-gigantamax",
"840",
"840",
"841",
@@ -839,8 +825,8 @@
"873",
"874",
"874",
- "875-no",
- "875-no",
+ "875-no-ice",
+ "875-no-ice",
"875",
"875",
"876-female",
@@ -977,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",
@@ -1087,8 +1073,8 @@
"978-droopy",
"978-stretchy",
"978-stretchy",
- "979",
- "979",
+ "979-Disabled",
+ "979-Disabled",
"980",
"980",
"981",
@@ -1147,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",
@@ -1317,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",
@@ -1395,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",
@@ -1411,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",
@@ -1473,8 +1461,6 @@
"6724b",
"673b",
"673b",
- "674b",
- "674b",
"675b",
"675b",
"676b",
@@ -1517,16 +1503,12 @@
"692b",
"693b",
"693b",
- "694b",
- "694b",
"695b",
"695b",
"696b",
"696b",
"697b",
"697b",
- "698b",
- "698b",
"699b",
"699b",
"700b",
@@ -1535,18 +1517,12 @@
"701b",
"702b",
"702b",
- "703b",
- "703b",
"704b",
"704b",
"705b",
"705b",
"706b",
"706b",
- "707b",
- "707b",
- "708b",
- "708b",
"709b",
"709b",
"710b",
@@ -1557,8 +1533,6 @@
"712b",
"713b",
"713b",
- "714b",
- "714b",
"715b",
"715b",
"716b-active",
@@ -1567,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",
@@ -1847,6 +1815,8 @@
"814b",
"815b",
"815b",
+ "815b-gigantamax",
+ "815b-gigantamax",
"816b",
"816b",
"817b",
@@ -1897,6 +1867,8 @@
"838b",
"839b",
"839b",
+ "839b-gigantamax",
+ "839b-gigantamax",
"840b",
"840b",
"841b",
@@ -1973,8 +1945,8 @@
"873b",
"874b",
"874b",
- "875b-no",
- "875b-no",
+ "875b-no-ice",
+ "875b-no-ice",
"875b",
"875b",
"876b-female",
@@ -2113,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",
@@ -2223,8 +2195,6 @@
"978b-droopy",
"978b-stretchy",
"978b-stretchy",
- "979b",
- "979b",
"980b",
"980b",
"981b",
@@ -2283,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",
@@ -2453,6 +2423,8 @@
"487sb-origin",
"531sb-mega",
"531sb-mega",
+ "569sb-gigantamax",
+ "569sb-gigantamax",
"6sb-mega",
"6sb-mega",
"6sb-mega-x",
@@ -2531,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",
@@ -2547,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",
@@ -2609,8 +2581,6 @@
"6724sb",
"673sb",
"673sb",
- "674sb",
- "674sb",
"675sb",
"675sb",
"676sb",
@@ -2653,16 +2623,12 @@
"692sb",
"693sb",
"693sb",
- "694sb",
- "694sb",
"695sb",
"695sb",
"696sb",
"696sb",
"697sb",
"697sb",
- "698sb",
- "698sb",
"699sb",
"699sb",
"700sb",
@@ -2671,18 +2637,12 @@
"701sb",
"702sb",
"702sb",
- "703sb",
- "703sb",
"704sb",
"704sb",
"705sb",
"705sb",
"706sb",
"706sb",
- "707sb",
- "707sb",
- "708sb",
- "708sb",
"709sb",
"709sb",
"710sb",
@@ -2693,8 +2653,6 @@
"712sb",
"713sb",
"713sb",
- "714sb",
- "714sb",
"715sb",
"715sb",
"716sb-active",
@@ -2703,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",
@@ -2983,6 +2935,8 @@
"814sb",
"815sb",
"815sb",
+ "815sb-gigantamax",
+ "815sb-gigantamax",
"816sb",
"816sb",
"817sb",
@@ -3033,6 +2987,8 @@
"838sb",
"839sb",
"839sb",
+ "839sb-gigantamax",
+ "839sb-gigantamax",
"840sb",
"840sb",
"841sb",
@@ -3109,8 +3065,8 @@
"873sb",
"874sb",
"874sb",
- "875sb-no",
- "875sb-no",
+ "875sb-no-ice",
+ "875sb-no-ice",
"875sb",
"875sb",
"876sb-female",
@@ -3249,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",
@@ -3359,8 +3315,6 @@
"978sb-droopy",
"978sb-stretchy",
"978sb-stretchy",
- "979sb",
- "979sb",
"980sb",
"980sb",
"981sb",
@@ -3424,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",
@@ -3594,6 +3548,8 @@
"487s-origin",
"531s-mega",
"531s-mega",
+ "569s-gigantamax",
+ "569s-gigantamax",
"6s-mega",
"6s-mega",
"6s-mega-x",
@@ -3672,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",
@@ -3688,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",
@@ -3750,8 +3706,6 @@
"6724s",
"673s",
"673s",
- "674s",
- "674s",
"675s",
"675s",
"676s",
@@ -3794,16 +3748,12 @@
"692s",
"693s",
"693s",
- "694s",
- "694s",
"695s",
"695s",
"696s",
"696s",
"697s",
"697s",
- "698s",
- "698s",
"699s",
"699s",
"700s",
@@ -3812,18 +3762,12 @@
"701s",
"702s",
"702s",
- "703s",
- "703s",
"704s",
"704s",
"705s",
"705s",
"706s",
"706s",
- "707s",
- "707s",
- "708s",
- "708s",
"709s",
"709s",
"710s",
@@ -3834,8 +3778,6 @@
"712s",
"713s",
"713s",
- "714s",
- "714s",
"715s",
"715s",
"716s-active",
@@ -3844,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",
@@ -4124,6 +4060,8 @@
"814s",
"815s",
"815s",
+ "815s-gigantamax",
+ "815s-gigantamax",
"816s",
"816s",
"817s",
@@ -4174,6 +4112,8 @@
"838s",
"839s",
"839s",
+ "839s-gigantamax",
+ "839s-gigantamax",
"840s",
"840s",
"841s",
@@ -4250,8 +4190,8 @@
"873s",
"874s",
"874s",
- "875s-no",
- "875s-no",
+ "875s-no-ice",
+ "875s-no-ice",
"875s",
"875s",
"876s-female",
@@ -4390,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",
@@ -4500,8 +4440,8 @@
"978s-droopy",
"978s-stretchy",
"978s-stretchy",
- "979s",
- "979s",
+ "979s-Disabled",
+ "979s-Disabled",
"980s",
"980s",
"981s",
@@ -4549,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",
@@ -4609,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",
@@ -4630,8 +4565,6 @@
"666-poke",
"666-polar",
"666-river",
- "666-river_2",
- "666-river_2",
"666-sandstorm",
"666-savanna",
"666-sun",
@@ -4652,7 +4585,6 @@
"705_3",
"705_3",
"706",
- "708",
"709",
"710",
"711",
@@ -4667,8 +4599,6 @@
"728",
"729",
"730",
- "730_2",
- "730_2",
"747",
"748",
"753",
@@ -4769,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",
@@ -4826,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",
@@ -4878,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",
@@ -4969,7 +4862,6 @@
"704b",
"705b",
"706b",
- "708b",
"709b",
"710b",
"711b",
@@ -5028,24 +4920,24 @@
"932b",
"933b",
"934b",
- "935_1b",
- "935_1b",
- "935_2b",
- "935_2b",
- "935_3b",
- "935_3b",
- "936_1b",
- "936_1b",
- "936_2b",
- "936_2b",
- "936_3b",
- "936_3b",
- "937_1b",
- "937_1b",
- "937_2b",
- "937_2b",
- "937_3b",
- "937_3b",
+ "935_1b-Disabled",
+ "935_1b-Disabled",
+ "935_2b-Disabled",
+ "935_2b-Disabled",
+ "935_3b-Disabled",
+ "935_3b-Disabled",
+ "936_1b-Disabled",
+ "936_1b-Disabled",
+ "936_2b-Disabled",
+ "936_2b-Disabled",
+ "936_3b-Disabled",
+ "936_3b-Disabled",
+ "937_1b-Disabled",
+ "937_1b-Disabled",
+ "937_2b-Disabled",
+ "937_2b-Disabled",
+ "937_3b-Disabled",
+ "937_3b-Disabled",
"94b-mega",
"948b",
"949b",
diff --git a/public/images/events/aprf25-de.png b/public/images/events/aprf25-de.png
new file mode 100644
index 00000000000..d4bb7ebdc50
Binary files /dev/null and b/public/images/events/aprf25-de.png differ
diff --git a/public/images/events/aprf25-en.png b/public/images/events/aprf25-en.png
new file mode 100644
index 00000000000..8f7268b01b6
Binary files /dev/null and b/public/images/events/aprf25-en.png differ
diff --git a/public/images/events/aprf25-es-ES.png b/public/images/events/aprf25-es-ES.png
new file mode 100644
index 00000000000..a6136a2c8de
Binary files /dev/null and b/public/images/events/aprf25-es-ES.png differ
diff --git a/public/images/events/aprf25-es-MX.png b/public/images/events/aprf25-es-MX.png
new file mode 100644
index 00000000000..a6136a2c8de
Binary files /dev/null and b/public/images/events/aprf25-es-MX.png differ
diff --git a/public/images/events/aprf25-fr.png b/public/images/events/aprf25-fr.png
new file mode 100644
index 00000000000..c68264c75dd
Binary files /dev/null and b/public/images/events/aprf25-fr.png differ
diff --git a/public/images/events/aprf25-it.png b/public/images/events/aprf25-it.png
new file mode 100644
index 00000000000..01bc0d2a1f0
Binary files /dev/null and b/public/images/events/aprf25-it.png differ
diff --git a/public/images/events/aprf25-ja.png b/public/images/events/aprf25-ja.png
new file mode 100644
index 00000000000..c6b62a3672e
Binary files /dev/null and b/public/images/events/aprf25-ja.png differ
diff --git a/public/images/events/aprf25-ko.png b/public/images/events/aprf25-ko.png
new file mode 100644
index 00000000000..bcc87e33ac1
Binary files /dev/null and b/public/images/events/aprf25-ko.png differ
diff --git a/public/images/events/aprf25-pt-BR.png b/public/images/events/aprf25-pt-BR.png
new file mode 100644
index 00000000000..f56f5b5c1e9
Binary files /dev/null and b/public/images/events/aprf25-pt-BR.png differ
diff --git a/public/images/events/aprf25-zh-CN.png b/public/images/events/aprf25-zh-CN.png
new file mode 100644
index 00000000000..57b2c3ec5be
Binary files /dev/null and b/public/images/events/aprf25-zh-CN.png differ
diff --git a/public/images/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/items.json b/public/images/items.json
index 9d84476a8a0..5848b02dd6a 100644
--- a/public/images/items.json
+++ b/public/images/items.json
@@ -4,13 +4,13 @@
"image": "items.png",
"format": "RGBA8888",
"size": {
- "w": 431,
- "h": 431
+ "w": 435,
+ "h": 435
},
"scale": 1,
"frames": [
{
- "filename": "galarica_cuff",
+ "filename": "relic_gold",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -18,1612 +18,16 @@
"h": 32
},
"spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 29,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 30
- }
- },
- {
- "filename": "galarica_wreath",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 27
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 32,
- "h": 27
- }
- },
- {
- "filename": "max_mushrooms",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 29,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 29,
- "h": 28
- }
- },
- {
- "filename": "ribbon_gen4",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 30,
- "h": 28
- },
- "frame": {
- "x": 29,
- "y": 27,
- "w": 30,
- "h": 28
- }
- },
- {
- "filename": "leaders_crest",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 29,
- "h": 27
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 29,
- "h": 27
- }
- },
- {
- "filename": "ribbon_gen2",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 28,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 28,
- "h": 28
- }
- },
- {
- "filename": "bronze_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "great_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 117,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "linking_cord",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 27,
- "h": 26
- },
- "frame": {
- "x": 59,
- "y": 27,
- "w": 27,
- "h": 26
- }
- },
- {
- "filename": "master_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "rogue_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "ultra_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "inverse",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 241,
- "w": 22,
- "h": 30
- }
- },
- {
- "filename": "ribbon_gen3",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 29
- },
- "frame": {
- "x": 0,
- "y": 271,
- "w": 22,
- "h": 29
- }
- },
- {
- "filename": "ribbon_gen7",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 29
- },
- "frame": {
- "x": 0,
- "y": 300,
- "w": 22,
- "h": 29
- }
- },
- {
- "filename": "ribbon_gen9",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 29
- },
- "frame": {
- "x": 0,
- "y": 329,
- "w": 22,
- "h": 29
- }
- },
- {
- "filename": "cornerstone_mask",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 24,
- "h": 26
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 24,
- "h": 26
- }
- },
- {
- "filename": "ribbon_gen1",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 358,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "ribbon_gen5",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 386,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "black_glasses",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 0,
- "y": 414,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "ability_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 23,
- "h": 26
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 23,
- "h": 26
- }
- },
- {
- "filename": "map",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 27,
- "h": 22
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 27,
- "h": 22
- }
- },
- {
- "filename": "mint_atk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_def",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_neutral",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 220,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_spatk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 248,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_spd",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 276,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_spdef",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 304,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "chipped_pot",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 26,
- "h": 20
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 26,
- "h": 20
- }
- },
- {
- "filename": "cracked_pot",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 26,
- "h": 20
- },
- "frame": {
- "x": 358,
- "y": 0,
- "w": 26,
- "h": 20
- }
- },
- {
- "filename": "legend_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 25,
- "h": 20
- },
- "frame": {
- "x": 384,
- "y": 0,
- "w": 25,
- "h": 20
- }
- },
- {
- "filename": "ribbon_gen6",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 409,
- "y": 0,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "exp_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 31
- },
- "frame": {
- "x": 22,
- "y": 86,
- "w": 17,
- "h": 31
- }
- },
- {
- "filename": "golden_exp_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 31
- },
- "frame": {
- "x": 22,
- "y": 117,
- "w": 17,
- "h": 31
- }
- },
- {
- "filename": "super_exp_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 31
- },
- "frame": {
- "x": 22,
- "y": 148,
- "w": 17,
- "h": 31
- }
- },
- {
- "filename": "prison_bottle",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 30
- },
- "frame": {
- "x": 22,
- "y": 179,
- "w": 17,
- "h": 30
- }
- },
- {
- "filename": "ribbon_gen8",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 22,
- "y": 209,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "black_augurite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 22,
- "h": 25
- },
- "frame": {
- "x": 22,
- "y": 237,
- "w": 22,
- "h": 25
- }
- },
- {
- "filename": "big_root",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 262,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "blank_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 286,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "choice_scarf",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 310,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "draco_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 334,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "dread_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 358,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "earth_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 382,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "fist_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 23,
- "y": 406,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "ultranecrozium_z",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 30,
- "h": 15
- },
- "frame": {
- "x": 29,
- "y": 55,
- "w": 30,
- "h": 15
- }
- },
- {
- "filename": "mega_bracelet",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 16
- },
- "frame": {
- "x": 28,
- "y": 70,
- "w": 20,
- "h": 16
- }
- },
- {
- "filename": "choice_specs",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 24,
- "h": 18
- },
- "frame": {
- "x": 59,
- "y": 53,
- "w": 24,
- "h": 18
- }
- },
- {
- "filename": "calcium",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 86,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "carbos",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 110,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "catching_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 134,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "flame_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 158,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "focus_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 182,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "golden_punch",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 44,
- "y": 206,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "gracidea",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 44,
- "y": 230,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "grip_claw",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 45,
- "y": 254,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "icicle_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 278,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "insect_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 302,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "iron_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 326,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 350,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch_great",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 374,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "kings_rock",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 47,
- "y": 398,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "silver_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
+ "x": 9,
"y": 11,
- "w": 24,
- "h": 15
+ "w": 15,
+ "h": 11
},
"frame": {
- "x": 48,
- "y": 71,
- "w": 24,
- "h": 15
- }
- },
- {
- "filename": "elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 55,
- "y": 86,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 55,
- "y": 110,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "full_restore",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 60,
- "y": 134,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "hp_up",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 63,
- "y": 158,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "iron",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 63,
- "y": 182,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch_master",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 68,
- "y": 206,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch_ultra",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 68,
- "y": 230,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lustrous_globe",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 69,
- "y": 254,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "meadow_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 278,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "mind_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 302,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "muscle_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 326,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "pixie_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 350,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "salac_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 374,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "scanner",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 398,
- "w": 24,
- "h": 24
+ "x": 0,
+ "y": 0,
+ "w": 15,
+ "h": 11
}
},
{
@@ -1641,411 +45,12 @@
"h": 14
},
"frame": {
- "x": 137,
- "y": 22,
+ "x": 15,
+ "y": 0,
"w": 24,
"h": 14
}
},
- {
- "filename": "lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 86,
- "y": 27,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "silk_scarf",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 103,
- "y": 26,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "clefairy_doll",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 127,
- "y": 36,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "coin_case",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 103,
- "y": 50,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "big_nugget",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 83,
- "y": 53,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "dragon_scale",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 24,
- "h": 18
- },
- "frame": {
- "x": 127,
- "y": 59,
- "w": 24,
- "h": 18
- }
- },
- {
- "filename": "max_elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 151,
- "y": 36,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "adamant_crystal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 151,
- "y": 60,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "sky_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 169,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "splash_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 193,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "spooky_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 217,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "stone_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 241,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "sun_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 265,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "toxic_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 289,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "max_revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 24
- },
- "frame": {
- "x": 313,
- "y": 21,
- "w": 22,
- "h": 24
- }
- },
- {
- "filename": "zap_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 335,
- "y": 20,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "expert_belt",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 359,
- "y": 20,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "hearthflame_mask",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 383,
- "y": 20,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "leppa_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 407,
- "y": 28,
- "w": 24,
- "h": 23
- }
- },
{
"filename": "candy_overlay",
"rotated": false,
@@ -2061,600 +66,12 @@
"h": 15
},
"frame": {
- "x": 169,
- "y": 45,
+ "x": 39,
+ "y": 0,
"w": 16,
"h": 15
}
},
- {
- "filename": "exp_balance",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 185,
- "y": 45,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "exp_share",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 209,
- "y": 45,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "peat_block",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 233,
- "y": 45,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "scope_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 257,
- "y": 45,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "twisted_spoon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 281,
- "y": 45,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "berry_pouch",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 305,
- "y": 45,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "black_belt",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 328,
- "y": 45,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "max_ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 350,
- "y": 44,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "reveal_glass",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 368,
- "y": 43,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "max_repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 43,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "golden_net",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 21
- },
- "frame": {
- "x": 407,
- "y": 51,
- "w": 24,
- "h": 21
- }
- },
- {
- "filename": "icy_reins_of_unity",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 174,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "metal_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 198,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "quick_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 222,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "rusted_shield",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 246,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "sacred_ash",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 270,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "shadow_reins_of_unity",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 294,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "soft_sand",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 318,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "amulet_coin",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 342,
- "y": 68,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "auspicious_armor",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 368,
- "y": 67,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "pp_max",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 67,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "binding_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 407,
- "y": 72,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "max_lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 87,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "bug_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 73,
- "y": 111,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "max_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 78,
- "y": 134,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "oval_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 79,
- "y": 158,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "shiny_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 79,
- "y": 182,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "dynamax_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 90,
- "y": 73,
- "w": 23,
- "h": 23
- }
- },
{
"filename": "eviolite",
"rotated": false,
@@ -2670,306 +87,12 @@
"h": 15
},
"frame": {
- "x": 90,
- "y": 96,
+ "x": 55,
+ "y": 0,
"w": 15,
"h": 15
}
},
- {
- "filename": "dark_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 95,
- "y": 111,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "red_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 20,
- "h": 24
- },
- "frame": {
- "x": 96,
- "y": 134,
- "w": 20,
- "h": 24
- }
- },
- {
- "filename": "pp_up",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 100,
- "y": 158,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "protein",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 100,
- "y": 182,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "griseous_core",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 92,
- "y": 206,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "leek",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 92,
- "y": 229,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "dragon_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 93,
- "y": 252,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "dragon_fang",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 275,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "electric_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 298,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fairy_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 321,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fighting_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 344,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fire_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 367,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fire_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 390,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "relic_crown",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 18
- },
- "frame": {
- "x": 94,
- "y": 413,
- "w": 23,
- "h": 18
- }
- },
{
"filename": "prism_scale",
"rotated": false,
@@ -2985,14 +108,14 @@
"h": 15
},
"frame": {
- "x": 105,
- "y": 96,
+ "x": 70,
+ "y": 0,
"w": 15,
"h": 15
}
},
{
- "filename": "coupon",
+ "filename": "silver_powder",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3001,19 +124,19 @@
},
"spriteSourceSize": {
"x": 4,
- "y": 7,
- "w": 23,
- "h": 19
+ "y": 11,
+ "w": 24,
+ "h": 15
},
"frame": {
- "x": 113,
- "y": 77,
- "w": 23,
- "h": 19
+ "x": 85,
+ "y": 0,
+ "w": 24,
+ "h": 15
}
},
{
- "filename": "full_heal",
+ "filename": "ultranecrozium_z",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3021,205 +144,16 @@
"h": 32
},
"spriteSourceSize": {
- "x": 9,
- "y": 4,
- "w": 15,
- "h": 23
+ "x": 1,
+ "y": 9,
+ "w": 30,
+ "h": 15
},
"frame": {
- "x": 136,
- "y": 77,
- "w": 15,
- "h": 23
- }
- },
- {
- "filename": "golden_mystic_ticket",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 151,
- "y": 81,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "burn_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 174,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "chill_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 197,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "douse_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 220,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "healing_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 23,
- "h": 22
- },
- "frame": {
- "x": 243,
- "y": 88,
- "w": 23,
- "h": 22
- }
- },
- {
- "filename": "macho_brace",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 266,
- "y": 88,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "rare_candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 289,
- "y": 88,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "rarer_candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 312,
- "y": 88,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "rusted_sword",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 22
- },
- "frame": {
- "x": 335,
- "y": 89,
- "w": 23,
- "h": 22
+ "x": 109,
+ "y": 0,
+ "w": 30,
+ "h": 15
}
},
{
@@ -3237,2847 +171,12 @@
"h": 16
},
"frame": {
- "x": 120,
- "y": 96,
+ "x": 139,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "bug_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 117,
- "y": 112,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "flying_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 134,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "focus_sash",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 157,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "ghost_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 180,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "grass_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 139,
- "y": 100,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "berry_juice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 139,
- "y": 123,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "ground_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 138,
- "y": 144,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "ice_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 138,
- "y": 167,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "black_sludge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 138,
- "y": 190,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "never_melt_ice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 161,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "normal_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 183,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "petaya_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 205,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 227,
- "y": 104,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "moon_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 243,
- "y": 110,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "n_lunarizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 266,
- "y": 111,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "n_solarizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 289,
- "y": 111,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "wellspring_mask",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 312,
- "y": 111,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "charcoal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 335,
- "y": 111,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "mystic_ticket",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 161,
- "y": 127,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "poison_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 160,
- "y": 146,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "psychic_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 160,
- "y": 169,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "pair_of_tickets",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 184,
- "y": 127,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "reaper_cloth",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 182,
- "y": 146,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "rock_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 182,
- "y": 169,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "blue_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 207,
- "y": 127,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "steel_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 204,
- "y": 147,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "dark_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 204,
- "y": 170,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "reviver_seed",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 8,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 160,
- "y": 192,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "shell_bell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 183,
- "y": 192,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "dawn_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 21
- },
- "frame": {
- "x": 206,
- "y": 192,
- "w": 20,
- "h": 21
- }
- },
- {
- "filename": "super_repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 227,
- "y": 128,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "deep_sea_tooth",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 243,
- "y": 131,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "stellar_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 226,
- "y": 152,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "water_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 226,
- "y": 175,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "deep_sea_scale",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 265,
- "y": 132,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "wide_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 248,
- "y": 152,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "dire_hit",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 248,
- "y": 175,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "dna_splicers",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 287,
- "y": 132,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "dragon_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 309,
- "y": 132,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "super_lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 270,
- "y": 152,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "electirizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 287,
- "y": 154,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "electric_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 309,
- "y": 154,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "enigma_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 270,
- "y": 176,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fairy_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 176,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fighting_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 133,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fire_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 155,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "hyper_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 314,
- "y": 176,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "flying_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 177,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "blunder_policy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 226,
- "y": 198,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "fairy_feather",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 248,
- "y": 197,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "dubious_disc",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 270,
- "y": 198,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "ganlon_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 198,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ghost_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 314,
- "y": 199,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "berry_pot",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 18,
- "h": 22
- },
- "frame": {
- "x": 336,
- "y": 199,
- "w": 18,
- "h": 22
- }
- },
- {
- "filename": "grass_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 203,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ground_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 225,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "guard_spec",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 247,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ice_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 269,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ice_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 138,
- "y": 209,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "lansat_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 137,
- "y": 231,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "leaf_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 137,
- "y": 254,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "liechi_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 160,
- "y": 212,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "magmarizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 182,
- "y": 212,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "mini_black_hole",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 204,
- "y": 213,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "moon_flute",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 233,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "normal_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 255,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "poison_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 234,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "protector",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 256,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "psychic_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 202,
- "y": 235,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "rock_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 202,
- "y": 257,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "malicious_armor",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 226,
- "y": 217,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "scroll_of_darkness",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 248,
- "y": 217,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "scroll_of_waters",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 270,
- "y": 217,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sharp_beak",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 224,
- "y": 237,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "shed_shell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 220,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "starf_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 314,
- "y": 221,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "dusk_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 224,
- "y": 260,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "steel_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 245,
- "y": 239,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sun_flute",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 267,
- "y": 239,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sweet_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 245,
- "y": 261,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "syrupy_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 267,
- "y": 261,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "thick_club",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 289,
- "y": 242,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "hard_meteorite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 336,
- "y": 221,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "tart_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 289,
- "y": 264,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "thunder_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 311,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_bug",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 333,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tera_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 311,
- "y": 265,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "tm_dark",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 333,
- "y": 265,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "shock_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 137,
- "y": 277,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "whipped_dream",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 291,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "mystic_water",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 20,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 314,
- "w": 20,
- "h": 23
- }
- },
- {
- "filename": "sitrus_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 337,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "tm_dragon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 137,
- "y": 294,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_electric",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 136,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_fairy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 136,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "gb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 116,
- "y": 359,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "tm_fighting",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 379,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "upgrade",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 136,
- "y": 360,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "tm_fire",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 138,
- "y": 379,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "everstone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 17
- },
- "frame": {
- "x": 160,
- "y": 277,
- "w": 20,
- "h": 17
- }
- },
- {
- "filename": "tm_flying",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 159,
- "y": 294,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_ghost",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_grass",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "metal_alloy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 21,
- "h": 19
- },
- "frame": {
- "x": 158,
- "y": 360,
- "w": 21,
- "h": 19
- }
- },
- {
- "filename": "lock_capsule",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 160,
- "y": 379,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "relic_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 9,
- "w": 17,
- "h": 16
- },
- "frame": {
- "x": 180,
- "y": 278,
- "w": 17,
- "h": 16
- }
- },
- {
- "filename": "metal_coat",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 181,
- "y": 294,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "tm_ground",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_ice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_normal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 360,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_poison",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 382,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_psychic",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 117,
- "y": 401,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_rock",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 139,
- "y": 401,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sachet",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 18,
- "h": 23
- },
- "frame": {
- "x": 161,
- "y": 401,
- "w": 18,
- "h": 23
- }
- },
- {
- "filename": "tm_steel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 404,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "leftovers",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 15,
- "h": 22
- },
- "frame": {
- "x": 358,
- "y": 89,
- "w": 15,
- "h": 22
- }
- },
- {
- "filename": "razor_fang",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 18,
- "h": 20
- },
- "frame": {
- "x": 373,
- "y": 88,
- "w": 18,
- "h": 20
- }
- },
- {
- "filename": "metronome",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 17,
- "h": 22
- },
- "frame": {
- "x": 357,
- "y": 111,
- "w": 17,
- "h": 22
- }
- },
- {
- "filename": "tm_water",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 353,
- "y": 133,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "water_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 353,
- "y": 155,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "water_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 353,
- "y": 177,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_accuracy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 354,
- "y": 199,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_attack",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 356,
- "y": 221,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_defense",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 355,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_sp_atk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 355,
- "y": 265,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 374,
- "y": 108,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "unknown",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 91,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "x_sp_def",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 407,
- "y": 92,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "zinc",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 375,
- "y": 131,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "super_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 391,
- "y": 115,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "wise_glasses",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 408,
- "y": 114,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "soothe_bell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 22
- },
- "frame": {
- "x": 375,
- "y": 155,
- "w": 17,
- "h": 22
- }
- },
- {
- "filename": "x_speed",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 375,
- "y": 177,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "poison_barb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 376,
- "y": 199,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "quick_claw",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 21
- },
- "frame": {
- "x": 378,
- "y": 220,
- "w": 19,
- "h": 21
- }
- },
{
"filename": "absolite",
"rotated": false,
@@ -6093,138 +192,12 @@
"h": 16
},
"frame": {
- "x": 391,
- "y": 138,
+ "x": 155,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "shiny_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 392,
- "y": 154,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "oval_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 19
- },
- "frame": {
- "x": 413,
- "y": 131,
- "w": 18,
- "h": 19
- }
- },
- {
- "filename": "baton",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 150,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 11,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 168,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "mystery_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 18
- },
- "frame": {
- "x": 397,
- "y": 175,
- "w": 16,
- "h": 18
- }
- },
- {
- "filename": "dark_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 186,
- "w": 18,
- "h": 18
- }
- },
{
"filename": "aerodactylite",
"rotated": false,
@@ -6240,33 +213,12 @@
"h": 16
},
"frame": {
- "x": 397,
- "y": 193,
+ "x": 171,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "flame_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 204,
- "w": 18,
- "h": 18
- }
- },
{
"filename": "aggronite",
"rotated": false,
@@ -6282,33 +234,12 @@
"h": 16
},
"frame": {
- "x": 397,
- "y": 209,
+ "x": 187,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "light_ball",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 222,
- "w": 18,
- "h": 18
- }
- },
{
"filename": "alakazite",
"rotated": false,
@@ -6324,117 +255,12 @@
"h": 16
},
"frame": {
- "x": 397,
- "y": 225,
+ "x": 203,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "light_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 240,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "zoom_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 200,
- "y": 279,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "lum_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 221,
- "y": 281,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "masterpiece_teacup",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 282,
- "w": 21,
- "h": 18
- }
- },
- {
- "filename": "old_gateau",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 262,
- "y": 282,
- "w": 21,
- "h": 18
- }
- },
{
"filename": "altarianite",
"rotated": false,
@@ -6450,810 +276,12 @@
"h": 16
},
"frame": {
- "x": 200,
- "y": 300,
+ "x": 219,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "sharp_meteorite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 216,
- "y": 300,
- "w": 21,
- "h": 18
- }
- },
- {
- "filename": "unremarkable_teacup",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 237,
- "y": 300,
- "w": 21,
- "h": 18
- }
- },
- {
- "filename": "magnet",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 258,
- "y": 300,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "mb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 283,
- "y": 285,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "pb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 303,
- "y": 285,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "pb_gold",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 278,
- "y": 305,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "pb_silver",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 298,
- "y": 305,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 12,
- "h": 17
- },
- "frame": {
- "x": 202,
- "y": 316,
- "w": 12,
- "h": 17
- }
- },
- {
- "filename": "power_herb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 214,
- "y": 318,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "razor_claw",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 234,
- "y": 318,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "rb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 254,
- "y": 320,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "smooth_meteorite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 274,
- "y": 325,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "strange_ball",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 294,
- "y": 325,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "spell_tag",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 19,
- "h": 21
- },
- "frame": {
- "x": 202,
- "y": 337,
- "w": 19,
- "h": 21
- }
- },
- {
- "filename": "ub",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 221,
- "y": 337,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "white_herb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 323,
- "y": 287,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "apicot_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 343,
- "y": 287,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "candy_jar",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 362,
- "y": 287,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "big_mushroom",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 19
- },
- "frame": {
- "x": 318,
- "y": 306,
- "w": 19,
- "h": 19
- }
- },
- {
- "filename": "hard_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 314,
- "y": 325,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "wl_ability_urge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 337,
- "y": 307,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "miracle_seed",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 19,
- "h": 19
- },
- "frame": {
- "x": 333,
- "y": 325,
- "w": 19,
- "h": 19
- }
- },
- {
- "filename": "wl_antidote",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 357,
- "y": 307,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_awakening",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 352,
- "y": 325,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_burn_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 340,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "golden_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 372,
- "y": 325,
- "w": 17,
- "h": 20
- }
- },
- {
- "filename": "toxic_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 377,
- "y": 307,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "lucky_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 389,
- "y": 325,
- "w": 17,
- "h": 20
- }
- },
- {
- "filename": "wl_custom_spliced",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 352,
- "y": 343,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_custom_thief",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 372,
- "y": 345,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 392,
- "y": 345,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 378,
- "y": 241,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "relic_gold",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 11,
- "w": 15,
- "h": 11
- },
- "frame": {
- "x": 398,
- "y": 241,
- "w": 15,
- "h": 11
- }
- },
- {
- "filename": "wl_full_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 377,
- "y": 259,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_full_restore",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 381,
- "y": 277,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_guard_spec",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 397,
- "y": 259,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_hyper_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 401,
- "y": 277,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_ice_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 395,
- "y": 295,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "ampharosite",
"rotated": false,
@@ -7269,8 +297,8 @@
"h": 16
},
"frame": {
- "x": 415,
- "y": 295,
+ "x": 235,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7290,33 +318,12 @@
"h": 16
},
"frame": {
- "x": 415,
- "y": 311,
+ "x": 251,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "wl_item_drop",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 406,
- "y": 327,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "banettite",
"rotated": false,
@@ -7332,201 +339,12 @@
"h": 16
},
"frame": {
- "x": 412,
- "y": 345,
+ "x": 267,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "wl_item_urge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 221,
- "y": 357,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 358,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 201,
- "y": 360,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 201,
- "y": 378,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 221,
- "y": 375,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_paralyze_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 201,
- "y": 396,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 221,
- "y": 393,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_reset_urge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 376,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 394,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "beedrillite",
"rotated": false,
@@ -7542,33 +360,12 @@
"h": 16
},
"frame": {
- "x": 201,
- "y": 414,
+ "x": 283,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "wl_super_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 261,
- "y": 345,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "blastoisinite",
"rotated": false,
@@ -7584,8 +381,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 363,
+ "x": 299,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7605,8 +402,8 @@
"h": 16
},
"frame": {
- "x": 281,
- "y": 345,
+ "x": 315,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7626,8 +423,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 379,
+ "x": 331,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7647,8 +444,8 @@
"h": 16
},
"frame": {
- "x": 297,
- "y": 345,
+ "x": 347,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7668,8 +465,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 395,
+ "x": 363,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7689,8 +486,8 @@
"h": 16
},
"frame": {
- "x": 313,
- "y": 345,
+ "x": 379,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7710,8 +507,8 @@
"h": 16
},
"frame": {
- "x": 217,
- "y": 414,
+ "x": 395,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7731,12 +528,33 @@
"h": 16
},
"frame": {
- "x": 233,
- "y": 412,
+ "x": 411,
+ "y": 0,
"w": 16,
"h": 16
}
},
+ {
+ "filename": "revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 8,
+ "w": 12,
+ "h": 17
+ },
+ "frame": {
+ "x": 0,
+ "y": 11,
+ "w": 12,
+ "h": 17
+ }
+ },
{
"filename": "gardevoirite",
"rotated": false,
@@ -7752,8 +570,8 @@
"h": 16
},
"frame": {
- "x": 249,
- "y": 412,
+ "x": 12,
+ "y": 14,
"w": 16,
"h": 16
}
@@ -7773,8 +591,8 @@
"h": 16
},
"frame": {
- "x": 265,
- "y": 411,
+ "x": 28,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7794,8 +612,8 @@
"h": 16
},
"frame": {
- "x": 329,
- "y": 345,
+ "x": 44,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7815,8 +633,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 363,
+ "x": 60,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7836,8 +654,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 379,
+ "x": 76,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7857,8 +675,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 395,
+ "x": 92,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7878,8 +696,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 361,
+ "x": 108,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7899,8 +717,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 361,
+ "x": 124,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7920,8 +738,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 377,
+ "x": 140,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7941,8 +759,8 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 361,
+ "x": 156,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7962,8 +780,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 393,
+ "x": 172,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7983,8 +801,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 377,
+ "x": 188,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8004,8 +822,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 393,
+ "x": 204,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8025,12 +843,33 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 377,
+ "x": 220,
+ "y": 16,
"w": 16,
"h": 16
}
},
+ {
+ "filename": "mega_bracelet",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 16
+ },
+ "frame": {
+ "x": 236,
+ "y": 16,
+ "w": 20,
+ "h": 16
+ }
+ },
{
"filename": "metagrossite",
"rotated": false,
@@ -8046,8 +885,8 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 393,
+ "x": 256,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8067,8 +906,8 @@
"h": 16
},
"frame": {
- "x": 281,
- "y": 411,
+ "x": 272,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8088,8 +927,8 @@
"h": 16
},
"frame": {
- "x": 297,
- "y": 409,
+ "x": 288,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8109,8 +948,8 @@
"h": 16
},
"frame": {
- "x": 313,
- "y": 409,
+ "x": 304,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8130,8 +969,8 @@
"h": 16
},
"frame": {
- "x": 329,
- "y": 409,
+ "x": 320,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8151,8 +990,8 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 361,
+ "x": 336,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8172,12 +1011,33 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 377,
+ "x": 352,
+ "y": 16,
"w": 16,
"h": 16
}
},
+ {
+ "filename": "relic_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 9,
+ "w": 17,
+ "h": 16
+ },
+ "frame": {
+ "x": 368,
+ "y": 16,
+ "w": 17,
+ "h": 16
+ }
+ },
{
"filename": "sablenite",
"rotated": false,
@@ -8193,8 +1053,8 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 393,
+ "x": 385,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8214,8 +1074,8 @@
"h": 16
},
"frame": {
- "x": 345,
- "y": 409,
+ "x": 401,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8235,8 +1095,8 @@
"h": 16
},
"frame": {
- "x": 412,
- "y": 361,
+ "x": 417,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8256,8 +1116,8 @@
"h": 16
},
"frame": {
- "x": 357,
- "y": 363,
+ "x": 0,
+ "y": 30,
"w": 16,
"h": 16
}
@@ -8277,8 +1137,8 @@
"h": 16
},
"frame": {
- "x": 357,
- "y": 379,
+ "x": 16,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8298,8 +1158,8 @@
"h": 16
},
"frame": {
- "x": 373,
- "y": 363,
+ "x": 32,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8319,8 +1179,8 @@
"h": 16
},
"frame": {
- "x": 373,
- "y": 379,
+ "x": 48,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8340,8 +1200,8 @@
"h": 16
},
"frame": {
- "x": 389,
- "y": 363,
+ "x": 64,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8361,8 +1221,8 @@
"h": 16
},
"frame": {
- "x": 389,
- "y": 379,
+ "x": 80,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8382,8 +1242,8 @@
"h": 16
},
"frame": {
- "x": 405,
- "y": 377,
+ "x": 96,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8403,8 +1263,8 @@
"h": 16
},
"frame": {
- "x": 361,
- "y": 395,
+ "x": 112,
+ "y": 32,
"w": 16,
"h": 16
}
@@ -8424,11 +1284,7172 @@
"h": 16
},
"frame": {
- "x": 377,
- "y": 395,
+ "x": 128,
+ "y": 32,
"w": 16,
"h": 16
}
+ },
+ {
+ "filename": "black_glasses",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 144,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "burn_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 167,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "chill_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 190,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "douse_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 213,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "everstone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 17
+ },
+ "frame": {
+ "x": 236,
+ "y": 32,
+ "w": 20,
+ "h": 17
+ }
+ },
+ {
+ "filename": "shock_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 256,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "wise_glasses",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 279,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "baton",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 302,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 11,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 320,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "choice_specs",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 24,
+ "h": 18
+ },
+ "frame": {
+ "x": 338,
+ "y": 32,
+ "w": 24,
+ "h": 18
+ }
+ },
+ {
+ "filename": "dark_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 362,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "dragon_scale",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 24,
+ "h": 18
+ },
+ "frame": {
+ "x": 380,
+ "y": 32,
+ "w": 24,
+ "h": 18
+ }
+ },
+ {
+ "filename": "flame_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 404,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "mystery_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 18
+ },
+ "frame": {
+ "x": 0,
+ "y": 46,
+ "w": 16,
+ "h": 18
+ }
+ },
+ {
+ "filename": "light_ball",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 16,
+ "y": 47,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "light_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 34,
+ "y": 47,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "masterpiece_teacup",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 52,
+ "y": 47,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "old_gateau",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 73,
+ "y": 47,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "toxic_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 94,
+ "y": 47,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "relic_crown",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 18
+ },
+ "frame": {
+ "x": 112,
+ "y": 48,
+ "w": 23,
+ "h": 18
+ }
+ },
+ {
+ "filename": "sharp_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 135,
+ "y": 49,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "unremarkable_teacup",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 156,
+ "y": 49,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_ability_urge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 177,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_antidote",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 197,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_awakening",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 217,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_burn_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 237,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_custom_spliced",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 257,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_custom_thief",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 277,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 297,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 317,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_full_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 337,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_full_restore",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 357,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_guard_spec",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 377,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_hyper_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 397,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "oval_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 19
+ },
+ "frame": {
+ "x": 417,
+ "y": 50,
+ "w": 18,
+ "h": 19
+ }
+ },
+ {
+ "filename": "wl_ice_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 0,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_item_drop",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 20,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_item_urge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 40,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 60,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 80,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 100,
+ "y": 66,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 120,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_paralyze_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 140,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 160,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_reset_urge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 180,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 200,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_super_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 220,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "big_mushroom",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 19
+ },
+ "frame": {
+ "x": 240,
+ "y": 67,
+ "w": 19,
+ "h": 19
+ }
+ },
+ {
+ "filename": "black_sludge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 259,
+ "y": 67,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "blunder_policy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 281,
+ "y": 68,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "coupon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 303,
+ "y": 68,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "dubious_disc",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 326,
+ "y": 68,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "golden_mystic_ticket",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 348,
+ "y": 68,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "lum_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 371,
+ "y": 68,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "metal_alloy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 21,
+ "h": 19
+ },
+ "frame": {
+ "x": 391,
+ "y": 68,
+ "w": 21,
+ "h": 19
+ }
+ },
+ {
+ "filename": "miracle_seed",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 19,
+ "h": 19
+ },
+ "frame": {
+ "x": 412,
+ "y": 69,
+ "w": 19,
+ "h": 19
+ }
+ },
+ {
+ "filename": "mystic_ticket",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 0,
+ "y": 83,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "pair_of_tickets",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 23,
+ "y": 83,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "power_herb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 46,
+ "y": 83,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "razor_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 66,
+ "y": 83,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "upgrade",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 86,
+ "y": 84,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "white_herb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 108,
+ "y": 85,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "apicot_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
+ },
+ "frame": {
+ "x": 128,
+ "y": 85,
+ "w": 19,
+ "h": 20
+ }
+ },
+ {
+ "filename": "big_nugget",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 147,
+ "y": 85,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "binding_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 167,
+ "y": 85,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "blue_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 190,
+ "y": 85,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "candy_jar",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
+ },
+ "frame": {
+ "x": 210,
+ "y": 85,
+ "w": 19,
+ "h": 20
+ }
+ },
+ {
+ "filename": "chipped_pot",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 26,
+ "h": 20
+ },
+ "frame": {
+ "x": 229,
+ "y": 86,
+ "w": 26,
+ "h": 20
+ }
+ },
+ {
+ "filename": "cracked_pot",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 26,
+ "h": 20
+ },
+ "frame": {
+ "x": 255,
+ "y": 86,
+ "w": 26,
+ "h": 20
+ }
+ },
+ {
+ "filename": "deep_sea_scale",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 281,
+ "y": 87,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "fairy_feather",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 303,
+ "y": 87,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "gb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 325,
+ "y": 87,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "golden_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 345,
+ "y": 87,
+ "w": 17,
+ "h": 20
+ }
+ },
+ {
+ "filename": "hard_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
+ },
+ "frame": {
+ "x": 362,
+ "y": 87,
+ "w": 19,
+ "h": 20
+ }
+ },
+ {
+ "filename": "icy_reins_of_unity",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 381,
+ "y": 87,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "legend_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 25,
+ "h": 20
+ },
+ "frame": {
+ "x": 405,
+ "y": 88,
+ "w": 25,
+ "h": 20
+ }
+ },
+ {
+ "filename": "lucky_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 0,
+ "y": 102,
+ "w": 17,
+ "h": 20
+ }
+ },
+ {
+ "filename": "magnet",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 17,
+ "y": 102,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "malicious_armor",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 37,
+ "y": 102,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "mb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 59,
+ "y": 102,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "metal_powder",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 79,
+ "y": 103,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "pb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 103,
+ "y": 104,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "pb_gold",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 123,
+ "y": 105,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "pb_silver",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 143,
+ "y": 105,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "quick_powder",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 163,
+ "y": 105,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "razor_fang",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 18,
+ "h": 20
+ },
+ "frame": {
+ "x": 187,
+ "y": 105,
+ "w": 18,
+ "h": 20
+ }
+ },
+ {
+ "filename": "rb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 205,
+ "y": 105,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "reviver_seed",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 225,
+ "y": 106,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "rusted_shield",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 248,
+ "y": 106,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "sacred_ash",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 272,
+ "y": 107,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "shadow_reins_of_unity",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 296,
+ "y": 107,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "shell_bell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 320,
+ "y": 107,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "smooth_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 343,
+ "y": 107,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "soft_sand",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 363,
+ "y": 107,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "strange_ball",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 387,
+ "y": 108,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "tera_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 407,
+ "y": 108,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "ub",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 0,
+ "y": 122,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "adamant_crystal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 20,
+ "y": 122,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "amulet_coin",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 43,
+ "y": 122,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "auspicious_armor",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 66,
+ "y": 123,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "berry_juice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 89,
+ "y": 124,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "dawn_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 21
+ },
+ "frame": {
+ "x": 111,
+ "y": 125,
+ "w": 20,
+ "h": 21
+ }
+ },
+ {
+ "filename": "deep_sea_tooth",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 131,
+ "y": 125,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "dusk_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 153,
+ "y": 125,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "flying_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 20,
+ "h": 21
+ },
+ "frame": {
+ "x": 174,
+ "y": 125,
+ "w": 20,
+ "h": 21
+ }
+ },
+ {
+ "filename": "golden_net",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 21
+ },
+ "frame": {
+ "x": 194,
+ "y": 125,
+ "w": 24,
+ "h": 21
+ }
+ },
+ {
+ "filename": "liechi_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 218,
+ "y": 126,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_atk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 240,
+ "y": 126,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_def",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 268,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_neutral",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 296,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_spatk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 324,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_spd",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 352,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_spdef",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 380,
+ "y": 128,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "moon_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 408,
+ "y": 128,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "quick_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 21
+ },
+ "frame": {
+ "x": 0,
+ "y": 142,
+ "w": 19,
+ "h": 21
+ }
+ },
+ {
+ "filename": "n_lunarizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 19,
+ "y": 143,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "n_solarizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 42,
+ "y": 143,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "poison_barb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 65,
+ "y": 144,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "shiny_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 86,
+ "y": 145,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "spell_tag",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 19,
+ "h": 21
+ },
+ "frame": {
+ "x": 107,
+ "y": 146,
+ "w": 19,
+ "h": 21
+ }
+ },
+ {
+ "filename": "sweet_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 126,
+ "y": 146,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "syrupy_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 148,
+ "y": 146,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "tart_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 170,
+ "y": 146,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "wellspring_mask",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 192,
+ "y": 146,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "zoom_lens",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 215,
+ "y": 147,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "berry_pot",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 18,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 147,
+ "w": 18,
+ "h": 22
+ }
+ },
+ {
+ "filename": "bug_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 254,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "charcoal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 276,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dark_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 298,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dire_hit",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 320,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dna_splicers",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 342,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "leftovers",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 15,
+ "h": 22
+ },
+ "frame": {
+ "x": 364,
+ "y": 148,
+ "w": 15,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dragon_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 379,
+ "y": 149,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "electirizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 401,
+ "y": 149,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "lock_capsule",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 19,
+ "h": 22
+ },
+ "frame": {
+ "x": 0,
+ "y": 163,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "electric_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 19,
+ "y": 164,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "enigma_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 41,
+ "y": 164,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "fairy_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 63,
+ "y": 165,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "fighting_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 85,
+ "y": 166,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "exp_balance",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 107,
+ "y": 167,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "exp_share",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 131,
+ "y": 167,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "fire_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 155,
+ "y": 167,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "flying_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 177,
+ "y": 167,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "full_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 15,
+ "h": 23
+ },
+ "frame": {
+ "x": 199,
+ "y": 167,
+ "w": 15,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ganlon_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 214,
+ "y": 168,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "metronome",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 17,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 169,
+ "w": 17,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ghost_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 253,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "grass_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 275,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ground_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 297,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "guard_spec",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 319,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "hard_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 341,
+ "y": 170,
+ "w": 20,
+ "h": 22
+ }
+ },
+ {
+ "filename": "soothe_bell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 22
+ },
+ "frame": {
+ "x": 361,
+ "y": 170,
+ "w": 17,
+ "h": 22
+ }
+ },
+ {
+ "filename": "healing_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 23,
+ "h": 22
+ },
+ "frame": {
+ "x": 378,
+ "y": 171,
+ "w": 23,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ice_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 401,
+ "y": 171,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "metal_coat",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 19,
+ "h": 22
+ },
+ "frame": {
+ "x": 0,
+ "y": 185,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ice_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 19,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "magmarizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 41,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "mini_black_hole",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 63,
+ "y": 187,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "moon_flute",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 85,
+ "y": 188,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "map",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 5,
+ "w": 27,
+ "h": 22
+ },
+ "frame": {
+ "x": 107,
+ "y": 189,
+ "w": 27,
+ "h": 22
+ }
+ },
+ {
+ "filename": "normal_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 134,
+ "y": 189,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "peat_block",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 156,
+ "y": 189,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "hyper_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 180,
+ "y": 189,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "poison_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 197,
+ "y": 190,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 219,
+ "y": 190,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "protector",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "psychic_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 258,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "rock_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 280,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "rusted_sword",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 22
+ },
+ "frame": {
+ "x": 302,
+ "y": 192,
+ "w": 23,
+ "h": 22
+ }
+ },
+ {
+ "filename": "scroll_of_darkness",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 325,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "scroll_of_waters",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 347,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "shed_shell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 369,
+ "y": 193,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sitrus_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 391,
+ "y": 193,
+ "w": 20,
+ "h": 22
+ }
+ },
+ {
+ "filename": "starf_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 411,
+ "y": 193,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sachet",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 18,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 207,
+ "w": 18,
+ "h": 23
+ }
+ },
+ {
+ "filename": "steel_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 18,
+ "y": 208,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sun_flute",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 40,
+ "y": 208,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "thick_club",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 62,
+ "y": 209,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "thunder_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 84,
+ "y": 210,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_bug",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 106,
+ "y": 211,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_dark",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 128,
+ "y": 211,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_dragon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 150,
+ "y": 211,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_electric",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 172,
+ "y": 212,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_fairy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 194,
+ "y": 212,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "mystic_water",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 20,
+ "h": 23
+ },
+ "frame": {
+ "x": 216,
+ "y": 213,
+ "w": 20,
+ "h": 23
+ }
+ },
+ {
+ "filename": "tm_fighting",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_fire",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 258,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_flying",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 280,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ghost",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 302,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_grass",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 324,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ground",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 346,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 368,
+ "y": 215,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_normal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 390,
+ "y": 215,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_poison",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 412,
+ "y": 215,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_psychic",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 0,
+ "y": 230,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_rock",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 22,
+ "y": 230,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "super_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 44,
+ "y": 230,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "tm_steel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 61,
+ "y": 231,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_water",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 83,
+ "y": 232,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "water_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 105,
+ "y": 233,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "water_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 127,
+ "y": 233,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_accuracy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 149,
+ "y": 233,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_attack",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 171,
+ "y": 234,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_defense",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 193,
+ "y": 234,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_sp_atk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 215,
+ "y": 236,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_sp_def",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 237,
+ "y": 236,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_speed",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 259,
+ "y": 236,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "berry_pouch",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 281,
+ "y": 236,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "black_belt",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 304,
+ "y": 236,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "bug_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 326,
+ "y": 236,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "calcium",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 348,
+ "y": 236,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "clefairy_doll",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 364,
+ "y": 237,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "coin_case",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 388,
+ "y": 237,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dark_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 412,
+ "y": 237,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dragon_fang",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 252,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dragon_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 21,
+ "y": 252,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dynamax_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 43,
+ "y": 253,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "carbos",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 66,
+ "y": 253,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "electric_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 82,
+ "y": 254,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "expert_belt",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 104,
+ "y": 255,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fairy_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 128,
+ "y": 255,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "lansat_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 150,
+ "y": 255,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fighting_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 171,
+ "y": 256,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fire_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 193,
+ "y": 256,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fire_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 215,
+ "y": 258,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "focus_sash",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 237,
+ "y": 258,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ghost_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 259,
+ "y": 258,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "grass_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 281,
+ "y": 259,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "griseous_core",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 303,
+ "y": 259,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ground_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 326,
+ "y": 259,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "hearthflame_mask",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 348,
+ "y": 260,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ice_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 372,
+ "y": 260,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "leaf_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 394,
+ "y": 260,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 415,
+ "y": 260,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "leek",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 275,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 23,
+ "y": 275,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "leppa_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 41,
+ "y": 276,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "macho_brace",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 65,
+ "y": 277,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "hp_up",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 88,
+ "y": 277,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "never_melt_ice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 104,
+ "y": 278,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "normal_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 126,
+ "y": 278,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "petaya_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 148,
+ "y": 278,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "poison_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 170,
+ "y": 279,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "psychic_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 192,
+ "y": 279,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "rare_candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 214,
+ "y": 281,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "rarer_candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 237,
+ "y": 281,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "sharp_beak",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 260,
+ "y": 281,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "reaper_cloth",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 281,
+ "y": 282,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "rock_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 303,
+ "y": 282,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "steel_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 325,
+ "y": 282,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "scope_lens",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 347,
+ "y": 283,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "stellar_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 371,
+ "y": 283,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "water_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 393,
+ "y": 283,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "full_restore",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 415,
+ "y": 284,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "whipped_dream",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 298,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "twisted_spoon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 21,
+ "y": 299,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "iron",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 45,
+ "y": 299,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "wide_lens",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 61,
+ "y": 300,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "big_root",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 83,
+ "y": 301,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "blank_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 106,
+ "y": 301,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "catching_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 130,
+ "y": 301,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 151,
+ "y": 301,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "choice_scarf",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 168,
+ "y": 302,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 192,
+ "y": 302,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "draco_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 210,
+ "y": 304,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "dread_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 234,
+ "y": 304,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "kings_rock",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 258,
+ "y": 304,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "earth_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 281,
+ "y": 305,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "fist_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 305,
+ "y": 305,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 329,
+ "y": 305,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "flame_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 347,
+ "y": 306,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "focus_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 371,
+ "y": 306,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 395,
+ "y": 306,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 412,
+ "y": 308,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 0,
+ "y": 321,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "golden_punch",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 16,
+ "y": 322,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "gracidea",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 40,
+ "y": 323,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pp_max",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 64,
+ "y": 323,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "grip_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 80,
+ "y": 325,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "icicle_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 104,
+ "y": 325,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "insect_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 128,
+ "y": 325,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pp_up",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 152,
+ "y": 325,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "iron_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 168,
+ "y": 326,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "protein",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 192,
+ "y": 326,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 208,
+ "y": 328,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch_great",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 232,
+ "y": 328,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch_master",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 256,
+ "y": 328,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch_ultra",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 280,
+ "y": 329,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lustrous_globe",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 304,
+ "y": 329,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 328,
+ "y": 329,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 24
+ },
+ "frame": {
+ "x": 344,
+ "y": 330,
+ "w": 22,
+ "h": 24
+ }
+ },
+ {
+ "filename": "meadow_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 366,
+ "y": 330,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "oval_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 390,
+ "y": 330,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "mind_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 411,
+ "y": 332,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "super_repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 0,
+ "y": 345,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "muscle_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 16,
+ "y": 346,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pixie_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 40,
+ "y": 347,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "unknown",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 64,
+ "y": 347,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "red_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 20,
+ "h": 24
+ },
+ "frame": {
+ "x": 80,
+ "y": 349,
+ "w": 20,
+ "h": 24
+ }
+ },
+ {
+ "filename": "reveal_glass",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 100,
+ "y": 349,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "salac_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 123,
+ "y": 349,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "shiny_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 147,
+ "y": 349,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "scanner",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 168,
+ "y": 350,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "zinc",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 192,
+ "y": 350,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "silk_scarf",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 208,
+ "y": 352,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "sky_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 232,
+ "y": 352,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "splash_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 256,
+ "y": 352,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "spooky_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 280,
+ "y": 353,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "stone_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 304,
+ "y": 353,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "sun_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 328,
+ "y": 354,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "super_lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 352,
+ "y": 354,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "toxic_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 369,
+ "y": 354,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "zap_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 393,
+ "y": 356,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "prison_bottle",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 30
+ },
+ "frame": {
+ "x": 417,
+ "y": 356,
+ "w": 17,
+ "h": 30
+ }
+ },
+ {
+ "filename": "black_augurite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 3,
+ "w": 22,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 370,
+ "w": 22,
+ "h": 25
+ }
+ },
+ {
+ "filename": "ability_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 3,
+ "w": 23,
+ "h": 26
+ },
+ "frame": {
+ "x": 22,
+ "y": 371,
+ "w": 23,
+ "h": 26
+ }
+ },
+ {
+ "filename": "cornerstone_mask",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 3,
+ "w": 24,
+ "h": 26
+ },
+ "frame": {
+ "x": 45,
+ "y": 371,
+ "w": 24,
+ "h": 26
+ }
+ },
+ {
+ "filename": "linking_cord",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 3,
+ "w": 27,
+ "h": 26
+ },
+ "frame": {
+ "x": 69,
+ "y": 373,
+ "w": 27,
+ "h": 26
+ }
+ },
+ {
+ "filename": "mystical_rock",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 28,
+ "h": 26
+ },
+ "frame": {
+ "x": 96,
+ "y": 373,
+ "w": 28,
+ "h": 26
+ }
+ },
+ {
+ "filename": "galarica_wreath",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 32,
+ "h": 27
+ },
+ "frame": {
+ "x": 124,
+ "y": 373,
+ "w": 32,
+ "h": 27
+ }
+ },
+ {
+ "filename": "leaders_crest",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 29,
+ "h": 27
+ },
+ "frame": {
+ "x": 156,
+ "y": 374,
+ "w": 29,
+ "h": 27
+ }
+ },
+ {
+ "filename": "ribbon_gen1",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 185,
+ "y": 374,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "max_mushrooms",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 3,
+ "w": 29,
+ "h": 28
+ },
+ "frame": {
+ "x": 207,
+ "y": 376,
+ "w": 29,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen2",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 28,
+ "h": 28
+ },
+ "frame": {
+ "x": 236,
+ "y": 376,
+ "w": 28,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen4",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 2,
+ "w": 30,
+ "h": 28
+ },
+ "frame": {
+ "x": 264,
+ "y": 377,
+ "w": 30,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen5",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 294,
+ "y": 377,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen6",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 316,
+ "y": 378,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen8",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 338,
+ "y": 378,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen3",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 29
+ },
+ "frame": {
+ "x": 360,
+ "y": 378,
+ "w": 22,
+ "h": 29
+ }
+ },
+ {
+ "filename": "ribbon_gen7",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 29
+ },
+ "frame": {
+ "x": 382,
+ "y": 380,
+ "w": 22,
+ "h": 29
+ }
+ },
+ {
+ "filename": "ribbon_gen9",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 29
+ },
+ "frame": {
+ "x": 404,
+ "y": 386,
+ "w": 22,
+ "h": 29
+ }
+ },
+ {
+ "filename": "inverse",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 395,
+ "w": 22,
+ "h": 30
+ }
+ },
+ {
+ "filename": "galarica_cuff",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 29,
+ "h": 30
+ },
+ "frame": {
+ "x": 22,
+ "y": 397,
+ "w": 29,
+ "h": 30
+ }
+ },
+ {
+ "filename": "exp_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 31
+ },
+ "frame": {
+ "x": 51,
+ "y": 397,
+ "w": 17,
+ "h": 31
+ }
+ },
+ {
+ "filename": "bronze_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 68,
+ "y": 399,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "golden_exp_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 31
+ },
+ "frame": {
+ "x": 90,
+ "y": 399,
+ "w": 17,
+ "h": 31
+ }
+ },
+ {
+ "filename": "super_exp_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 31
+ },
+ "frame": {
+ "x": 107,
+ "y": 399,
+ "w": 17,
+ "h": 31
+ }
+ },
+ {
+ "filename": "great_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 124,
+ "y": 400,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "master_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 146,
+ "y": 401,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "rogue_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 168,
+ "y": 402,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "ultra_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 190,
+ "y": 404,
+ "w": 22,
+ "h": 31
+ }
}
]
}
@@ -8436,6 +8457,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d91a46c431ace3f09f5ca68916a2171e:1e84369d9a13e1416fa58028d629d116:110e074689c9edd2c54833ce2e4d9270$"
+ "smartupdate": "$TexturePacker:SmartUpdate:7b927dc715c6335dfca9e369b61374b2:fb24603dd37bbe0cbdf1d74fcbcbd223:110e074689c9edd2c54833ce2e4d9270$"
}
}
diff --git a/public/images/items.png b/public/images/items.png
index 191766f520e..4433ce43a40 100644
Binary files a/public/images/items.png and b/public/images/items.png differ
diff --git a/public/images/items/ability_capsule.png b/public/images/items/ability_capsule.png
index 06b6b3e173d..ee8aec6b346 100644
Binary files a/public/images/items/ability_capsule.png and b/public/images/items/ability_capsule.png differ
diff --git a/public/images/items/ability_charm.png b/public/images/items/ability_charm.png
index 943783ba348..2e9e0368667 100644
Binary files a/public/images/items/ability_charm.png and b/public/images/items/ability_charm.png differ
diff --git a/public/images/items/abomasite.png b/public/images/items/abomasite.png
index 09177d97a44..0758786bb0f 100644
Binary files a/public/images/items/abomasite.png and b/public/images/items/abomasite.png differ
diff --git a/public/images/items/absolite.png b/public/images/items/absolite.png
index 617969f6037..f7fe8b7ac12 100644
Binary files a/public/images/items/absolite.png and b/public/images/items/absolite.png differ
diff --git a/public/images/items/adamant_crystal.png b/public/images/items/adamant_crystal.png
index d729c40ce25..eb35af1540e 100644
Binary files a/public/images/items/adamant_crystal.png and b/public/images/items/adamant_crystal.png differ
diff --git a/public/images/items/aerodactylite.png b/public/images/items/aerodactylite.png
index 1cf5e028d6f..4feb04f3702 100644
Binary files a/public/images/items/aerodactylite.png and b/public/images/items/aerodactylite.png differ
diff --git a/public/images/items/aggronite.png b/public/images/items/aggronite.png
index 18eb9d86270..8feb64633ec 100644
Binary files a/public/images/items/aggronite.png and b/public/images/items/aggronite.png differ
diff --git a/public/images/items/alakazite.png b/public/images/items/alakazite.png
index 02d8ff580f4..ed6acab02ca 100644
Binary files a/public/images/items/alakazite.png and b/public/images/items/alakazite.png differ
diff --git a/public/images/items/altarianite.png b/public/images/items/altarianite.png
index 8d2436bc24a..0bb6be23819 100644
Binary files a/public/images/items/altarianite.png and b/public/images/items/altarianite.png differ
diff --git a/public/images/items/ampharosite.png b/public/images/items/ampharosite.png
index 5ff26217d23..3084c05c1a9 100644
Binary files a/public/images/items/ampharosite.png and b/public/images/items/ampharosite.png differ
diff --git a/public/images/items/amulet_coin.png b/public/images/items/amulet_coin.png
index 88ce369def5..3cda2b2a53b 100644
Binary files a/public/images/items/amulet_coin.png and b/public/images/items/amulet_coin.png differ
diff --git a/public/images/items/apicot_berry.png b/public/images/items/apicot_berry.png
index 2cfa66acdfa..4719671eaf3 100644
Binary files a/public/images/items/apicot_berry.png and b/public/images/items/apicot_berry.png differ
diff --git a/public/images/items/audinite.png b/public/images/items/audinite.png
index 51fdc9310b0..f7c21bf8e3b 100644
Binary files a/public/images/items/audinite.png and b/public/images/items/audinite.png differ
diff --git a/public/images/items/auspicious_armor.png b/public/images/items/auspicious_armor.png
index e3620bb6054..27c40ae0bd0 100644
Binary files a/public/images/items/auspicious_armor.png and b/public/images/items/auspicious_armor.png differ
diff --git a/public/images/items/banettite.png b/public/images/items/banettite.png
index 20704d624c2..b6bcadd72fc 100644
Binary files a/public/images/items/banettite.png and b/public/images/items/banettite.png differ
diff --git a/public/images/items/baton.png b/public/images/items/baton.png
index 8e9ebfae06d..ece81f82b2f 100644
Binary files a/public/images/items/baton.png and b/public/images/items/baton.png differ
diff --git a/public/images/items/beedrillite.png b/public/images/items/beedrillite.png
index 3dd1444bf76..99e516446d7 100644
Binary files a/public/images/items/beedrillite.png and b/public/images/items/beedrillite.png differ
diff --git a/public/images/items/berry_juice.png b/public/images/items/berry_juice.png
index 127fa458906..2f6272eca7c 100644
Binary files a/public/images/items/berry_juice.png and b/public/images/items/berry_juice.png differ
diff --git a/public/images/items/berry_pot.png b/public/images/items/berry_pot.png
index 5841ef1c324..3cb9b90dc53 100644
Binary files a/public/images/items/berry_pot.png and b/public/images/items/berry_pot.png differ
diff --git a/public/images/items/berry_pouch.png b/public/images/items/berry_pouch.png
index 878ef600239..d14d71358a9 100644
Binary files a/public/images/items/berry_pouch.png and b/public/images/items/berry_pouch.png differ
diff --git a/public/images/items/big_mushroom.png b/public/images/items/big_mushroom.png
index 4384c7933b3..eb203a7374c 100644
Binary files a/public/images/items/big_mushroom.png and b/public/images/items/big_mushroom.png differ
diff --git a/public/images/items/big_nugget.png b/public/images/items/big_nugget.png
index 54a5456ad60..e8839daa0b6 100644
Binary files a/public/images/items/big_nugget.png and b/public/images/items/big_nugget.png differ
diff --git a/public/images/items/big_root.png b/public/images/items/big_root.png
index 37eeb5c2f93..24b863ee238 100644
Binary files a/public/images/items/big_root.png and b/public/images/items/big_root.png differ
diff --git a/public/images/items/binding_band.png b/public/images/items/binding_band.png
index f634b02053d..b33256b7b8c 100644
Binary files a/public/images/items/binding_band.png and b/public/images/items/binding_band.png differ
diff --git a/public/images/items/black_augurite.png b/public/images/items/black_augurite.png
index e8531a1a8cf..b34127e2942 100644
Binary files a/public/images/items/black_augurite.png and b/public/images/items/black_augurite.png differ
diff --git a/public/images/items/black_belt.png b/public/images/items/black_belt.png
index 70d13097882..9dde3ff83cd 100644
Binary files a/public/images/items/black_belt.png and b/public/images/items/black_belt.png differ
diff --git a/public/images/items/black_glasses.png b/public/images/items/black_glasses.png
index 52fe0e60a1e..4b18d828964 100644
Binary files a/public/images/items/black_glasses.png and b/public/images/items/black_glasses.png differ
diff --git a/public/images/items/black_sludge.png b/public/images/items/black_sludge.png
index 37aa31de43e..fe308586dd3 100644
Binary files a/public/images/items/black_sludge.png and b/public/images/items/black_sludge.png differ
diff --git a/public/images/items/blank_plate.png b/public/images/items/blank_plate.png
index ec82203340c..c08d25aa3c3 100644
Binary files a/public/images/items/blank_plate.png and b/public/images/items/blank_plate.png differ
diff --git a/public/images/items/blastoisinite.png b/public/images/items/blastoisinite.png
index 6b8310610e8..ea2ddef0640 100644
Binary files a/public/images/items/blastoisinite.png and b/public/images/items/blastoisinite.png differ
diff --git a/public/images/items/blazikenite.png b/public/images/items/blazikenite.png
index f14b108de60..9b6e9e59212 100644
Binary files a/public/images/items/blazikenite.png and b/public/images/items/blazikenite.png differ
diff --git a/public/images/items/blue_orb.png b/public/images/items/blue_orb.png
index 91094d82147..34c19c8aea8 100644
Binary files a/public/images/items/blue_orb.png and b/public/images/items/blue_orb.png differ
diff --git a/public/images/items/blunder_policy.png b/public/images/items/blunder_policy.png
index c1e2e380648..8d5b11cb3f6 100644
Binary files a/public/images/items/blunder_policy.png and b/public/images/items/blunder_policy.png differ
diff --git a/public/images/items/bronze_ribbon.png b/public/images/items/bronze_ribbon.png
index eb9b926c50c..cab218e09f5 100644
Binary files a/public/images/items/bronze_ribbon.png and b/public/images/items/bronze_ribbon.png differ
diff --git a/public/images/items/bug_memory.png b/public/images/items/bug_memory.png
index e166636c780..004b499ba7a 100644
Binary files a/public/images/items/bug_memory.png and b/public/images/items/bug_memory.png differ
diff --git a/public/images/items/bug_tera_shard.png b/public/images/items/bug_tera_shard.png
index c08a3f29ffd..5711fe193bd 100644
Binary files a/public/images/items/bug_tera_shard.png and b/public/images/items/bug_tera_shard.png differ
diff --git a/public/images/items/burn_drive.png b/public/images/items/burn_drive.png
index 47ad9cc8f38..02ee18c02bd 100644
Binary files a/public/images/items/burn_drive.png and b/public/images/items/burn_drive.png differ
diff --git a/public/images/items/calcium.png b/public/images/items/calcium.png
index e98416f6280..4c42228d724 100644
Binary files a/public/images/items/calcium.png and b/public/images/items/calcium.png differ
diff --git a/public/images/items/cameruptite.png b/public/images/items/cameruptite.png
index 5410fc85a39..9eda37e14e1 100644
Binary files a/public/images/items/cameruptite.png and b/public/images/items/cameruptite.png differ
diff --git a/public/images/items/candy.png b/public/images/items/candy.png
index 9a68bdab606..81cf5e19ee2 100644
Binary files a/public/images/items/candy.png and b/public/images/items/candy.png differ
diff --git a/public/images/items/candy_jar.png b/public/images/items/candy_jar.png
index 2718b9fa083..0338b64a86d 100644
Binary files a/public/images/items/candy_jar.png and b/public/images/items/candy_jar.png differ
diff --git a/public/images/items/candy_overlay.png b/public/images/items/candy_overlay.png
index 67df546a633..a1cb428cdee 100644
Binary files a/public/images/items/candy_overlay.png and b/public/images/items/candy_overlay.png differ
diff --git a/public/images/items/carbos.png b/public/images/items/carbos.png
index beb31dcea9e..7dd09f2ec12 100644
Binary files a/public/images/items/carbos.png and b/public/images/items/carbos.png differ
diff --git a/public/images/items/catching_charm.png b/public/images/items/catching_charm.png
index c220ff70c03..57545622131 100644
Binary files a/public/images/items/catching_charm.png and b/public/images/items/catching_charm.png differ
diff --git a/public/images/items/charcoal.png b/public/images/items/charcoal.png
index 4d2511773ef..e10f8f20fd6 100644
Binary files a/public/images/items/charcoal.png and b/public/images/items/charcoal.png differ
diff --git a/public/images/items/charizardite_x.png b/public/images/items/charizardite_x.png
index 81590bb86da..d238a77a9e2 100644
Binary files a/public/images/items/charizardite_x.png and b/public/images/items/charizardite_x.png differ
diff --git a/public/images/items/charizardite_y.png b/public/images/items/charizardite_y.png
index 784eed51ace..5a3ea59d091 100644
Binary files a/public/images/items/charizardite_y.png and b/public/images/items/charizardite_y.png differ
diff --git a/public/images/items/chill_drive.png b/public/images/items/chill_drive.png
index d5ef99b1686..fbf7462479a 100644
Binary files a/public/images/items/chill_drive.png and b/public/images/items/chill_drive.png differ
diff --git a/public/images/items/chipped_pot.png b/public/images/items/chipped_pot.png
index a2f35f9aed9..969c3dc3c16 100644
Binary files a/public/images/items/chipped_pot.png and b/public/images/items/chipped_pot.png differ
diff --git a/public/images/items/choice_scarf.png b/public/images/items/choice_scarf.png
index a83fd1f4b30..2ddf7d3be16 100644
Binary files a/public/images/items/choice_scarf.png and b/public/images/items/choice_scarf.png differ
diff --git a/public/images/items/choice_specs.png b/public/images/items/choice_specs.png
index 513986c524e..09b58f64381 100644
Binary files a/public/images/items/choice_specs.png and b/public/images/items/choice_specs.png differ
diff --git a/public/images/items/clefairy_doll.png b/public/images/items/clefairy_doll.png
index 8e1691dddfa..3b54c83df47 100644
Binary files a/public/images/items/clefairy_doll.png and b/public/images/items/clefairy_doll.png differ
diff --git a/public/images/items/coin_case.png b/public/images/items/coin_case.png
index 14f9878e5c4..3c17c2b13f8 100644
Binary files a/public/images/items/coin_case.png and b/public/images/items/coin_case.png differ
diff --git a/public/images/items/cornerstone_mask.png b/public/images/items/cornerstone_mask.png
index 441af6607a5..205bdef9805 100644
Binary files a/public/images/items/cornerstone_mask.png and b/public/images/items/cornerstone_mask.png differ
diff --git a/public/images/items/coupon.png b/public/images/items/coupon.png
index b1e8089b485..b08fa65fecc 100644
Binary files a/public/images/items/coupon.png and b/public/images/items/coupon.png differ
diff --git a/public/images/items/cracked_pot.png b/public/images/items/cracked_pot.png
index 61cad0d85b7..4afc2caf2c8 100644
Binary files a/public/images/items/cracked_pot.png and b/public/images/items/cracked_pot.png differ
diff --git a/public/images/items/dark_memory.png b/public/images/items/dark_memory.png
index 4349ba8f8cd..e1e503bd036 100644
Binary files a/public/images/items/dark_memory.png and b/public/images/items/dark_memory.png differ
diff --git a/public/images/items/dark_stone.png b/public/images/items/dark_stone.png
index eb8eaa13ba8..c28a93ecabc 100644
Binary files a/public/images/items/dark_stone.png and b/public/images/items/dark_stone.png differ
diff --git a/public/images/items/dark_tera_shard.png b/public/images/items/dark_tera_shard.png
index 4060f9142f6..ca24664b74e 100644
Binary files a/public/images/items/dark_tera_shard.png and b/public/images/items/dark_tera_shard.png differ
diff --git a/public/images/items/dawn_stone.png b/public/images/items/dawn_stone.png
index 0e3da086649..b29d2016a56 100644
Binary files a/public/images/items/dawn_stone.png and b/public/images/items/dawn_stone.png differ
diff --git a/public/images/items/deep_sea_scale.png b/public/images/items/deep_sea_scale.png
index 6a84b01c99e..cf40e652319 100644
Binary files a/public/images/items/deep_sea_scale.png and b/public/images/items/deep_sea_scale.png differ
diff --git a/public/images/items/deep_sea_tooth.png b/public/images/items/deep_sea_tooth.png
index 448c8406867..2cd1980aeb4 100644
Binary files a/public/images/items/deep_sea_tooth.png and b/public/images/items/deep_sea_tooth.png differ
diff --git a/public/images/items/diancite.png b/public/images/items/diancite.png
index 6fff5008673..293d327524e 100644
Binary files a/public/images/items/diancite.png and b/public/images/items/diancite.png differ
diff --git a/public/images/items/dire_hit.png b/public/images/items/dire_hit.png
index 5917fd02d99..0c060710ff2 100644
Binary files a/public/images/items/dire_hit.png and b/public/images/items/dire_hit.png differ
diff --git a/public/images/items/dna_splicers.png b/public/images/items/dna_splicers.png
index 5a3c7fed75b..51c1524076e 100644
Binary files a/public/images/items/dna_splicers.png and b/public/images/items/dna_splicers.png differ
diff --git a/public/images/items/douse_drive.png b/public/images/items/douse_drive.png
index 0f9f780e5cb..fb8e7623184 100644
Binary files a/public/images/items/douse_drive.png and b/public/images/items/douse_drive.png differ
diff --git a/public/images/items/draco_plate.png b/public/images/items/draco_plate.png
index b25df530171..b4702aadba3 100644
Binary files a/public/images/items/draco_plate.png and b/public/images/items/draco_plate.png differ
diff --git a/public/images/items/dragon_fang.png b/public/images/items/dragon_fang.png
index 33659e50307..4a9904e0ef3 100644
Binary files a/public/images/items/dragon_fang.png and b/public/images/items/dragon_fang.png differ
diff --git a/public/images/items/dragon_memory.png b/public/images/items/dragon_memory.png
index 15a3cd170cd..01a14cadf3e 100644
Binary files a/public/images/items/dragon_memory.png and b/public/images/items/dragon_memory.png differ
diff --git a/public/images/items/dragon_scale.png b/public/images/items/dragon_scale.png
index bb8bb028db7..9cec39b22f6 100644
Binary files a/public/images/items/dragon_scale.png and b/public/images/items/dragon_scale.png differ
diff --git a/public/images/items/dragon_tera_shard.png b/public/images/items/dragon_tera_shard.png
index 8c16e2f8eb6..51f20d9f5cb 100644
Binary files a/public/images/items/dragon_tera_shard.png and b/public/images/items/dragon_tera_shard.png differ
diff --git a/public/images/items/dread_plate.png b/public/images/items/dread_plate.png
index 4cdbb76f180..6537320bc0a 100644
Binary files a/public/images/items/dread_plate.png and b/public/images/items/dread_plate.png differ
diff --git a/public/images/items/dubious_disc.png b/public/images/items/dubious_disc.png
index 8bb23497462..122958f9550 100644
Binary files a/public/images/items/dubious_disc.png and b/public/images/items/dubious_disc.png differ
diff --git a/public/images/items/dusk_stone.png b/public/images/items/dusk_stone.png
index 12ad19505d0..e2cf73d04f3 100644
Binary files a/public/images/items/dusk_stone.png and b/public/images/items/dusk_stone.png differ
diff --git a/public/images/items/dynamax_band.png b/public/images/items/dynamax_band.png
index 633da7bdc90..57b9a0caef5 100644
Binary files a/public/images/items/dynamax_band.png and b/public/images/items/dynamax_band.png differ
diff --git a/public/images/items/earth_plate.png b/public/images/items/earth_plate.png
index d40da06f6b6..79fbbad5a84 100644
Binary files a/public/images/items/earth_plate.png and b/public/images/items/earth_plate.png differ
diff --git a/public/images/items/electirizer.png b/public/images/items/electirizer.png
index 7d4488d0ff3..a5589a27e42 100644
Binary files a/public/images/items/electirizer.png and b/public/images/items/electirizer.png differ
diff --git a/public/images/items/electric_memory.png b/public/images/items/electric_memory.png
index 494b0d0d653..d0595356482 100644
Binary files a/public/images/items/electric_memory.png and b/public/images/items/electric_memory.png differ
diff --git a/public/images/items/electric_tera_shard.png b/public/images/items/electric_tera_shard.png
index e4e1003edbc..2195be32929 100644
Binary files a/public/images/items/electric_tera_shard.png and b/public/images/items/electric_tera_shard.png differ
diff --git a/public/images/items/elixir.png b/public/images/items/elixir.png
index 694b07f34b6..b4bf7834e17 100644
Binary files a/public/images/items/elixir.png and b/public/images/items/elixir.png differ
diff --git a/public/images/items/enigma_berry.png b/public/images/items/enigma_berry.png
index 26c7f11ee9c..1a1a20854ed 100644
Binary files a/public/images/items/enigma_berry.png and b/public/images/items/enigma_berry.png differ
diff --git a/public/images/items/ether.png b/public/images/items/ether.png
index 970c9a27778..44a6e79de8e 100644
Binary files a/public/images/items/ether.png and b/public/images/items/ether.png differ
diff --git a/public/images/items/everstone.png b/public/images/items/everstone.png
index 07b32e8850e..194f7b63baf 100644
Binary files a/public/images/items/everstone.png and b/public/images/items/everstone.png differ
diff --git a/public/images/items/eviolite.png b/public/images/items/eviolite.png
index 8eb195ece2a..8591791a5a1 100644
Binary files a/public/images/items/eviolite.png and b/public/images/items/eviolite.png differ
diff --git a/public/images/items/exp_balance.png b/public/images/items/exp_balance.png
index 56c645b70fc..6a03556a3a2 100644
Binary files a/public/images/items/exp_balance.png and b/public/images/items/exp_balance.png differ
diff --git a/public/images/items/exp_charm.png b/public/images/items/exp_charm.png
index b42da73301e..2635e4d8020 100644
Binary files a/public/images/items/exp_charm.png and b/public/images/items/exp_charm.png differ
diff --git a/public/images/items/exp_share.png b/public/images/items/exp_share.png
index d7f4e4d04fb..6b866c63427 100644
Binary files a/public/images/items/exp_share.png and b/public/images/items/exp_share.png differ
diff --git a/public/images/items/expert_belt.png b/public/images/items/expert_belt.png
index 225756626da..86cfd7170de 100644
Binary files a/public/images/items/expert_belt.png and b/public/images/items/expert_belt.png differ
diff --git a/public/images/items/fairy_feather.png b/public/images/items/fairy_feather.png
index 64cabec7500..44923a1db94 100644
Binary files a/public/images/items/fairy_feather.png and b/public/images/items/fairy_feather.png differ
diff --git a/public/images/items/fairy_memory.png b/public/images/items/fairy_memory.png
index 598f3c804ce..b5d0b32ff95 100644
Binary files a/public/images/items/fairy_memory.png and b/public/images/items/fairy_memory.png differ
diff --git a/public/images/items/fairy_tera_shard.png b/public/images/items/fairy_tera_shard.png
index 83e19aeaeba..36fb5e88f1c 100644
Binary files a/public/images/items/fairy_tera_shard.png and b/public/images/items/fairy_tera_shard.png differ
diff --git a/public/images/items/fighting_memory.png b/public/images/items/fighting_memory.png
index 3c152f43900..13789836880 100644
Binary files a/public/images/items/fighting_memory.png and b/public/images/items/fighting_memory.png differ
diff --git a/public/images/items/fighting_tera_shard.png b/public/images/items/fighting_tera_shard.png
index 4241a901902..8423a41cbe8 100644
Binary files a/public/images/items/fighting_tera_shard.png and b/public/images/items/fighting_tera_shard.png differ
diff --git a/public/images/items/fire_memory.png b/public/images/items/fire_memory.png
index 8778baa5f56..4f341417b6e 100644
Binary files a/public/images/items/fire_memory.png and b/public/images/items/fire_memory.png differ
diff --git a/public/images/items/fire_stone.png b/public/images/items/fire_stone.png
index 7fc77cd5975..3db1942dfed 100644
Binary files a/public/images/items/fire_stone.png and b/public/images/items/fire_stone.png differ
diff --git a/public/images/items/fire_tera_shard.png b/public/images/items/fire_tera_shard.png
index 74a04df1680..5783a5e9720 100644
Binary files a/public/images/items/fire_tera_shard.png and b/public/images/items/fire_tera_shard.png differ
diff --git a/public/images/items/fist_plate.png b/public/images/items/fist_plate.png
index 6892d821da6..d992e4ab1c2 100644
Binary files a/public/images/items/fist_plate.png and b/public/images/items/fist_plate.png differ
diff --git a/public/images/items/flame_orb.png b/public/images/items/flame_orb.png
index 32f11719a5d..5132bbb6153 100644
Binary files a/public/images/items/flame_orb.png and b/public/images/items/flame_orb.png differ
diff --git a/public/images/items/flame_plate.png b/public/images/items/flame_plate.png
index 26a56f18462..7633773eee1 100644
Binary files a/public/images/items/flame_plate.png and b/public/images/items/flame_plate.png differ
diff --git a/public/images/items/flying_memory.png b/public/images/items/flying_memory.png
index d4b31e2c240..8d3efbf1401 100644
Binary files a/public/images/items/flying_memory.png and b/public/images/items/flying_memory.png differ
diff --git a/public/images/items/flying_tera_shard.png b/public/images/items/flying_tera_shard.png
index bee18637918..97d3013f70b 100644
Binary files a/public/images/items/flying_tera_shard.png and b/public/images/items/flying_tera_shard.png differ
diff --git a/public/images/items/focus_band.png b/public/images/items/focus_band.png
index 830e1294213..3a04ae17023 100644
Binary files a/public/images/items/focus_band.png and b/public/images/items/focus_band.png differ
diff --git a/public/images/items/focus_sash.png b/public/images/items/focus_sash.png
index 6dcd0f2f146..7700ceecf6b 100644
Binary files a/public/images/items/focus_sash.png and b/public/images/items/focus_sash.png differ
diff --git a/public/images/items/full_heal.png b/public/images/items/full_heal.png
index 61663fd5e2d..4e59dcf44fa 100644
Binary files a/public/images/items/full_heal.png and b/public/images/items/full_heal.png differ
diff --git a/public/images/items/full_restore.png b/public/images/items/full_restore.png
index bd3ebfd3022..ba64f2edad8 100644
Binary files a/public/images/items/full_restore.png and b/public/images/items/full_restore.png differ
diff --git a/public/images/items/galarica_cuff.png b/public/images/items/galarica_cuff.png
index 1b3f9c69296..56523da5230 100644
Binary files a/public/images/items/galarica_cuff.png and b/public/images/items/galarica_cuff.png differ
diff --git a/public/images/items/galarica_wreath.png b/public/images/items/galarica_wreath.png
index 7fe319f20cf..20356bafd8a 100644
Binary files a/public/images/items/galarica_wreath.png and b/public/images/items/galarica_wreath.png differ
diff --git a/public/images/items/galladite.png b/public/images/items/galladite.png
index b204209a91c..15c93cd9c7e 100644
Binary files a/public/images/items/galladite.png and b/public/images/items/galladite.png differ
diff --git a/public/images/items/ganlon_berry.png b/public/images/items/ganlon_berry.png
index 81aecd83011..f9b88fc563a 100644
Binary files a/public/images/items/ganlon_berry.png and b/public/images/items/ganlon_berry.png differ
diff --git a/public/images/items/garchompite.png b/public/images/items/garchompite.png
index 045fc815b27..4276146a858 100644
Binary files a/public/images/items/garchompite.png and b/public/images/items/garchompite.png differ
diff --git a/public/images/items/gardevoirite.png b/public/images/items/gardevoirite.png
index d29ee3eab03..66a90b93bce 100644
Binary files a/public/images/items/gardevoirite.png and b/public/images/items/gardevoirite.png differ
diff --git a/public/images/items/gb.png b/public/images/items/gb.png
index 5a69585f5cd..4b437277849 100644
Binary files a/public/images/items/gb.png and b/public/images/items/gb.png differ
diff --git a/public/images/items/gengarite.png b/public/images/items/gengarite.png
index dcbaf4bf13a..4ccaae6ee8d 100644
Binary files a/public/images/items/gengarite.png and b/public/images/items/gengarite.png differ
diff --git a/public/images/items/ghost_memory.png b/public/images/items/ghost_memory.png
index d3f174de758..cb3c31ea4de 100644
Binary files a/public/images/items/ghost_memory.png and b/public/images/items/ghost_memory.png differ
diff --git a/public/images/items/ghost_tera_shard.png b/public/images/items/ghost_tera_shard.png
index fd3557e5534..8b9c6e750a9 100644
Binary files a/public/images/items/ghost_tera_shard.png and b/public/images/items/ghost_tera_shard.png differ
diff --git a/public/images/items/glalitite.png b/public/images/items/glalitite.png
index 83e05f132fa..ed7858c631c 100644
Binary files a/public/images/items/glalitite.png and b/public/images/items/glalitite.png differ
diff --git a/public/images/items/golden_egg.png b/public/images/items/golden_egg.png
index bfc517c6632..5727b4cb513 100644
Binary files a/public/images/items/golden_egg.png and b/public/images/items/golden_egg.png differ
diff --git a/public/images/items/golden_exp_charm.png b/public/images/items/golden_exp_charm.png
index 199832159d6..1895bfaa6b9 100644
Binary files a/public/images/items/golden_exp_charm.png and b/public/images/items/golden_exp_charm.png differ
diff --git a/public/images/items/golden_mystic_ticket.png b/public/images/items/golden_mystic_ticket.png
index ff44d3307b6..57f5b9efca6 100644
Binary files a/public/images/items/golden_mystic_ticket.png and b/public/images/items/golden_mystic_ticket.png differ
diff --git a/public/images/items/golden_net.png b/public/images/items/golden_net.png
index 5fea1ee7dba..3205d545e27 100644
Binary files a/public/images/items/golden_net.png and b/public/images/items/golden_net.png differ
diff --git a/public/images/items/golden_punch.png b/public/images/items/golden_punch.png
index 25c2233e714..291ff7e248f 100644
Binary files a/public/images/items/golden_punch.png and b/public/images/items/golden_punch.png differ
diff --git a/public/images/items/gracidea.png b/public/images/items/gracidea.png
index 0552d11b01b..6e464390f17 100644
Binary files a/public/images/items/gracidea.png and b/public/images/items/gracidea.png differ
diff --git a/public/images/items/grass_memory.png b/public/images/items/grass_memory.png
index 28ffc343c66..9d7d27de770 100644
Binary files a/public/images/items/grass_memory.png and b/public/images/items/grass_memory.png differ
diff --git a/public/images/items/grass_tera_shard.png b/public/images/items/grass_tera_shard.png
index 01bf4bde640..30e8762b5b6 100644
Binary files a/public/images/items/grass_tera_shard.png and b/public/images/items/grass_tera_shard.png differ
diff --git a/public/images/items/great_ribbon.png b/public/images/items/great_ribbon.png
index 720c0d85366..e7d7e452122 100644
Binary files a/public/images/items/great_ribbon.png and b/public/images/items/great_ribbon.png differ
diff --git a/public/images/items/grip_claw.png b/public/images/items/grip_claw.png
index e37e2a2eaf3..61cbb89e9b2 100644
Binary files a/public/images/items/grip_claw.png and b/public/images/items/grip_claw.png differ
diff --git a/public/images/items/griseous_core.png b/public/images/items/griseous_core.png
index fa131cccfda..7f3f683eda8 100644
Binary files a/public/images/items/griseous_core.png and b/public/images/items/griseous_core.png differ
diff --git a/public/images/items/ground_memory.png b/public/images/items/ground_memory.png
index 8ab042c02ff..808a4e13eeb 100644
Binary files a/public/images/items/ground_memory.png and b/public/images/items/ground_memory.png differ
diff --git a/public/images/items/ground_tera_shard.png b/public/images/items/ground_tera_shard.png
index 153bbd9058c..d7760f7dc1b 100644
Binary files a/public/images/items/ground_tera_shard.png and b/public/images/items/ground_tera_shard.png differ
diff --git a/public/images/items/guard_spec.png b/public/images/items/guard_spec.png
index 3efc9448404..95a37d0d28e 100644
Binary files a/public/images/items/guard_spec.png and b/public/images/items/guard_spec.png differ
diff --git a/public/images/items/gyaradosite.png b/public/images/items/gyaradosite.png
index bc8e6d6b115..e4cae1366ab 100644
Binary files a/public/images/items/gyaradosite.png and b/public/images/items/gyaradosite.png differ
diff --git a/public/images/items/hard_meteorite.png b/public/images/items/hard_meteorite.png
index d8f3490c581..8e8a2b5688b 100644
Binary files a/public/images/items/hard_meteorite.png and b/public/images/items/hard_meteorite.png differ
diff --git a/public/images/items/hard_stone.png b/public/images/items/hard_stone.png
index 604b44f9915..571d96afaa8 100644
Binary files a/public/images/items/hard_stone.png and b/public/images/items/hard_stone.png differ
diff --git a/public/images/items/healing_charm.png b/public/images/items/healing_charm.png
index b6f4c593c53..4601eeef593 100644
Binary files a/public/images/items/healing_charm.png and b/public/images/items/healing_charm.png differ
diff --git a/public/images/items/hearthflame_mask.png b/public/images/items/hearthflame_mask.png
index cd2ecdf1949..deed3d0cde8 100644
Binary files a/public/images/items/hearthflame_mask.png and b/public/images/items/hearthflame_mask.png differ
diff --git a/public/images/items/heracronite.png b/public/images/items/heracronite.png
index 164da1c9d30..ffcfc440c19 100644
Binary files a/public/images/items/heracronite.png and b/public/images/items/heracronite.png differ
diff --git a/public/images/items/houndoominite.png b/public/images/items/houndoominite.png
index 9e2e5f2eacd..c9ea1954dfa 100644
Binary files a/public/images/items/houndoominite.png and b/public/images/items/houndoominite.png differ
diff --git a/public/images/items/hp_up.png b/public/images/items/hp_up.png
index ff456d25289..5c6baff0673 100644
Binary files a/public/images/items/hp_up.png and b/public/images/items/hp_up.png differ
diff --git a/public/images/items/hyper_potion.png b/public/images/items/hyper_potion.png
index fa1c1432795..197aaac690c 100644
Binary files a/public/images/items/hyper_potion.png and b/public/images/items/hyper_potion.png differ
diff --git a/public/images/items/ice_memory.png b/public/images/items/ice_memory.png
index 01e68c08f82..812548cf36c 100644
Binary files a/public/images/items/ice_memory.png and b/public/images/items/ice_memory.png differ
diff --git a/public/images/items/ice_stone.png b/public/images/items/ice_stone.png
index a0fc0c12c5d..945714b759c 100644
Binary files a/public/images/items/ice_stone.png and b/public/images/items/ice_stone.png differ
diff --git a/public/images/items/ice_tera_shard.png b/public/images/items/ice_tera_shard.png
index 3e07acee397..5644d647c2b 100644
Binary files a/public/images/items/ice_tera_shard.png and b/public/images/items/ice_tera_shard.png differ
diff --git a/public/images/items/icicle_plate.png b/public/images/items/icicle_plate.png
index 67b5138e3e6..f9797d91f6a 100644
Binary files a/public/images/items/icicle_plate.png and b/public/images/items/icicle_plate.png differ
diff --git a/public/images/items/icy_reins_of_unity.png b/public/images/items/icy_reins_of_unity.png
index 84ec94a1d87..b7af48d6a81 100644
Binary files a/public/images/items/icy_reins_of_unity.png and b/public/images/items/icy_reins_of_unity.png differ
diff --git a/public/images/items/insect_plate.png b/public/images/items/insect_plate.png
index 75b44640a1b..5bcc0eebaf5 100644
Binary files a/public/images/items/insect_plate.png and b/public/images/items/insect_plate.png differ
diff --git a/public/images/items/inverse.png b/public/images/items/inverse.png
index b1ad5d2c00e..0d77ce77dde 100644
Binary files a/public/images/items/inverse.png and b/public/images/items/inverse.png differ
diff --git a/public/images/items/iron.png b/public/images/items/iron.png
index 3bb8ab15a8f..5cfff11b059 100644
Binary files a/public/images/items/iron.png and b/public/images/items/iron.png differ
diff --git a/public/images/items/iron_plate.png b/public/images/items/iron_plate.png
index ee892755660..65d660e34eb 100644
Binary files a/public/images/items/iron_plate.png and b/public/images/items/iron_plate.png differ
diff --git a/public/images/items/kangaskhanite.png b/public/images/items/kangaskhanite.png
index b7eb6849729..3d65d2cc5ca 100644
Binary files a/public/images/items/kangaskhanite.png and b/public/images/items/kangaskhanite.png differ
diff --git a/public/images/items/kings_rock.png b/public/images/items/kings_rock.png
index 0ea43c267bc..bfda9d559d3 100644
Binary files a/public/images/items/kings_rock.png and b/public/images/items/kings_rock.png differ
diff --git a/public/images/items/lansat_berry.png b/public/images/items/lansat_berry.png
index 6b2a8fb4760..223bff3eb26 100644
Binary files a/public/images/items/lansat_berry.png and b/public/images/items/lansat_berry.png differ
diff --git a/public/images/items/latiasite.png b/public/images/items/latiasite.png
index 6b92d1851cc..486a542576f 100644
Binary files a/public/images/items/latiasite.png and b/public/images/items/latiasite.png differ
diff --git a/public/images/items/latiosite.png b/public/images/items/latiosite.png
index 0d2af34781f..69708835c7b 100644
Binary files a/public/images/items/latiosite.png and b/public/images/items/latiosite.png differ
diff --git a/public/images/items/leaders_crest.png b/public/images/items/leaders_crest.png
index 45cf1656374..86b71f1eb6d 100644
Binary files a/public/images/items/leaders_crest.png and b/public/images/items/leaders_crest.png differ
diff --git a/public/images/items/leaf_stone.png b/public/images/items/leaf_stone.png
index a384af2a9c7..dc68e916bcf 100644
Binary files a/public/images/items/leaf_stone.png and b/public/images/items/leaf_stone.png differ
diff --git a/public/images/items/leek.png b/public/images/items/leek.png
index 7ef3fb989a4..1cb136aa78c 100644
Binary files a/public/images/items/leek.png and b/public/images/items/leek.png differ
diff --git a/public/images/items/leftovers.png b/public/images/items/leftovers.png
index 48ff07fbed3..4732d149b64 100644
Binary files a/public/images/items/leftovers.png and b/public/images/items/leftovers.png differ
diff --git a/public/images/items/legend_plate.png b/public/images/items/legend_plate.png
index 5b8681ebfe7..e96f12b45f5 100644
Binary files a/public/images/items/legend_plate.png and b/public/images/items/legend_plate.png differ
diff --git a/public/images/items/leppa_berry.png b/public/images/items/leppa_berry.png
index 4bc1349fe94..7a0f13b5199 100644
Binary files a/public/images/items/leppa_berry.png and b/public/images/items/leppa_berry.png differ
diff --git a/public/images/items/liechi_berry.png b/public/images/items/liechi_berry.png
index 492ef7e86f1..192d8f001ef 100644
Binary files a/public/images/items/liechi_berry.png and b/public/images/items/liechi_berry.png differ
diff --git a/public/images/items/light_ball.png b/public/images/items/light_ball.png
index cd421446608..7748f735d37 100644
Binary files a/public/images/items/light_ball.png and b/public/images/items/light_ball.png differ
diff --git a/public/images/items/light_stone.png b/public/images/items/light_stone.png
index 2b2be824020..97258cf3970 100644
Binary files a/public/images/items/light_stone.png and b/public/images/items/light_stone.png differ
diff --git a/public/images/items/linking_cord.png b/public/images/items/linking_cord.png
index ab695ae1fc8..4cde9da3f14 100644
Binary files a/public/images/items/linking_cord.png and b/public/images/items/linking_cord.png differ
diff --git a/public/images/items/lock_capsule.png b/public/images/items/lock_capsule.png
index b2e64dfdbfd..25d0cc14cff 100644
Binary files a/public/images/items/lock_capsule.png and b/public/images/items/lock_capsule.png differ
diff --git a/public/images/items/lopunnite.png b/public/images/items/lopunnite.png
index 416807c0c81..bd67cf159ed 100644
Binary files a/public/images/items/lopunnite.png and b/public/images/items/lopunnite.png differ
diff --git a/public/images/items/lucarionite.png b/public/images/items/lucarionite.png
index 82d3b19129d..b97161df68c 100644
Binary files a/public/images/items/lucarionite.png and b/public/images/items/lucarionite.png differ
diff --git a/public/images/items/lucky_egg.png b/public/images/items/lucky_egg.png
index 2760c303d37..fa9a1e4b390 100644
Binary files a/public/images/items/lucky_egg.png and b/public/images/items/lucky_egg.png differ
diff --git a/public/images/items/lucky_punch.png b/public/images/items/lucky_punch.png
index ed783c43e9a..97887631d9a 100644
Binary files a/public/images/items/lucky_punch.png and b/public/images/items/lucky_punch.png differ
diff --git a/public/images/items/lucky_punch_great.png b/public/images/items/lucky_punch_great.png
index c66df778210..77c77daf535 100644
Binary files a/public/images/items/lucky_punch_great.png and b/public/images/items/lucky_punch_great.png differ
diff --git a/public/images/items/lucky_punch_master.png b/public/images/items/lucky_punch_master.png
index d48fdf04bae..89fc1b67cf4 100644
Binary files a/public/images/items/lucky_punch_master.png and b/public/images/items/lucky_punch_master.png differ
diff --git a/public/images/items/lucky_punch_ultra.png b/public/images/items/lucky_punch_ultra.png
index aee27600f5c..a95c23666bb 100644
Binary files a/public/images/items/lucky_punch_ultra.png and b/public/images/items/lucky_punch_ultra.png differ
diff --git a/public/images/items/lum_berry.png b/public/images/items/lum_berry.png
index 8feb811e411..d19c4fba583 100644
Binary files a/public/images/items/lum_berry.png and b/public/images/items/lum_berry.png differ
diff --git a/public/images/items/lure.png b/public/images/items/lure.png
index a148aa70db9..1c3ea6cc8e8 100644
Binary files a/public/images/items/lure.png and b/public/images/items/lure.png differ
diff --git a/public/images/items/lustrous_globe.png b/public/images/items/lustrous_globe.png
index a16cf80c350..2a854db742b 100644
Binary files a/public/images/items/lustrous_globe.png and b/public/images/items/lustrous_globe.png differ
diff --git a/public/images/items/macho_brace.png b/public/images/items/macho_brace.png
index 2085829e1ce..760139cf7f8 100644
Binary files a/public/images/items/macho_brace.png and b/public/images/items/macho_brace.png differ
diff --git a/public/images/items/magmarizer.png b/public/images/items/magmarizer.png
index 0fca34c1e28..4f4d5f45851 100644
Binary files a/public/images/items/magmarizer.png and b/public/images/items/magmarizer.png differ
diff --git a/public/images/items/magnet.png b/public/images/items/magnet.png
index 7a07f557ec4..9ce8b686e9f 100644
Binary files a/public/images/items/magnet.png and b/public/images/items/magnet.png differ
diff --git a/public/images/items/malicious_armor.png b/public/images/items/malicious_armor.png
index 495024ced20..b7bfb55195b 100644
Binary files a/public/images/items/malicious_armor.png and b/public/images/items/malicious_armor.png differ
diff --git a/public/images/items/manectite.png b/public/images/items/manectite.png
index 0dd7406cdc4..c9df61669bc 100644
Binary files a/public/images/items/manectite.png and b/public/images/items/manectite.png differ
diff --git a/public/images/items/map.png b/public/images/items/map.png
index a641a7e8a69..dc2fc6b95d8 100644
Binary files a/public/images/items/map.png and b/public/images/items/map.png differ
diff --git a/public/images/items/master_ribbon.png b/public/images/items/master_ribbon.png
index 86be493b74a..0443215c1f9 100644
Binary files a/public/images/items/master_ribbon.png and b/public/images/items/master_ribbon.png differ
diff --git a/public/images/items/masterpiece_teacup.png b/public/images/items/masterpiece_teacup.png
index 36b8c39dcc7..ec2455c0763 100644
Binary files a/public/images/items/masterpiece_teacup.png and b/public/images/items/masterpiece_teacup.png differ
diff --git a/public/images/items/mawilite.png b/public/images/items/mawilite.png
index 95ddf987f12..60ea4017f56 100644
Binary files a/public/images/items/mawilite.png and b/public/images/items/mawilite.png differ
diff --git a/public/images/items/max_elixir.png b/public/images/items/max_elixir.png
index a4f134dd13c..1f528c2bb61 100644
Binary files a/public/images/items/max_elixir.png and b/public/images/items/max_elixir.png differ
diff --git a/public/images/items/max_ether.png b/public/images/items/max_ether.png
index 0ecdf09397a..8cee7152a86 100644
Binary files a/public/images/items/max_ether.png and b/public/images/items/max_ether.png differ
diff --git a/public/images/items/max_lure.png b/public/images/items/max_lure.png
index 384db7d7df8..812229d140a 100644
Binary files a/public/images/items/max_lure.png and b/public/images/items/max_lure.png differ
diff --git a/public/images/items/max_mushrooms.png b/public/images/items/max_mushrooms.png
index 443f1d5c369..8d5c015c963 100644
Binary files a/public/images/items/max_mushrooms.png and b/public/images/items/max_mushrooms.png differ
diff --git a/public/images/items/max_potion.png b/public/images/items/max_potion.png
index f51e7bde976..d8fadc9cb93 100644
Binary files a/public/images/items/max_potion.png and b/public/images/items/max_potion.png differ
diff --git a/public/images/items/max_repel.png b/public/images/items/max_repel.png
index d8bef707913..4d88ae6d0b5 100644
Binary files a/public/images/items/max_repel.png and b/public/images/items/max_repel.png differ
diff --git a/public/images/items/max_revive.png b/public/images/items/max_revive.png
index 25849a3b940..609fd17c3b9 100644
Binary files a/public/images/items/max_revive.png and b/public/images/items/max_revive.png differ
diff --git a/public/images/items/mb.png b/public/images/items/mb.png
index cfa421d6219..d80b3b89108 100644
Binary files a/public/images/items/mb.png and b/public/images/items/mb.png differ
diff --git a/public/images/items/meadow_plate.png b/public/images/items/meadow_plate.png
index a687cb7920d..e2b991776ba 100644
Binary files a/public/images/items/meadow_plate.png and b/public/images/items/meadow_plate.png differ
diff --git a/public/images/items/medichamite.png b/public/images/items/medichamite.png
index 4dd57f10bed..42f22ed6cd6 100644
Binary files a/public/images/items/medichamite.png and b/public/images/items/medichamite.png differ
diff --git a/public/images/items/mega_bracelet.png b/public/images/items/mega_bracelet.png
index e593b907631..5e8ff02be8c 100644
Binary files a/public/images/items/mega_bracelet.png and b/public/images/items/mega_bracelet.png differ
diff --git a/public/images/items/metagrossite.png b/public/images/items/metagrossite.png
index 445deff40c1..c245368758d 100644
Binary files a/public/images/items/metagrossite.png and b/public/images/items/metagrossite.png differ
diff --git a/public/images/items/metal_alloy.png b/public/images/items/metal_alloy.png
index 1201f58b463..41f22df4254 100644
Binary files a/public/images/items/metal_alloy.png and b/public/images/items/metal_alloy.png differ
diff --git a/public/images/items/metal_coat.png b/public/images/items/metal_coat.png
index f016d48bd2e..88f055c3fb3 100644
Binary files a/public/images/items/metal_coat.png and b/public/images/items/metal_coat.png differ
diff --git a/public/images/items/metal_powder.png b/public/images/items/metal_powder.png
index 11c3a39314c..64af0b144fe 100644
Binary files a/public/images/items/metal_powder.png and b/public/images/items/metal_powder.png differ
diff --git a/public/images/items/metronome.png b/public/images/items/metronome.png
index dfde7e365eb..837d75b4c03 100644
Binary files a/public/images/items/metronome.png and b/public/images/items/metronome.png differ
diff --git a/public/images/items/mewtwonite_x.png b/public/images/items/mewtwonite_x.png
index 3ec18a1c683..507d17e54e8 100644
Binary files a/public/images/items/mewtwonite_x.png and b/public/images/items/mewtwonite_x.png differ
diff --git a/public/images/items/mewtwonite_y.png b/public/images/items/mewtwonite_y.png
index eb9b1d0dc55..ff0c53396d2 100644
Binary files a/public/images/items/mewtwonite_y.png and b/public/images/items/mewtwonite_y.png differ
diff --git a/public/images/items/mind_plate.png b/public/images/items/mind_plate.png
index 04001796831..ff6fcc4f3af 100644
Binary files a/public/images/items/mind_plate.png and b/public/images/items/mind_plate.png differ
diff --git a/public/images/items/mini_black_hole.png b/public/images/items/mini_black_hole.png
index dd7458b8b2a..6edcaad16e3 100644
Binary files a/public/images/items/mini_black_hole.png and b/public/images/items/mini_black_hole.png differ
diff --git a/public/images/items/mint_atk.png b/public/images/items/mint_atk.png
index 727a7b3f792..88315c0cd07 100644
Binary files a/public/images/items/mint_atk.png and b/public/images/items/mint_atk.png differ
diff --git a/public/images/items/mint_def.png b/public/images/items/mint_def.png
index 9cd92eac07e..584c610ffd7 100644
Binary files a/public/images/items/mint_def.png and b/public/images/items/mint_def.png differ
diff --git a/public/images/items/mint_neutral.png b/public/images/items/mint_neutral.png
index e2e556d475b..f5287539e78 100644
Binary files a/public/images/items/mint_neutral.png and b/public/images/items/mint_neutral.png differ
diff --git a/public/images/items/mint_spatk.png b/public/images/items/mint_spatk.png
index 191ba6c4a1a..90a57c5608b 100644
Binary files a/public/images/items/mint_spatk.png and b/public/images/items/mint_spatk.png differ
diff --git a/public/images/items/mint_spd.png b/public/images/items/mint_spd.png
index 687119f2502..5420b0997b3 100644
Binary files a/public/images/items/mint_spd.png and b/public/images/items/mint_spd.png differ
diff --git a/public/images/items/mint_spdef.png b/public/images/items/mint_spdef.png
index cd902ce0984..54a1b4ed21d 100644
Binary files a/public/images/items/mint_spdef.png and b/public/images/items/mint_spdef.png differ
diff --git a/public/images/items/miracle_seed.png b/public/images/items/miracle_seed.png
index f5bc766545a..8be7ba72d33 100644
Binary files a/public/images/items/miracle_seed.png and b/public/images/items/miracle_seed.png differ
diff --git a/public/images/items/moon_flute.png b/public/images/items/moon_flute.png
index 893cb6a7579..5d3c0caf5f2 100644
Binary files a/public/images/items/moon_flute.png and b/public/images/items/moon_flute.png differ
diff --git a/public/images/items/moon_stone.png b/public/images/items/moon_stone.png
index b4af61969a2..f002fb18073 100644
Binary files a/public/images/items/moon_stone.png and b/public/images/items/moon_stone.png differ
diff --git a/public/images/items/muscle_band.png b/public/images/items/muscle_band.png
index 011716e7124..0be9d010767 100644
Binary files a/public/images/items/muscle_band.png and b/public/images/items/muscle_band.png differ
diff --git a/public/images/items/mystery_egg.png b/public/images/items/mystery_egg.png
index bb117a137b0..ac631cec7c8 100644
Binary files a/public/images/items/mystery_egg.png and b/public/images/items/mystery_egg.png differ
diff --git a/public/images/items/mystic_ticket.png b/public/images/items/mystic_ticket.png
index bd206998fed..cab03fa5470 100644
Binary files a/public/images/items/mystic_ticket.png and b/public/images/items/mystic_ticket.png differ
diff --git a/public/images/items/mystic_water.png b/public/images/items/mystic_water.png
index f944fac1a9c..2128895b385 100644
Binary files a/public/images/items/mystic_water.png and b/public/images/items/mystic_water.png differ
diff --git a/public/images/items/mystical_rock.png b/public/images/items/mystical_rock.png
new file mode 100644
index 00000000000..f87fe2a9dcb
Binary files /dev/null and b/public/images/items/mystical_rock.png differ
diff --git a/public/images/items/n_lunarizer.png b/public/images/items/n_lunarizer.png
index e45fb8ecf8d..a03b48ad387 100644
Binary files a/public/images/items/n_lunarizer.png and b/public/images/items/n_lunarizer.png differ
diff --git a/public/images/items/n_solarizer.png b/public/images/items/n_solarizer.png
index e706a42c973..69153fd38dd 100644
Binary files a/public/images/items/n_solarizer.png and b/public/images/items/n_solarizer.png differ
diff --git a/public/images/items/never_melt_ice.png b/public/images/items/never_melt_ice.png
index bec7cc0e5d4..35b1ada771d 100644
Binary files a/public/images/items/never_melt_ice.png and b/public/images/items/never_melt_ice.png differ
diff --git a/public/images/items/normal_memory.png b/public/images/items/normal_memory.png
index ddc22d1d4ab..e1ff89a9993 100644
Binary files a/public/images/items/normal_memory.png and b/public/images/items/normal_memory.png differ
diff --git a/public/images/items/normal_tera_shard.png b/public/images/items/normal_tera_shard.png
index fe2b9b93fd6..1c7a41ea0ec 100644
Binary files a/public/images/items/normal_tera_shard.png and b/public/images/items/normal_tera_shard.png differ
diff --git a/public/images/items/nugget.png b/public/images/items/nugget.png
index e8d39912349..0340f5d4000 100644
Binary files a/public/images/items/nugget.png and b/public/images/items/nugget.png differ
diff --git a/public/images/items/old_gateau.png b/public/images/items/old_gateau.png
index c910e90f101..dd5f0e05a94 100644
Binary files a/public/images/items/old_gateau.png and b/public/images/items/old_gateau.png differ
diff --git a/public/images/items/oval_charm.png b/public/images/items/oval_charm.png
index dc791175588..fcdb914ec22 100644
Binary files a/public/images/items/oval_charm.png and b/public/images/items/oval_charm.png differ
diff --git a/public/images/items/oval_stone.png b/public/images/items/oval_stone.png
index d48b0688821..d58ffde18e3 100644
Binary files a/public/images/items/oval_stone.png and b/public/images/items/oval_stone.png differ
diff --git a/public/images/items/pair_of_tickets.png b/public/images/items/pair_of_tickets.png
index b4b6ececbd2..b06c9a8727f 100644
Binary files a/public/images/items/pair_of_tickets.png and b/public/images/items/pair_of_tickets.png differ
diff --git a/public/images/items/pb.png b/public/images/items/pb.png
index ec4fe69c86f..37c37edb8c1 100644
Binary files a/public/images/items/pb.png and b/public/images/items/pb.png differ
diff --git a/public/images/items/pb_gold.png b/public/images/items/pb_gold.png
index fd71feb8e55..6dff6824158 100644
Binary files a/public/images/items/pb_gold.png and b/public/images/items/pb_gold.png differ
diff --git a/public/images/items/pb_silver.png b/public/images/items/pb_silver.png
index f60a8348a94..9528517a77a 100644
Binary files a/public/images/items/pb_silver.png and b/public/images/items/pb_silver.png differ
diff --git a/public/images/items/peat_block.png b/public/images/items/peat_block.png
index b62e94d523f..f3c65449b87 100644
Binary files a/public/images/items/peat_block.png and b/public/images/items/peat_block.png differ
diff --git a/public/images/items/petaya_berry.png b/public/images/items/petaya_berry.png
index e1dae467187..0fba884c2e2 100644
Binary files a/public/images/items/petaya_berry.png and b/public/images/items/petaya_berry.png differ
diff --git a/public/images/items/pidgeotite.png b/public/images/items/pidgeotite.png
index 86d1b23558c..52cb40852d6 100644
Binary files a/public/images/items/pidgeotite.png and b/public/images/items/pidgeotite.png differ
diff --git a/public/images/items/pinsirite.png b/public/images/items/pinsirite.png
index 2616cf6dfe1..88ecc8e9ea9 100644
Binary files a/public/images/items/pinsirite.png and b/public/images/items/pinsirite.png differ
diff --git a/public/images/items/pixie_plate.png b/public/images/items/pixie_plate.png
index dcc829c107f..e123ae6a49a 100644
Binary files a/public/images/items/pixie_plate.png and b/public/images/items/pixie_plate.png differ
diff --git a/public/images/items/poison_barb.png b/public/images/items/poison_barb.png
index 913ede4d819..3f9d714b08c 100644
Binary files a/public/images/items/poison_barb.png and b/public/images/items/poison_barb.png differ
diff --git a/public/images/items/poison_memory.png b/public/images/items/poison_memory.png
index 2b0036201d9..6c2b0aea77b 100644
Binary files a/public/images/items/poison_memory.png and b/public/images/items/poison_memory.png differ
diff --git a/public/images/items/poison_tera_shard.png b/public/images/items/poison_tera_shard.png
index b124fa051b9..4f21d158a41 100644
Binary files a/public/images/items/poison_tera_shard.png and b/public/images/items/poison_tera_shard.png differ
diff --git a/public/images/items/potion.png b/public/images/items/potion.png
index 10a7d5848db..f69c3210f03 100644
Binary files a/public/images/items/potion.png and b/public/images/items/potion.png differ
diff --git a/public/images/items/power_herb.png b/public/images/items/power_herb.png
index 15a581490a0..ba156c62122 100644
Binary files a/public/images/items/power_herb.png and b/public/images/items/power_herb.png differ
diff --git a/public/images/items/pp_max.png b/public/images/items/pp_max.png
index 48752829557..787641e26ac 100644
Binary files a/public/images/items/pp_max.png and b/public/images/items/pp_max.png differ
diff --git a/public/images/items/pp_up.png b/public/images/items/pp_up.png
index 1334d228bc3..463c3a0578d 100644
Binary files a/public/images/items/pp_up.png and b/public/images/items/pp_up.png differ
diff --git a/public/images/items/prism_scale.png b/public/images/items/prism_scale.png
index 5a0d45c686b..2436e96bf73 100644
Binary files a/public/images/items/prism_scale.png and b/public/images/items/prism_scale.png differ
diff --git a/public/images/items/prison_bottle.png b/public/images/items/prison_bottle.png
index da733bb14bb..06217988364 100644
Binary files a/public/images/items/prison_bottle.png and b/public/images/items/prison_bottle.png differ
diff --git a/public/images/items/protector.png b/public/images/items/protector.png
index a7b01a8c53d..8f65be09b2f 100644
Binary files a/public/images/items/protector.png and b/public/images/items/protector.png differ
diff --git a/public/images/items/protein.png b/public/images/items/protein.png
index b3386a8841b..54df13c6753 100644
Binary files a/public/images/items/protein.png and b/public/images/items/protein.png differ
diff --git a/public/images/items/psychic_memory.png b/public/images/items/psychic_memory.png
index a17afa4a617..21d62daa483 100644
Binary files a/public/images/items/psychic_memory.png and b/public/images/items/psychic_memory.png differ
diff --git a/public/images/items/psychic_tera_shard.png b/public/images/items/psychic_tera_shard.png
index 0a5656ccea1..f4b1cf7b259 100644
Binary files a/public/images/items/psychic_tera_shard.png and b/public/images/items/psychic_tera_shard.png differ
diff --git a/public/images/items/quick_claw.png b/public/images/items/quick_claw.png
index e6317898e2a..ff4f76d0576 100644
Binary files a/public/images/items/quick_claw.png and b/public/images/items/quick_claw.png differ
diff --git a/public/images/items/quick_powder.png b/public/images/items/quick_powder.png
index c73ec09eb05..58a8a1187a9 100644
Binary files a/public/images/items/quick_powder.png and b/public/images/items/quick_powder.png differ
diff --git a/public/images/items/rare_candy.png b/public/images/items/rare_candy.png
index d81e7ad0844..a860a116905 100644
Binary files a/public/images/items/rare_candy.png and b/public/images/items/rare_candy.png differ
diff --git a/public/images/items/rarer_candy.png b/public/images/items/rarer_candy.png
index b8432bd8216..4424caa659a 100644
Binary files a/public/images/items/rarer_candy.png and b/public/images/items/rarer_candy.png differ
diff --git a/public/images/items/rayquazite.png b/public/images/items/rayquazite.png
index 068f02936be..b39957b857d 100644
Binary files a/public/images/items/rayquazite.png and b/public/images/items/rayquazite.png differ
diff --git a/public/images/items/razor_claw.png b/public/images/items/razor_claw.png
index a9541c4d251..0ba506e8706 100644
Binary files a/public/images/items/razor_claw.png and b/public/images/items/razor_claw.png differ
diff --git a/public/images/items/razor_fang.png b/public/images/items/razor_fang.png
index 77c3da44c92..75306db5c4c 100644
Binary files a/public/images/items/razor_fang.png and b/public/images/items/razor_fang.png differ
diff --git a/public/images/items/rb.png b/public/images/items/rb.png
index 440ab8bf1b4..020f2ff878b 100644
Binary files a/public/images/items/rb.png and b/public/images/items/rb.png differ
diff --git a/public/images/items/reaper_cloth.png b/public/images/items/reaper_cloth.png
index a86714bfc4f..9caf7665e95 100644
Binary files a/public/images/items/reaper_cloth.png and b/public/images/items/reaper_cloth.png differ
diff --git a/public/images/items/red_orb.png b/public/images/items/red_orb.png
index b982649c9b3..cee83740ca5 100644
Binary files a/public/images/items/red_orb.png and b/public/images/items/red_orb.png differ
diff --git a/public/images/items/relic_band.png b/public/images/items/relic_band.png
index 634b91e41b3..adbd73bc46b 100644
Binary files a/public/images/items/relic_band.png and b/public/images/items/relic_band.png differ
diff --git a/public/images/items/relic_crown.png b/public/images/items/relic_crown.png
index d8c4552ea3c..de090041c1c 100644
Binary files a/public/images/items/relic_crown.png and b/public/images/items/relic_crown.png differ
diff --git a/public/images/items/relic_gold.png b/public/images/items/relic_gold.png
index da3f33fdfa1..af5b1797938 100644
Binary files a/public/images/items/relic_gold.png and b/public/images/items/relic_gold.png differ
diff --git a/public/images/items/repel.png b/public/images/items/repel.png
index 3d1359e688e..80c7738e9ff 100644
Binary files a/public/images/items/repel.png and b/public/images/items/repel.png differ
diff --git a/public/images/items/reveal_glass.png b/public/images/items/reveal_glass.png
index 3fae3bdf934..469d20a2752 100644
Binary files a/public/images/items/reveal_glass.png and b/public/images/items/reveal_glass.png differ
diff --git a/public/images/items/revive.png b/public/images/items/revive.png
index d7952b7653f..e84659867d8 100644
Binary files a/public/images/items/revive.png and b/public/images/items/revive.png differ
diff --git a/public/images/items/reviver_seed.png b/public/images/items/reviver_seed.png
index 31cfae46f94..10bc5c32451 100644
Binary files a/public/images/items/reviver_seed.png and b/public/images/items/reviver_seed.png differ
diff --git a/public/images/items/ribbon_gen1.png b/public/images/items/ribbon_gen1.png
index a9774d18ad0..1d731cf2e98 100644
Binary files a/public/images/items/ribbon_gen1.png and b/public/images/items/ribbon_gen1.png differ
diff --git a/public/images/items/ribbon_gen2.png b/public/images/items/ribbon_gen2.png
index a04f6a32a62..2ff54112105 100644
Binary files a/public/images/items/ribbon_gen2.png and b/public/images/items/ribbon_gen2.png differ
diff --git a/public/images/items/ribbon_gen3.png b/public/images/items/ribbon_gen3.png
index 0cf20ed92ee..14a5eb09f7d 100644
Binary files a/public/images/items/ribbon_gen3.png and b/public/images/items/ribbon_gen3.png differ
diff --git a/public/images/items/ribbon_gen4.png b/public/images/items/ribbon_gen4.png
index aa24433b71b..c482ac1d04a 100644
Binary files a/public/images/items/ribbon_gen4.png and b/public/images/items/ribbon_gen4.png differ
diff --git a/public/images/items/ribbon_gen5.png b/public/images/items/ribbon_gen5.png
index 7bb7800671f..52560cde636 100644
Binary files a/public/images/items/ribbon_gen5.png and b/public/images/items/ribbon_gen5.png differ
diff --git a/public/images/items/ribbon_gen6.png b/public/images/items/ribbon_gen6.png
index e466eb78842..3dd04927acd 100644
Binary files a/public/images/items/ribbon_gen6.png and b/public/images/items/ribbon_gen6.png differ
diff --git a/public/images/items/ribbon_gen7.png b/public/images/items/ribbon_gen7.png
index 9c156ebd1c6..225b40da419 100644
Binary files a/public/images/items/ribbon_gen7.png and b/public/images/items/ribbon_gen7.png differ
diff --git a/public/images/items/ribbon_gen8.png b/public/images/items/ribbon_gen8.png
index 86b3748e348..32aaa803699 100644
Binary files a/public/images/items/ribbon_gen8.png and b/public/images/items/ribbon_gen8.png differ
diff --git a/public/images/items/ribbon_gen9.png b/public/images/items/ribbon_gen9.png
index e9609daf3cd..ad489005e23 100644
Binary files a/public/images/items/ribbon_gen9.png and b/public/images/items/ribbon_gen9.png differ
diff --git a/public/images/items/rock_memory.png b/public/images/items/rock_memory.png
index 01f436dd461..cfa71c851c0 100644
Binary files a/public/images/items/rock_memory.png and b/public/images/items/rock_memory.png differ
diff --git a/public/images/items/rock_tera_shard.png b/public/images/items/rock_tera_shard.png
index b4e6f8a29cf..a07ca7955a4 100644
Binary files a/public/images/items/rock_tera_shard.png and b/public/images/items/rock_tera_shard.png differ
diff --git a/public/images/items/rogue_ribbon.png b/public/images/items/rogue_ribbon.png
index 85986d93c8a..c3cfdcd85f3 100644
Binary files a/public/images/items/rogue_ribbon.png and b/public/images/items/rogue_ribbon.png differ
diff --git a/public/images/items/rusted_shield.png b/public/images/items/rusted_shield.png
index 569f86c15c7..3748f13dc4b 100644
Binary files a/public/images/items/rusted_shield.png and b/public/images/items/rusted_shield.png differ
diff --git a/public/images/items/rusted_sword.png b/public/images/items/rusted_sword.png
index c42e669441c..249233374e0 100644
Binary files a/public/images/items/rusted_sword.png and b/public/images/items/rusted_sword.png differ
diff --git a/public/images/items/sablenite.png b/public/images/items/sablenite.png
index 904abea5ce4..48eac2d5875 100644
Binary files a/public/images/items/sablenite.png and b/public/images/items/sablenite.png differ
diff --git a/public/images/items/sachet.png b/public/images/items/sachet.png
index 1ec6010f1af..6d91fa210fc 100644
Binary files a/public/images/items/sachet.png and b/public/images/items/sachet.png differ
diff --git a/public/images/items/sacred_ash.png b/public/images/items/sacred_ash.png
index 389b2605b93..4fab9dc0dc7 100644
Binary files a/public/images/items/sacred_ash.png and b/public/images/items/sacred_ash.png differ
diff --git a/public/images/items/salac_berry.png b/public/images/items/salac_berry.png
index ac0d29f2159..846dbb4f160 100644
Binary files a/public/images/items/salac_berry.png and b/public/images/items/salac_berry.png differ
diff --git a/public/images/items/salamencite.png b/public/images/items/salamencite.png
index 1a0096b4de5..f175f39d351 100644
Binary files a/public/images/items/salamencite.png and b/public/images/items/salamencite.png differ
diff --git a/public/images/items/scanner.png b/public/images/items/scanner.png
index 27a67484f19..a291d3f43f8 100644
Binary files a/public/images/items/scanner.png and b/public/images/items/scanner.png differ
diff --git a/public/images/items/sceptilite.png b/public/images/items/sceptilite.png
index 123e79d9893..ff81c4a55fe 100644
Binary files a/public/images/items/sceptilite.png and b/public/images/items/sceptilite.png differ
diff --git a/public/images/items/scizorite.png b/public/images/items/scizorite.png
index ce86b80701c..8ffca143835 100644
Binary files a/public/images/items/scizorite.png and b/public/images/items/scizorite.png differ
diff --git a/public/images/items/scope_lens.png b/public/images/items/scope_lens.png
index 57ec2c4148e..d3b1f354313 100644
Binary files a/public/images/items/scope_lens.png and b/public/images/items/scope_lens.png differ
diff --git a/public/images/items/scroll_of_darkness.png b/public/images/items/scroll_of_darkness.png
index 19be0feb6dc..ff6a6065e40 100644
Binary files a/public/images/items/scroll_of_darkness.png and b/public/images/items/scroll_of_darkness.png differ
diff --git a/public/images/items/scroll_of_waters.png b/public/images/items/scroll_of_waters.png
index d1e6a0388b6..e4a0cb725eb 100644
Binary files a/public/images/items/scroll_of_waters.png and b/public/images/items/scroll_of_waters.png differ
diff --git a/public/images/items/shadow_reins_of_unity.png b/public/images/items/shadow_reins_of_unity.png
index 929aeac6fb4..85cbc446851 100644
Binary files a/public/images/items/shadow_reins_of_unity.png and b/public/images/items/shadow_reins_of_unity.png differ
diff --git a/public/images/items/sharp_beak.png b/public/images/items/sharp_beak.png
index 3ce8d83e3aa..f22019e658b 100644
Binary files a/public/images/items/sharp_beak.png and b/public/images/items/sharp_beak.png differ
diff --git a/public/images/items/sharp_meteorite.png b/public/images/items/sharp_meteorite.png
index 1a135b64980..61a139fab05 100644
Binary files a/public/images/items/sharp_meteorite.png and b/public/images/items/sharp_meteorite.png differ
diff --git a/public/images/items/sharpedonite.png b/public/images/items/sharpedonite.png
index 3a71f7258ce..b3eabd5650f 100644
Binary files a/public/images/items/sharpedonite.png and b/public/images/items/sharpedonite.png differ
diff --git a/public/images/items/shed_shell.png b/public/images/items/shed_shell.png
index a0570cf29c4..17981864897 100644
Binary files a/public/images/items/shed_shell.png and b/public/images/items/shed_shell.png differ
diff --git a/public/images/items/shell_bell.png b/public/images/items/shell_bell.png
index a185be50188..6367d134672 100644
Binary files a/public/images/items/shell_bell.png and b/public/images/items/shell_bell.png differ
diff --git a/public/images/items/shiny_charm.png b/public/images/items/shiny_charm.png
index d0c8197f7c4..9f692828d04 100644
Binary files a/public/images/items/shiny_charm.png and b/public/images/items/shiny_charm.png differ
diff --git a/public/images/items/shiny_stone.png b/public/images/items/shiny_stone.png
index d9d1e8b77ca..d2fabe6ec8b 100644
Binary files a/public/images/items/shiny_stone.png and b/public/images/items/shiny_stone.png differ
diff --git a/public/images/items/shock_drive.png b/public/images/items/shock_drive.png
index e0bcc66f202..592b0085a8f 100644
Binary files a/public/images/items/shock_drive.png and b/public/images/items/shock_drive.png differ
diff --git a/public/images/items/silk_scarf.png b/public/images/items/silk_scarf.png
index 2eaea7aa435..83f056c8b41 100644
Binary files a/public/images/items/silk_scarf.png and b/public/images/items/silk_scarf.png differ
diff --git a/public/images/items/silver_powder.png b/public/images/items/silver_powder.png
index 03f62b45250..eb717fc6776 100644
Binary files a/public/images/items/silver_powder.png and b/public/images/items/silver_powder.png differ
diff --git a/public/images/items/sitrus_berry.png b/public/images/items/sitrus_berry.png
index 8e9463a80c2..703657ad8dd 100644
Binary files a/public/images/items/sitrus_berry.png and b/public/images/items/sitrus_berry.png differ
diff --git a/public/images/items/sky_plate.png b/public/images/items/sky_plate.png
index 1fed973142b..293bb8f5dc2 100644
Binary files a/public/images/items/sky_plate.png and b/public/images/items/sky_plate.png differ
diff --git a/public/images/items/slowbronite.png b/public/images/items/slowbronite.png
index 7eac1fb82d5..3dc21ffb550 100644
Binary files a/public/images/items/slowbronite.png and b/public/images/items/slowbronite.png differ
diff --git a/public/images/items/smooth_meteorite.png b/public/images/items/smooth_meteorite.png
index 4c2e5e07978..059e8e91a30 100644
Binary files a/public/images/items/smooth_meteorite.png and b/public/images/items/smooth_meteorite.png differ
diff --git a/public/images/items/soft_sand.png b/public/images/items/soft_sand.png
index c627bc10a8e..feda8cd3858 100644
Binary files a/public/images/items/soft_sand.png and b/public/images/items/soft_sand.png differ
diff --git a/public/images/items/soothe_bell.png b/public/images/items/soothe_bell.png
index 62fd6ff26c5..fbceb808c56 100644
Binary files a/public/images/items/soothe_bell.png and b/public/images/items/soothe_bell.png differ
diff --git a/public/images/items/soul_dew.png b/public/images/items/soul_dew.png
index 9c0abfdef9a..56b9655714b 100644
Binary files a/public/images/items/soul_dew.png and b/public/images/items/soul_dew.png differ
diff --git a/public/images/items/spell_tag.png b/public/images/items/spell_tag.png
index ccf071e122d..f9270c6e0a6 100644
Binary files a/public/images/items/spell_tag.png and b/public/images/items/spell_tag.png differ
diff --git a/public/images/items/splash_plate.png b/public/images/items/splash_plate.png
index a832f3dbf8a..d86ae5eab57 100644
Binary files a/public/images/items/splash_plate.png and b/public/images/items/splash_plate.png differ
diff --git a/public/images/items/spooky_plate.png b/public/images/items/spooky_plate.png
index b5794713d0d..d7df7d25e32 100644
Binary files a/public/images/items/spooky_plate.png and b/public/images/items/spooky_plate.png differ
diff --git a/public/images/items/starf_berry.png b/public/images/items/starf_berry.png
index 71fe1ac116f..cbf423e8343 100644
Binary files a/public/images/items/starf_berry.png and b/public/images/items/starf_berry.png differ
diff --git a/public/images/items/steel_memory.png b/public/images/items/steel_memory.png
index fbc13016c00..8c45bc8b640 100644
Binary files a/public/images/items/steel_memory.png and b/public/images/items/steel_memory.png differ
diff --git a/public/images/items/steel_tera_shard.png b/public/images/items/steel_tera_shard.png
index b0b2ccb1737..c93f8c52f60 100644
Binary files a/public/images/items/steel_tera_shard.png and b/public/images/items/steel_tera_shard.png differ
diff --git a/public/images/items/steelixite.png b/public/images/items/steelixite.png
index 62f688f0842..429c668e656 100644
Binary files a/public/images/items/steelixite.png and b/public/images/items/steelixite.png differ
diff --git a/public/images/items/stellar_tera_shard.png b/public/images/items/stellar_tera_shard.png
index b6625066e16..1d5982f5b94 100644
Binary files a/public/images/items/stellar_tera_shard.png and b/public/images/items/stellar_tera_shard.png differ
diff --git a/public/images/items/stone_plate.png b/public/images/items/stone_plate.png
index 44653583e60..dfc3a0cd132 100644
Binary files a/public/images/items/stone_plate.png and b/public/images/items/stone_plate.png differ
diff --git a/public/images/items/strange_ball.png b/public/images/items/strange_ball.png
index 64246f031ee..2ddce33d7ac 100644
Binary files a/public/images/items/strange_ball.png and b/public/images/items/strange_ball.png differ
diff --git a/public/images/items/strawberry_sweet.png b/public/images/items/strawberry_sweet.png
index b08fece34cc..5df6e1cd8be 100644
Binary files a/public/images/items/strawberry_sweet.png and b/public/images/items/strawberry_sweet.png differ
diff --git a/public/images/items/sun_flute.png b/public/images/items/sun_flute.png
index 7010c9fefbd..f81d35fde9c 100644
Binary files a/public/images/items/sun_flute.png and b/public/images/items/sun_flute.png differ
diff --git a/public/images/items/sun_stone.png b/public/images/items/sun_stone.png
index d22b24792fb..33a7e8f8387 100644
Binary files a/public/images/items/sun_stone.png and b/public/images/items/sun_stone.png differ
diff --git a/public/images/items/super_exp_charm.png b/public/images/items/super_exp_charm.png
index 8697edf4be6..ccd73f558cc 100644
Binary files a/public/images/items/super_exp_charm.png and b/public/images/items/super_exp_charm.png differ
diff --git a/public/images/items/super_lure.png b/public/images/items/super_lure.png
index 1a80c8ea309..9c2213cd964 100644
Binary files a/public/images/items/super_lure.png and b/public/images/items/super_lure.png differ
diff --git a/public/images/items/super_potion.png b/public/images/items/super_potion.png
index bfd1868b545..16205cb0fff 100644
Binary files a/public/images/items/super_potion.png and b/public/images/items/super_potion.png differ
diff --git a/public/images/items/super_repel.png b/public/images/items/super_repel.png
index db09ded8a26..628cdbc5c1d 100644
Binary files a/public/images/items/super_repel.png and b/public/images/items/super_repel.png differ
diff --git a/public/images/items/swampertite.png b/public/images/items/swampertite.png
index bfcdd99606b..d4d6415f6f4 100644
Binary files a/public/images/items/swampertite.png and b/public/images/items/swampertite.png differ
diff --git a/public/images/items/sweet_apple.png b/public/images/items/sweet_apple.png
index 5070af6ae64..cfdf79a9eac 100644
Binary files a/public/images/items/sweet_apple.png and b/public/images/items/sweet_apple.png differ
diff --git a/public/images/items/syrupy_apple.png b/public/images/items/syrupy_apple.png
index 99a0b7b5627..9c9d05e2e0a 100644
Binary files a/public/images/items/syrupy_apple.png and b/public/images/items/syrupy_apple.png differ
diff --git a/public/images/items/tart_apple.png b/public/images/items/tart_apple.png
index 8f9cf89da9f..ad9a1728bb5 100644
Binary files a/public/images/items/tart_apple.png and b/public/images/items/tart_apple.png differ
diff --git a/public/images/items/tera_orb.png b/public/images/items/tera_orb.png
index f4b6e47398e..d8720e41669 100644
Binary files a/public/images/items/tera_orb.png and b/public/images/items/tera_orb.png differ
diff --git a/public/images/items/thick_club.png b/public/images/items/thick_club.png
index a4459aa7701..f15885f0190 100644
Binary files a/public/images/items/thick_club.png and b/public/images/items/thick_club.png differ
diff --git a/public/images/items/thunder_stone.png b/public/images/items/thunder_stone.png
index 8b853b2f758..9e87909516b 100644
Binary files a/public/images/items/thunder_stone.png and b/public/images/items/thunder_stone.png differ
diff --git a/public/images/items/tm_bug.png b/public/images/items/tm_bug.png
index 56278cf2f66..229230198c4 100644
Binary files a/public/images/items/tm_bug.png and b/public/images/items/tm_bug.png differ
diff --git a/public/images/items/tm_dark.png b/public/images/items/tm_dark.png
index 6168cd2f070..6856b1d5444 100644
Binary files a/public/images/items/tm_dark.png and b/public/images/items/tm_dark.png differ
diff --git a/public/images/items/tm_dragon.png b/public/images/items/tm_dragon.png
index 9e1866cc2d6..62405519132 100644
Binary files a/public/images/items/tm_dragon.png and b/public/images/items/tm_dragon.png differ
diff --git a/public/images/items/tm_electric.png b/public/images/items/tm_electric.png
index 0610c3f3337..34e4fe8de7b 100644
Binary files a/public/images/items/tm_electric.png and b/public/images/items/tm_electric.png differ
diff --git a/public/images/items/tm_fairy.png b/public/images/items/tm_fairy.png
index de6335acbc8..056783a8d63 100644
Binary files a/public/images/items/tm_fairy.png and b/public/images/items/tm_fairy.png differ
diff --git a/public/images/items/tm_fighting.png b/public/images/items/tm_fighting.png
index b9f812767e3..144d75826cd 100644
Binary files a/public/images/items/tm_fighting.png and b/public/images/items/tm_fighting.png differ
diff --git a/public/images/items/tm_fire.png b/public/images/items/tm_fire.png
index 1de4b7a4a64..ae19e381873 100644
Binary files a/public/images/items/tm_fire.png and b/public/images/items/tm_fire.png differ
diff --git a/public/images/items/tm_flying.png b/public/images/items/tm_flying.png
index 4d738edb57f..3db06a69e68 100644
Binary files a/public/images/items/tm_flying.png and b/public/images/items/tm_flying.png differ
diff --git a/public/images/items/tm_ghost.png b/public/images/items/tm_ghost.png
index 71a6b558fae..a7e8928aa7e 100644
Binary files a/public/images/items/tm_ghost.png and b/public/images/items/tm_ghost.png differ
diff --git a/public/images/items/tm_grass.png b/public/images/items/tm_grass.png
index 6811d354fd9..42f11f590eb 100644
Binary files a/public/images/items/tm_grass.png and b/public/images/items/tm_grass.png differ
diff --git a/public/images/items/tm_ground.png b/public/images/items/tm_ground.png
index 0408eb71125..ff9dc7c7384 100644
Binary files a/public/images/items/tm_ground.png and b/public/images/items/tm_ground.png differ
diff --git a/public/images/items/tm_ice.png b/public/images/items/tm_ice.png
index b628d39f801..4edbb447a3e 100644
Binary files a/public/images/items/tm_ice.png and b/public/images/items/tm_ice.png differ
diff --git a/public/images/items/tm_normal.png b/public/images/items/tm_normal.png
index ab6e5e82729..19afe85d442 100644
Binary files a/public/images/items/tm_normal.png and b/public/images/items/tm_normal.png differ
diff --git a/public/images/items/tm_poison.png b/public/images/items/tm_poison.png
index f9f31b015dc..83cb4488f33 100644
Binary files a/public/images/items/tm_poison.png and b/public/images/items/tm_poison.png differ
diff --git a/public/images/items/tm_psychic.png b/public/images/items/tm_psychic.png
index 3c3becc0af2..4296914eda2 100644
Binary files a/public/images/items/tm_psychic.png and b/public/images/items/tm_psychic.png differ
diff --git a/public/images/items/tm_rock.png b/public/images/items/tm_rock.png
index d05ee8c1a7c..6e13a1835e7 100644
Binary files a/public/images/items/tm_rock.png and b/public/images/items/tm_rock.png differ
diff --git a/public/images/items/tm_steel.png b/public/images/items/tm_steel.png
index 840caff9ace..32071b0843b 100644
Binary files a/public/images/items/tm_steel.png and b/public/images/items/tm_steel.png differ
diff --git a/public/images/items/tm_water.png b/public/images/items/tm_water.png
index 2082766777d..85403f20be7 100644
Binary files a/public/images/items/tm_water.png and b/public/images/items/tm_water.png differ
diff --git a/public/images/items/toxic_orb.png b/public/images/items/toxic_orb.png
index 7fb36db516e..3483c13ba2b 100644
Binary files a/public/images/items/toxic_orb.png and b/public/images/items/toxic_orb.png differ
diff --git a/public/images/items/toxic_plate.png b/public/images/items/toxic_plate.png
index 8538e9fce2a..efb2cff129c 100644
Binary files a/public/images/items/toxic_plate.png and b/public/images/items/toxic_plate.png differ
diff --git a/public/images/items/twisted_spoon.png b/public/images/items/twisted_spoon.png
index 54a96de7d03..9bb23b04386 100644
Binary files a/public/images/items/twisted_spoon.png and b/public/images/items/twisted_spoon.png differ
diff --git a/public/images/items/tyranitarite.png b/public/images/items/tyranitarite.png
index 3d94f05c35f..691f8c6123d 100644
Binary files a/public/images/items/tyranitarite.png and b/public/images/items/tyranitarite.png differ
diff --git a/public/images/items/ub.png b/public/images/items/ub.png
index 964fb6b25c3..6ad0702223a 100644
Binary files a/public/images/items/ub.png and b/public/images/items/ub.png differ
diff --git a/public/images/items/ultra_ribbon.png b/public/images/items/ultra_ribbon.png
index 69dc7365bb4..a63ec63e394 100644
Binary files a/public/images/items/ultra_ribbon.png and b/public/images/items/ultra_ribbon.png differ
diff --git a/public/images/items/ultranecrozium_z.png b/public/images/items/ultranecrozium_z.png
index 208f3fb173d..cdcb29e6c26 100644
Binary files a/public/images/items/ultranecrozium_z.png and b/public/images/items/ultranecrozium_z.png differ
diff --git a/public/images/items/unknown.png b/public/images/items/unknown.png
index 4e01608daed..2d0637048ae 100644
Binary files a/public/images/items/unknown.png and b/public/images/items/unknown.png differ
diff --git a/public/images/items/unremarkable_teacup.png b/public/images/items/unremarkable_teacup.png
index fd4298b6a59..340214b6a5c 100644
Binary files a/public/images/items/unremarkable_teacup.png and b/public/images/items/unremarkable_teacup.png differ
diff --git a/public/images/items/upgrade.png b/public/images/items/upgrade.png
index 38db96a1792..11a7ade4d6a 100644
Binary files a/public/images/items/upgrade.png and b/public/images/items/upgrade.png differ
diff --git a/public/images/items/venusaurite.png b/public/images/items/venusaurite.png
index b8118a6c02d..845d1cef75a 100644
Binary files a/public/images/items/venusaurite.png and b/public/images/items/venusaurite.png differ
diff --git a/public/images/items/water_memory.png b/public/images/items/water_memory.png
index 4586a618836..a0cf8b3c5c9 100644
Binary files a/public/images/items/water_memory.png and b/public/images/items/water_memory.png differ
diff --git a/public/images/items/water_stone.png b/public/images/items/water_stone.png
index ab4543ee61a..fa3d924960b 100644
Binary files a/public/images/items/water_stone.png and b/public/images/items/water_stone.png differ
diff --git a/public/images/items/water_tera_shard.png b/public/images/items/water_tera_shard.png
index c00c1b5c1cb..eec8caf1245 100644
Binary files a/public/images/items/water_tera_shard.png and b/public/images/items/water_tera_shard.png differ
diff --git a/public/images/items/wellspring_mask.png b/public/images/items/wellspring_mask.png
index d5546cdb8da..921c71e1493 100644
Binary files a/public/images/items/wellspring_mask.png and b/public/images/items/wellspring_mask.png differ
diff --git a/public/images/items/whipped_dream.png b/public/images/items/whipped_dream.png
index 94628a443d1..16090ccaac0 100644
Binary files a/public/images/items/whipped_dream.png and b/public/images/items/whipped_dream.png differ
diff --git a/public/images/items/white_herb.png b/public/images/items/white_herb.png
index 56ca7c6aeb2..829c64f188e 100644
Binary files a/public/images/items/white_herb.png and b/public/images/items/white_herb.png differ
diff --git a/public/images/items/wide_lens.png b/public/images/items/wide_lens.png
index bf622521a9a..f7dbe9843fa 100644
Binary files a/public/images/items/wide_lens.png and b/public/images/items/wide_lens.png differ
diff --git a/public/images/items/wise_glasses.png b/public/images/items/wise_glasses.png
index 49a95761afd..b48d2cb3ffd 100644
Binary files a/public/images/items/wise_glasses.png and b/public/images/items/wise_glasses.png differ
diff --git a/public/images/items/wl_ability_urge.png b/public/images/items/wl_ability_urge.png
index a9eaa834313..b6b2c8bd398 100644
Binary files a/public/images/items/wl_ability_urge.png and b/public/images/items/wl_ability_urge.png differ
diff --git a/public/images/items/wl_antidote.png b/public/images/items/wl_antidote.png
index dbe0d5b94ea..93e4757938b 100644
Binary files a/public/images/items/wl_antidote.png and b/public/images/items/wl_antidote.png differ
diff --git a/public/images/items/wl_awakening.png b/public/images/items/wl_awakening.png
index 9a0adcda904..57e83b30cda 100644
Binary files a/public/images/items/wl_awakening.png and b/public/images/items/wl_awakening.png differ
diff --git a/public/images/items/wl_burn_heal.png b/public/images/items/wl_burn_heal.png
index d2f65e7da4c..3565af12d62 100644
Binary files a/public/images/items/wl_burn_heal.png and b/public/images/items/wl_burn_heal.png differ
diff --git a/public/images/items/wl_custom_spliced.png b/public/images/items/wl_custom_spliced.png
index 6a0ad4f8349..8aef30edb27 100644
Binary files a/public/images/items/wl_custom_spliced.png and b/public/images/items/wl_custom_spliced.png differ
diff --git a/public/images/items/wl_custom_thief.png b/public/images/items/wl_custom_thief.png
index cc1302ffb35..de6d62a48bc 100644
Binary files a/public/images/items/wl_custom_thief.png and b/public/images/items/wl_custom_thief.png differ
diff --git a/public/images/items/wl_elixir.png b/public/images/items/wl_elixir.png
index 29e413aa634..05eb590c484 100644
Binary files a/public/images/items/wl_elixir.png and b/public/images/items/wl_elixir.png differ
diff --git a/public/images/items/wl_ether.png b/public/images/items/wl_ether.png
index d3c0fe85918..114e8ffc941 100644
Binary files a/public/images/items/wl_ether.png and b/public/images/items/wl_ether.png differ
diff --git a/public/images/items/wl_full_heal.png b/public/images/items/wl_full_heal.png
index 68b8272c08f..215f9801d65 100644
Binary files a/public/images/items/wl_full_heal.png and b/public/images/items/wl_full_heal.png differ
diff --git a/public/images/items/wl_guard_spec.png b/public/images/items/wl_guard_spec.png
index b494123e92e..9d22029e927 100644
Binary files a/public/images/items/wl_guard_spec.png and b/public/images/items/wl_guard_spec.png differ
diff --git a/public/images/items/wl_hyper_potion.png b/public/images/items/wl_hyper_potion.png
index 51e81461da9..1eb075445e4 100644
Binary files a/public/images/items/wl_hyper_potion.png and b/public/images/items/wl_hyper_potion.png differ
diff --git a/public/images/items/wl_ice_heal.png b/public/images/items/wl_ice_heal.png
index e28f3205a80..9ac297c0e7c 100644
Binary files a/public/images/items/wl_ice_heal.png and b/public/images/items/wl_ice_heal.png differ
diff --git a/public/images/items/wl_item_drop.png b/public/images/items/wl_item_drop.png
index fe7ffdbdc1f..73425749670 100644
Binary files a/public/images/items/wl_item_drop.png and b/public/images/items/wl_item_drop.png differ
diff --git a/public/images/items/wl_item_urge.png b/public/images/items/wl_item_urge.png
index 5c291188dee..17a6343058f 100644
Binary files a/public/images/items/wl_item_urge.png and b/public/images/items/wl_item_urge.png differ
diff --git a/public/images/items/wl_max_elixir.png b/public/images/items/wl_max_elixir.png
index ba900bc2e97..4a33dc853fd 100644
Binary files a/public/images/items/wl_max_elixir.png and b/public/images/items/wl_max_elixir.png differ
diff --git a/public/images/items/wl_max_ether.png b/public/images/items/wl_max_ether.png
index 3cd58498fa7..d3f69ce053d 100644
Binary files a/public/images/items/wl_max_ether.png and b/public/images/items/wl_max_ether.png differ
diff --git a/public/images/items/wl_max_potion.png b/public/images/items/wl_max_potion.png
index cf92810943c..6b58c07e86a 100644
Binary files a/public/images/items/wl_max_potion.png and b/public/images/items/wl_max_potion.png differ
diff --git a/public/images/items/wl_max_revive.png b/public/images/items/wl_max_revive.png
index 12e3b263c21..f2eabaa8d5b 100644
Binary files a/public/images/items/wl_max_revive.png and b/public/images/items/wl_max_revive.png differ
diff --git a/public/images/items/wl_paralyze_heal.png b/public/images/items/wl_paralyze_heal.png
index 9a741c705d4..8e89e54c156 100644
Binary files a/public/images/items/wl_paralyze_heal.png and b/public/images/items/wl_paralyze_heal.png differ
diff --git a/public/images/items/wl_potion.png b/public/images/items/wl_potion.png
index 42086fc20ba..619c5d2b014 100644
Binary files a/public/images/items/wl_potion.png and b/public/images/items/wl_potion.png differ
diff --git a/public/images/items/wl_reset_urge.png b/public/images/items/wl_reset_urge.png
index 25ba0dfcdb9..0d2f94504f0 100644
Binary files a/public/images/items/wl_reset_urge.png and b/public/images/items/wl_reset_urge.png differ
diff --git a/public/images/items/wl_revive.png b/public/images/items/wl_revive.png
index c0881125c52..c01b5f68853 100644
Binary files a/public/images/items/wl_revive.png and b/public/images/items/wl_revive.png differ
diff --git a/public/images/items/wl_super_potion.png b/public/images/items/wl_super_potion.png
index da9ccec78ce..eaf60d6c882 100644
Binary files a/public/images/items/wl_super_potion.png and b/public/images/items/wl_super_potion.png differ
diff --git a/public/images/items/x_accuracy.png b/public/images/items/x_accuracy.png
index d119a75f1bb..e7af52fc684 100644
Binary files a/public/images/items/x_accuracy.png and b/public/images/items/x_accuracy.png differ
diff --git a/public/images/items/x_attack.png b/public/images/items/x_attack.png
index 36c76da9486..711aca7269c 100644
Binary files a/public/images/items/x_attack.png and b/public/images/items/x_attack.png differ
diff --git a/public/images/items/x_defense.png b/public/images/items/x_defense.png
index 2eb14b06ffb..ee8d3fa5e2d 100644
Binary files a/public/images/items/x_defense.png and b/public/images/items/x_defense.png differ
diff --git a/public/images/items/x_sp_atk.png b/public/images/items/x_sp_atk.png
index 772f9fe3315..f0e674e4d45 100644
Binary files a/public/images/items/x_sp_atk.png and b/public/images/items/x_sp_atk.png differ
diff --git a/public/images/items/x_sp_def.png b/public/images/items/x_sp_def.png
index 8c9baf03a4c..2ab43574af9 100644
Binary files a/public/images/items/x_sp_def.png and b/public/images/items/x_sp_def.png differ
diff --git a/public/images/items/x_speed.png b/public/images/items/x_speed.png
index cbd1747142f..daebb295d77 100644
Binary files a/public/images/items/x_speed.png and b/public/images/items/x_speed.png differ
diff --git a/public/images/items/zap_plate.png b/public/images/items/zap_plate.png
index e582b41937f..a966fb76cd3 100644
Binary files a/public/images/items/zap_plate.png and b/public/images/items/zap_plate.png differ
diff --git a/public/images/items/zinc.png b/public/images/items/zinc.png
index d2602f43328..c1dfd47a9fc 100644
Binary files a/public/images/items/zinc.png and b/public/images/items/zinc.png differ
diff --git a/public/images/items/zoom_lens.png b/public/images/items/zoom_lens.png
index f46855135bf..30b3ed55bdf 100644
Binary files a/public/images/items/zoom_lens.png and b/public/images/items/zoom_lens.png differ
diff --git a/public/images/pokemon/261.png b/public/images/pokemon/261.png
index 9e47128a545..da22d88806f 100644
Binary files a/public/images/pokemon/261.png and b/public/images/pokemon/261.png differ
diff --git a/public/images/pokemon/477.png b/public/images/pokemon/477.png
index de140bf6ba9..1013ca3d0dd 100644
Binary files a/public/images/pokemon/477.png and b/public/images/pokemon/477.png differ
diff --git a/public/images/pokemon/656.json b/public/images/pokemon/656.json
index 9f2483c56b9..3776b4ed7e5 100644
--- a/public/images/pokemon/656.json
+++ b/public/images/pokemon/656.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 35,
- "h": 35
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25355f0b039f39b6231cb75c6f8a0200:2e119e5dd64fab6d996ea751c24a38e0:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 32, "h": 35 },
+ "sourceSize": { "w": 32, "h": 35 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 34, "h": 37 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/656.png b/public/images/pokemon/656.png
index b653616955d..06a9cd58268 100644
Binary files a/public/images/pokemon/656.png and b/public/images/pokemon/656.png differ
diff --git a/public/images/pokemon/666-continental.png b/public/images/pokemon/666-continental.png
index 1bd15dbb70d..b45f5c4e76d 100644
Binary files a/public/images/pokemon/666-continental.png and b/public/images/pokemon/666-continental.png differ
diff --git a/public/images/pokemon/666-fancy.png b/public/images/pokemon/666-fancy.png
index ec5e8a5f6e8..9e40deb3568 100644
Binary files a/public/images/pokemon/666-fancy.png and b/public/images/pokemon/666-fancy.png differ
diff --git a/public/images/pokemon/666-high-plains.png b/public/images/pokemon/666-high-plains.png
index c294984e469..45cb22fc592 100644
Binary files a/public/images/pokemon/666-high-plains.png and b/public/images/pokemon/666-high-plains.png differ
diff --git a/public/images/pokemon/666-river.png b/public/images/pokemon/666-river.png
index eeabeecb069..ca93fd612b7 100644
Binary files a/public/images/pokemon/666-river.png and b/public/images/pokemon/666-river.png differ
diff --git a/public/images/pokemon/674.json b/public/images/pokemon/674.json
index 9534a585c64..9954c30188d 100644
--- a/public/images/pokemon/674.json
+++ b/public/images/pokemon/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:17675dc9d79a224d5cfe26d4ea11594d:afc8db52143597fb62ac44c9a1600a80:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 29, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 29, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 116, "h": 168 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/674.png b/public/images/pokemon/674.png
index 3161096bb29..85b2fafb91b 100644
Binary files a/public/images/pokemon/674.png and b/public/images/pokemon/674.png differ
diff --git a/public/images/pokemon/694.json b/public/images/pokemon/694.json
index c770e137915..48e9623d7f4 100644
--- a/public/images/pokemon/694.json
+++ b/public/images/pokemon/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a121458917a5069ac5fcf0438e46af2b:afcd331d4ef231f539d602827ea66e55:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/694.png b/public/images/pokemon/694.png
index 2659476db8a..fbd210e7d89 100644
Binary files a/public/images/pokemon/694.png and b/public/images/pokemon/694.png differ
diff --git a/public/images/pokemon/698.json b/public/images/pokemon/698.json
index 34938139984..6baf41b0ce7 100644
--- a/public/images/pokemon/698.json
+++ b/public/images/pokemon/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:563dc7193ff897a6bf95dc8334febb0f:0dc4e9f203f0efed6323a93621a24f2c:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/698.png b/public/images/pokemon/698.png
index 2e00f5693a6..d9e638561d1 100644
Binary files a/public/images/pokemon/698.png and b/public/images/pokemon/698.png differ
diff --git a/public/images/pokemon/703.json b/public/images/pokemon/703.json
index e160dd32d25..5c0a6230108 100644
--- a/public/images/pokemon/703.json
+++ b/public/images/pokemon/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5da3bf1b2b82712da609c628fc886d69:7a2dc2f1f3b5fa2ee6b04cdf4c952277:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/703.png b/public/images/pokemon/703.png
index 3f3767fbc6c..ea231fc6c09 100644
Binary files a/public/images/pokemon/703.png and b/public/images/pokemon/703.png differ
diff --git a/public/images/pokemon/707.json b/public/images/pokemon/707.json
index b37a090ddb5..ee5036fb541 100644
--- a/public/images/pokemon/707.json
+++ b/public/images/pokemon/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:56a3742632a462544b501f22a2cb2e57:5315127216c0bad2620a5352c4e424ba:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/707.png b/public/images/pokemon/707.png
index e96c81bb953..899ab995926 100644
Binary files a/public/images/pokemon/707.png and b/public/images/pokemon/707.png differ
diff --git a/public/images/pokemon/708.json b/public/images/pokemon/708.json
index 99aa2cffcb4..abc8d24db2b 100644
--- a/public/images/pokemon/708.json
+++ b/public/images/pokemon/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c7204472319329328505da257ec6edec:b1ef9ba3c80855e31831f718036043ff:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/708.png b/public/images/pokemon/708.png
index a51533e592b..0b612280028 100644
Binary files a/public/images/pokemon/708.png and b/public/images/pokemon/708.png differ
diff --git a/public/images/pokemon/714.json b/public/images/pokemon/714.json
index 84c1183e47b..b43aebd68a1 100644
--- a/public/images/pokemon/714.json
+++ b/public/images/pokemon/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:acf096b1d2c6d9730a18ff797fb5ae47:ea434d000e9983cb42ecd03220d247c4:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/714.png b/public/images/pokemon/714.png
index c79f9b83b82..4572eada3f3 100644
Binary files a/public/images/pokemon/714.png and b/public/images/pokemon/714.png differ
diff --git a/public/images/pokemon/715.png b/public/images/pokemon/715.png
index e173bfe25ff..08d9c985776 100644
Binary files a/public/images/pokemon/715.png and b/public/images/pokemon/715.png differ
diff --git a/public/images/pokemon/718-10.json b/public/images/pokemon/718-10.json
index 479c069fe0a..ad273c9ea79 100644
--- a/public/images/pokemon/718-10.json
+++ b/public/images/pokemon/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1845dc28b51b657957628d4b4d7af94:87a4c3e6fcac562963f6331abb3d962c:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718-10.png b/public/images/pokemon/718-10.png
index a2acc542c68..4d15f78dd83 100644
Binary files a/public/images/pokemon/718-10.png and b/public/images/pokemon/718-10.png differ
diff --git a/public/images/pokemon/718.json b/public/images/pokemon/718.json
index b86c5362079..98053a226cb 100644
--- a/public/images/pokemon/718.json
+++ b/public/images/pokemon/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c521b0d088429d6fd0d1d291823b7881:a063fa0268f5006b3587b06e3245db2a:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718.png b/public/images/pokemon/718.png
index 0c65ebefb31..07319fd6de0 100644
Binary files a/public/images/pokemon/718.png and b/public/images/pokemon/718.png differ
diff --git a/public/images/pokemon/719.json b/public/images/pokemon/719.json
index 4503b576777..29716341ffd 100644
--- a/public/images/pokemon/719.json
+++ b/public/images/pokemon/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2444999ec5c861d795baf2a948bfbf12:226dba2be6e002f00cb5559f02986b41:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 287, "h": 429 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/719.png b/public/images/pokemon/719.png
index 287bfb9fd27..536e999a3d6 100644
Binary files a/public/images/pokemon/719.png and b/public/images/pokemon/719.png differ
diff --git a/public/images/pokemon/728.png b/public/images/pokemon/728.png
index 414ccd7b0b8..4c7f3f94f27 100644
Binary files a/public/images/pokemon/728.png and b/public/images/pokemon/728.png differ
diff --git a/public/images/pokemon/730.png b/public/images/pokemon/730.png
index 3438d9fc63f..92090460124 100644
Binary files a/public/images/pokemon/730.png and b/public/images/pokemon/730.png differ
diff --git a/public/images/pokemon/749.png b/public/images/pokemon/749.png
index 5e51f2f017a..28c2f5ce4e3 100644
Binary files a/public/images/pokemon/749.png and b/public/images/pokemon/749.png differ
diff --git a/public/images/pokemon/750.png b/public/images/pokemon/750.png
index bfd7e20743d..f0ca7b407dd 100644
Binary files a/public/images/pokemon/750.png and b/public/images/pokemon/750.png differ
diff --git a/public/images/pokemon/890-eternamax.json b/public/images/pokemon/890-eternamax.json
index 98cb6f20446..70a327ef22c 100644
--- a/public/images/pokemon/890-eternamax.json
+++ b/public/images/pokemon/890-eternamax.json
@@ -1,755 +1,20 @@
-{
- "textures": [
- {
- "image": "890-eternamax.png",
- "format": "RGBA8888",
- "size": {
- "w": 579,
- "h": 579
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 100,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 100,
- "h": 98
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 95,
- "h": 100
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 95,
- "h": 100
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 91,
- "h": 100
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 91,
- "h": 100
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 96,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 100,
- "w": 96,
- "h": 98
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 95,
- "h": 99
- },
- "frame": {
- "x": 187,
- "y": 100,
- "w": 95,
- "h": 99
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 10,
- "w": 91,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 91,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 10,
- "w": 88,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 198,
- "w": 88,
- "h": 98
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 10,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 195,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 179,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 274,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 290,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 94,
- "h": 96
- },
- "frame": {
- "x": 282,
- "y": 97,
- "w": 94,
- "h": 96
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 90,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 193,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 385,
- "y": 0,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 9,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 385,
- "y": 95,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 290,
- "w": 87,
- "h": 97
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 290,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 459,
- "y": 191,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 476,
- "y": 95,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 478,
- "y": 0,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 386,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 296,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 14,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 89,
- "y": 296,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 88,
- "h": 95
- },
- "frame": {
- "x": 178,
- "y": 296,
- "w": 88,
- "h": 95
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 95
- },
- "frame": {
- "x": 89,
- "y": 390,
- "w": 87,
- "h": 95
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 391,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 266,
- "y": 387,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 13,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 266,
- "y": 296,
- "w": 85,
- "h": 91
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 13,
- "w": 88,
- "h": 94
- },
- "frame": {
- "x": 176,
- "y": 391,
- "w": 88,
- "h": 94
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 13,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 355,
- "y": 387,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 11,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 264,
- "y": 480,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 351,
- "y": 481,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 93
- },
- "frame": {
- "x": 440,
- "y": 482,
- "w": 87,
- "h": 93
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 86,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 485,
- "w": 86,
- "h": 94
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 14,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 86,
- "y": 485,
- "w": 85,
- "h": 91
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8fd9e1830200ec8e4aac8571cc2d27a6:c966e3efce03c7bae43d7bca6d6dfa62:cedd2711a12bbacba5623505fe88bd92$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 98 },
+ "sourceSize": { "w": 96, "h": 98 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "890-eternamax.png",
+ "format": "RGBA8888",
+ "size": { "w": 96, "h": 98 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/890-eternamax.png b/public/images/pokemon/890-eternamax.png
index 33c8f5f9631..a1cf684c026 100644
Binary files a/public/images/pokemon/890-eternamax.png and b/public/images/pokemon/890-eternamax.png differ
diff --git a/public/images/pokemon/back/2075.json b/public/images/pokemon/back/2075.json
index 4c8365eeddb..3dd46debe2f 100644
--- a/public/images/pokemon/back/2075.json
+++ b/public/images/pokemon/back/2075.json
@@ -1,41 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 71,
- "h": 71
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 71,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0f1bcbf28a4b69c4dc92a48c8faf81da:0130dd5f38c7e72cc16e62dd634dc3a2:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 289, "y": 175, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 497, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 497, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 503, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 73, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 486, "y": 46, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 210, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 45, "w": 66, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 278, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 284, "y": 131, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 143, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 281, "y": 216, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 432, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 361, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 73, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 215, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 71, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 140, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 346, "y": 45, "w": 70, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 130, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 417, "y": 45, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 507, "y": 1, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 140, "y": 45, "w": 69, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 488, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 142, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 213, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 354, "y": 133, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 425, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 212, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 45, "w": 71, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 363, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 577, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/2075.png b/public/images/pokemon/back/2075.png
index 98e86ccfe81..6c11c18bd1d 100644
Binary files a/public/images/pokemon/back/2075.png and b/public/images/pokemon/back/2075.png differ
diff --git a/public/images/pokemon/back/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/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/674.json b/public/images/pokemon/back/674.json
index e280c324a0a..cc0ead50962 100644
--- a/public/images/pokemon/back/674.json
+++ b/public/images/pokemon/back/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1fb0fb4f4e63f6114c7490a9d4d536dc:9830bfa81d721fc889ca0580935f03e3:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 42, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 83, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 115, "h": 122 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/674.png b/public/images/pokemon/back/674.png
index be77e6e1598..9a9d0ec59dd 100644
Binary files a/public/images/pokemon/back/674.png and b/public/images/pokemon/back/674.png differ
diff --git a/public/images/pokemon/back/694.json b/public/images/pokemon/back/694.json
index afdb992784d..76c88067e7e 100644
--- a/public/images/pokemon/back/694.json
+++ b/public/images/pokemon/back/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b35211eb8a79aa76e67039dd27e0e5a6:1905f4c2a0828a1c7c274f51d78b7e21:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 253, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 297, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 209, "y": 162, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 90, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 90, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 117, "y": 0, "w": 58, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 59, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 232, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 232, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 175, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 289, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 117, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 174, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 58, "y": 48, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 90, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 90, "w": 58, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 12, "w": 58, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 227, "y": 90, "w": 56, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 56, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 169, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 190, "y": 199, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 348, "h": 242 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/694.png b/public/images/pokemon/back/694.png
index 5c5b107960c..d5f2f5f9563 100644
Binary files a/public/images/pokemon/back/694.png and b/public/images/pokemon/back/694.png differ
diff --git a/public/images/pokemon/back/698.json b/public/images/pokemon/back/698.json
index 5cfdd360d26..0da697e1f4e 100644
--- a/public/images/pokemon/back/698.json
+++ b/public/images/pokemon/back/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 55,
- "h": 55
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:18b6430a6c7f4e62e682eee0f5b03c01:4297c6c0129460df1d8cf73dd3393a43:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 174, "h": 169 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/698.png b/public/images/pokemon/back/698.png
index 7326005d6f1..cd49968a7cd 100644
Binary files a/public/images/pokemon/back/698.png and b/public/images/pokemon/back/698.png differ
diff --git a/public/images/pokemon/back/703.json b/public/images/pokemon/back/703.json
index 4afe5c3a14d..d6752e6f7ff 100644
--- a/public/images/pokemon/back/703.json
+++ b/public/images/pokemon/back/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:32e6c2d8721f80aa2afd20f97c5e4cf1:2c61f7a426cd2d739241c87d6ab5ea99:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/703.png b/public/images/pokemon/back/703.png
index 1f52ddd3afe..b5b35e07027 100644
Binary files a/public/images/pokemon/back/703.png and b/public/images/pokemon/back/703.png differ
diff --git a/public/images/pokemon/back/707.json b/public/images/pokemon/back/707.json
index cf372e6a60f..b92e1983efc 100644
--- a/public/images/pokemon/back/707.json
+++ b/public/images/pokemon/back/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8e9f9a53c8e85bade8027fc978f717a4:3280efd867363be1c2e5a01411ad5bd5:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/707.png b/public/images/pokemon/back/707.png
index 78aa7077f90..83ca7298f45 100644
Binary files a/public/images/pokemon/back/707.png and b/public/images/pokemon/back/707.png differ
diff --git a/public/images/pokemon/back/708.json b/public/images/pokemon/back/708.json
index 33edc5748bd..22aa1885edb 100644
--- a/public/images/pokemon/back/708.json
+++ b/public/images/pokemon/back/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:baaaa3a73da00bbc954269f5f5228420:171d77a039e525f9a3a332d9e2d5d82c:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/708.png b/public/images/pokemon/back/708.png
index d6ba8dd838c..9e094aa7122 100644
Binary files a/public/images/pokemon/back/708.png and b/public/images/pokemon/back/708.png differ
diff --git a/public/images/pokemon/back/714.json b/public/images/pokemon/back/714.json
index e4e3740603e..abcb8902edd 100644
--- a/public/images/pokemon/back/714.json
+++ b/public/images/pokemon/back/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ffbc9c4153869b318391be0e5f3743c:6e53f3ebf638d13b0d9b325c9e1c6198:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/714.png b/public/images/pokemon/back/714.png
index b9724fe6a63..afe2bce45a4 100644
Binary files a/public/images/pokemon/back/714.png and b/public/images/pokemon/back/714.png differ
diff --git a/public/images/pokemon/back/715.png b/public/images/pokemon/back/715.png
index edcb84dbd2a..624780ff0c6 100644
Binary files a/public/images/pokemon/back/715.png and b/public/images/pokemon/back/715.png differ
diff --git a/public/images/pokemon/back/718-10.json b/public/images/pokemon/back/718-10.json
index 74c29a2514f..75053d61900 100644
--- a/public/images/pokemon/back/718-10.json
+++ b/public/images/pokemon/back/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e9f4b2c69d996349a8e35598e7ddec9c:06067c7cf2cde81fd4d1f42fe319185e:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718-10.png b/public/images/pokemon/back/718-10.png
index 351da7fa3b3..2f3b211e9a6 100644
Binary files a/public/images/pokemon/back/718-10.png and b/public/images/pokemon/back/718-10.png differ
diff --git a/public/images/pokemon/back/718.json b/public/images/pokemon/back/718.json
index ef727edcb5c..1a835e26b08 100644
--- a/public/images/pokemon/back/718.json
+++ b/public/images/pokemon/back/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3aa5b45708c79b806af72f343f73edbc:0b68b84d5671a020b28cd5a19650bf44:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718.png b/public/images/pokemon/back/718.png
index 8e3966b1f79..ce48ca205b4 100644
Binary files a/public/images/pokemon/back/718.png and b/public/images/pokemon/back/718.png differ
diff --git a/public/images/pokemon/back/719.json b/public/images/pokemon/back/719.json
index ea7fd0f3213..440e23718de 100644
--- a/public/images/pokemon/back/719.json
+++ b/public/images/pokemon/back/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fd235f556d7919416a78362d72f6badd:d250eac977fb7684257a27d4f4c11bea:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 292, "h": 428 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/719.png b/public/images/pokemon/back/719.png
index 14ff62742f7..1c275f3241d 100644
Binary files a/public/images/pokemon/back/719.png and b/public/images/pokemon/back/719.png differ
diff --git a/public/images/pokemon/back/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/881.png b/public/images/pokemon/back/881.png
index 2f77327cfd0..60ab60a9aa1 100644
Binary files a/public/images/pokemon/back/881.png and b/public/images/pokemon/back/881.png differ
diff --git a/public/images/pokemon/back/shiny/477.png b/public/images/pokemon/back/shiny/477.png
index 45879a61d11..e7630e58e07 100644
Binary files a/public/images/pokemon/back/shiny/477.png and b/public/images/pokemon/back/shiny/477.png differ
diff --git a/public/images/pokemon/back/shiny/674.json b/public/images/pokemon/back/shiny/674.json
index eac9372c5d4..cc0ead50962 100644
--- a/public/images/pokemon/back/shiny/674.json
+++ b/public/images/pokemon/back/shiny/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:efc4d9ff714ef5249d5ea29e541766f9:c21489bea9a10b1521844e4efb4735d5:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 42, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 83, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 115, "h": 122 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/674.png b/public/images/pokemon/back/shiny/674.png
index 96734feb3f7..4617b03c6eb 100644
Binary files a/public/images/pokemon/back/shiny/674.png and b/public/images/pokemon/back/shiny/674.png differ
diff --git a/public/images/pokemon/back/shiny/694.json b/public/images/pokemon/back/shiny/694.json
index ae617f4876f..76c88067e7e 100644
--- a/public/images/pokemon/back/shiny/694.json
+++ b/public/images/pokemon/back/shiny/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:136b476d55eb513322e6355dbd903c97:982afbb162c554e6193d6fe06bccb61d:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 253, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 297, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 209, "y": 162, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 90, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 90, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 117, "y": 0, "w": 58, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 59, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 232, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 232, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 175, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 289, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 117, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 174, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 58, "y": 48, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 90, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 90, "w": 58, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 12, "w": 58, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 227, "y": 90, "w": 56, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 56, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 169, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 190, "y": 199, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 348, "h": 242 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/694.png b/public/images/pokemon/back/shiny/694.png
index 1c6444e450a..b4d451678ef 100644
Binary files a/public/images/pokemon/back/shiny/694.png and b/public/images/pokemon/back/shiny/694.png differ
diff --git a/public/images/pokemon/back/shiny/698.json b/public/images/pokemon/back/shiny/698.json
index fba1db6d11d..0da697e1f4e 100644
--- a/public/images/pokemon/back/shiny/698.json
+++ b/public/images/pokemon/back/shiny/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 55,
- "h": 55
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d3467f0abbe6bec820c8196bd88983a:3a8331cf2af48202898ef3b9681f4110:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 174, "h": 169 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/698.png b/public/images/pokemon/back/shiny/698.png
index 3daad1fd4ab..bc96912bd46 100644
Binary files a/public/images/pokemon/back/shiny/698.png and b/public/images/pokemon/back/shiny/698.png differ
diff --git a/public/images/pokemon/back/shiny/703.json b/public/images/pokemon/back/shiny/703.json
index ee6074b20ca..d6752e6f7ff 100644
--- a/public/images/pokemon/back/shiny/703.json
+++ b/public/images/pokemon/back/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d9d865fef42b5a28e45d32fccd741f98:96057dceb7fdf650f54901c6be0f386f:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/703.png b/public/images/pokemon/back/shiny/703.png
index ea22e4ad5d4..635d930e674 100644
Binary files a/public/images/pokemon/back/shiny/703.png and b/public/images/pokemon/back/shiny/703.png differ
diff --git a/public/images/pokemon/back/shiny/707.json b/public/images/pokemon/back/shiny/707.json
index 8151fd60f08..b92e1983efc 100644
--- a/public/images/pokemon/back/shiny/707.json
+++ b/public/images/pokemon/back/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2d2cb3b868498a2b93c8233ad35af4a:09ee133b9c655c6135da1abf1c9b6ddf:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/707.png b/public/images/pokemon/back/shiny/707.png
index da84624a35c..8d7e5922091 100644
Binary files a/public/images/pokemon/back/shiny/707.png and b/public/images/pokemon/back/shiny/707.png differ
diff --git a/public/images/pokemon/back/shiny/708.json b/public/images/pokemon/back/shiny/708.json
index 1433d1f3954..22aa1885edb 100644
--- a/public/images/pokemon/back/shiny/708.json
+++ b/public/images/pokemon/back/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab46d1202eb640c4a791f5c8d9bd36ec:04314281a1a95837e11d92d38c448507:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/708.png b/public/images/pokemon/back/shiny/708.png
index 51462cccc15..8a9ff2cb9ee 100644
Binary files a/public/images/pokemon/back/shiny/708.png and b/public/images/pokemon/back/shiny/708.png differ
diff --git a/public/images/pokemon/back/shiny/714.json b/public/images/pokemon/back/shiny/714.json
index 135bc02dbd5..abcb8902edd 100644
--- a/public/images/pokemon/back/shiny/714.json
+++ b/public/images/pokemon/back/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11292bc220f23110a419628bee722abd:b42c1c416a6792bd1666ba41005a2f4d:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/714.png b/public/images/pokemon/back/shiny/714.png
index 65433cec665..e1e5d5dbec7 100644
Binary files a/public/images/pokemon/back/shiny/714.png and b/public/images/pokemon/back/shiny/714.png differ
diff --git a/public/images/pokemon/back/shiny/718-10.json b/public/images/pokemon/back/shiny/718-10.json
index 032783b5555..75053d61900 100644
--- a/public/images/pokemon/back/shiny/718-10.json
+++ b/public/images/pokemon/back/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c99dd53bf67561425f9faac1002806d0:277725239a09766c1d58b4a0f8c45775:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718-10.png b/public/images/pokemon/back/shiny/718-10.png
index 0479543fc7a..7998912c001 100644
Binary files a/public/images/pokemon/back/shiny/718-10.png and b/public/images/pokemon/back/shiny/718-10.png differ
diff --git a/public/images/pokemon/back/shiny/718.json b/public/images/pokemon/back/shiny/718.json
index 4badc82d015..1a835e26b08 100644
--- a/public/images/pokemon/back/shiny/718.json
+++ b/public/images/pokemon/back/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2bba9e481cf6dfcc460f398fd1af964:386098c871ad5fe384af5f85559e7551:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718.png b/public/images/pokemon/back/shiny/718.png
index 4492fbd3b22..bb8d4179347 100644
Binary files a/public/images/pokemon/back/shiny/718.png and b/public/images/pokemon/back/shiny/718.png differ
diff --git a/public/images/pokemon/back/shiny/719.json b/public/images/pokemon/back/shiny/719.json
index 8cb7bee25c3..f7fa0ccb512 100644
--- a/public/images/pokemon/back/shiny/719.json
+++ b/public/images/pokemon/back/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0340084a126284b9d4aa16b7bbdc9616:f699a390d9b5db64f5f03e684cf77f66:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 252, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/719.png b/public/images/pokemon/back/shiny/719.png
index a0b34f5bcca..6e76d35bc93 100644
Binary files a/public/images/pokemon/back/shiny/719.png and b/public/images/pokemon/back/shiny/719.png differ
diff --git a/public/images/pokemon/back/shiny/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/881.png b/public/images/pokemon/back/shiny/881.png
index 3686b34dd99..4dc11742548 100644
Binary files a/public/images/pokemon/back/shiny/881.png and b/public/images/pokemon/back/shiny/881.png differ
diff --git a/public/images/pokemon/exp/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/248-mega.json b/public/images/pokemon/exp/248-mega.json
index 42e7e9f7d6d..2c9370cbeee 100644
--- a/public/images/pokemon/exp/248-mega.json
+++ b/public/images/pokemon/exp/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 271,
- "h": 271
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 181,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 91,
- "y": 170,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cde8b160e19f5e22098d0c8712fe3e26:5bade20a2d91d5c0e3de833bedccd3cb:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 92, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 184, "y": 345, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 278, "y": 263, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 468, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 549, "y": 346, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 431, "w": 87, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 87, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 367, "y": 429, "w": 87, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 87, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 461, "y": 346, "w": 86, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 86, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 283, "y": 175, "w": 89, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 89, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 189, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 93, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 93, "h": 87 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 380, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 474, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 190, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 378, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 283, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 473, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 89, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 374, "y": 175, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 651, "h": 593 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/248-mega.png b/public/images/pokemon/exp/248-mega.png
index b7563738d3d..167b88b09e5 100644
Binary files a/public/images/pokemon/exp/248-mega.png and b/public/images/pokemon/exp/248-mega.png differ
diff --git a/public/images/pokemon/exp/362-mega.json b/public/images/pokemon/exp/362-mega.json
index 05497f4ce7e..c69ecfb1903 100644
--- a/public/images/pokemon/exp/362-mega.json
+++ b/public/images/pokemon/exp/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 116,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06afd89cf806f88f8f27098b432ad2cd:96be21e5293fd792149dc4962c63b26d:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/362-mega.png b/public/images/pokemon/exp/362-mega.png
index 76464e38a4c..be87d172e8e 100644
Binary files a/public/images/pokemon/exp/362-mega.png and b/public/images/pokemon/exp/362-mega.png differ
diff --git a/public/images/pokemon/exp/484-origin.json b/public/images/pokemon/exp/484-origin.json
index f52359c264a..2b63fdd6785 100644
--- a/public/images/pokemon/exp/484-origin.json
+++ b/public/images/pokemon/exp/484-origin.json
@@ -4,8 +4,8 @@
"image": "484-origin.png",
"format": "RGBA8888",
"size": {
- "w": 426,
- "h": 426
+ "w": 274,
+ "h": 274
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -35,20 +35,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -56,20 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -77,20 +77,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -98,20 +98,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -119,146 +119,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
"w": 91,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 97
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
+ "h": 95
},
"spriteSourceSize": {
"x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
+ "h": 95
},
"frame": {
"x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
+ "h": 95
}
},
{
@@ -266,20 +140,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -287,20 +161,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -308,20 +182,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -329,20 +203,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -350,20 +224,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -371,20 +245,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -392,20 +266,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -413,20 +287,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -434,20 +308,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -455,20 +329,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -476,20 +350,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -497,272 +371,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
+ "w": 91,
"h": 95
},
- "frame": {
+ "spriteSourceSize": {
"x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
"y": 1,
- "w": 89,
- "h": 95
+ "w": 90,
+ "h": 94
},
"frame": {
"x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
+ "y": 95,
+ "w": 90,
+ "h": 94
}
},
{
@@ -770,20 +392,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -791,20 +413,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -812,20 +434,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -833,20 +455,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -854,20 +476,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -875,20 +497,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -896,20 +518,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -917,20 +539,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -938,20 +560,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -959,20 +581,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -980,20 +602,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -1001,272 +623,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
"w": 91,
- "h": 92
+ "h": 95
},
- "frame": {
- "x": 275,
- "y": 92,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
+ "h": 91
},
"frame": {
"x": 90,
- "y": 97,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 90,
- "y": 97,
- "w": 89,
- "h": 93
+ "y": 0,
+ "w": 91,
+ "h": 91
}
},
{
@@ -1274,20 +644,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1295,20 +665,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1316,20 +686,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1337,20 +707,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1358,20 +728,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1379,20 +749,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1400,20 +770,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1421,20 +791,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1442,20 +812,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1463,20 +833,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1484,20 +854,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1505,19 +875,229 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
+ "h": 91
+ },
+ "frame": {
+ "x": 181,
+ "y": 0,
+ "w": 90,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
"h": 92
},
"frame": {
"x": 90,
- "y": 190,
- "w": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
"h": 92
}
},
@@ -1526,20 +1106,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1547,20 +1127,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1568,20 +1148,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1589,20 +1169,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1610,20 +1190,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1631,20 +1211,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1652,20 +1232,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1673,20 +1253,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1694,20 +1274,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1715,20 +1295,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1736,20 +1316,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1757,62 +1337,62 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
+ "w": 89,
+ "h": 91
+ },
+ "frame": {
+ "x": 90,
+ "y": 183,
+ "w": 89,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
"w": 89,
"h": 92
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 179,
+ "y": 91,
"w": 89,
"h": 92
}
},
{
- "filename": "0077.png",
+ "filename": "0016.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
},
"frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
+ "x": 179,
+ "y": 91,
+ "w": 89,
+ "h": 92
}
},
{
@@ -1820,20 +1400,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1841,20 +1421,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1862,20 +1442,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1883,20 +1463,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1904,20 +1484,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1925,608 +1505,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 79,
- "h": 83
- },
- "frame": {
- "x": 347,
- "y": 274,
- "w": 79,
- "h": 83
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 384,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 371,
- "y": 54,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
}
]
@@ -2535,6 +1527,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:52f94c22e7d6d2608638048866c1910a:045ab453153e084bad1f17ca61076c30:5ea3e660bc9c2624f846675d5196db82$"
+ "smartupdate": "$TexturePacker:SmartUpdate:4eec21f441df8c5ce7313596a1672a9e:bec666304c4bb8072e19fa13a830a7c8:5ea3e660bc9c2624f846675d5196db82$"
}
}
diff --git a/public/images/pokemon/exp/484-origin.png b/public/images/pokemon/exp/484-origin.png
index dbd6db55f78..2d8d0fde472 100644
Binary files a/public/images/pokemon/exp/484-origin.png and b/public/images/pokemon/exp/484-origin.png differ
diff --git a/public/images/pokemon/exp/569-gigantamax.json b/public/images/pokemon/exp/569-gigantamax.json
new file mode 100644
index 00000000000..6cda2b0d79a
--- /dev/null
+++ b/public/images/pokemon/exp/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 419, "h": 261 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/569-gigantamax.png b/public/images/pokemon/exp/569-gigantamax.png
new file mode 100644
index 00000000000..90decc0ad84
Binary files /dev/null and b/public/images/pokemon/exp/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/651.json b/public/images/pokemon/exp/651.json
index 5db25b75d8e..20bdccd5bd4 100644
--- a/public/images/pokemon/exp/651.json
+++ b/public/images/pokemon/exp/651.json
@@ -1,188 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 116,
- "h": 116
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 53,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d110ead01ff70d3da8dfb432dfe00ac0:207046ea51a1627a342c2b30f969868e:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 239, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 60, "y": 0, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 355, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 59, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 297, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 101, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 329, "y": 252, "w": 51, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 47 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 252, "w": 51, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 204, "w": 52, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 52, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 166, "y": 202, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 52, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 275, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 204, "w": 54, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 333, "y": 202, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 202, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 55, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/651.png b/public/images/pokemon/exp/651.png
index 42a1af8184d..633a3cc0c75 100644
Binary files a/public/images/pokemon/exp/651.png and b/public/images/pokemon/exp/651.png differ
diff --git a/public/images/pokemon/exp/653.json b/public/images/pokemon/exp/653.json
index 19654fbb3cb..a08242f32cf 100644
--- a/public/images/pokemon/exp/653.json
+++ b/public/images/pokemon/exp/653.json
@@ -1,1553 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 180,
- "h": 180
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 47,
- "y": 136,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f19f65b0cc7eac6c736e7e4bd91d830:87ecb6f1ef5612019ef73bbf8249079d:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 168, "h": 175 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/653.png b/public/images/pokemon/exp/653.png
index cf42c8754bc..66e359173aa 100644
Binary files a/public/images/pokemon/exp/653.png and b/public/images/pokemon/exp/653.png differ
diff --git a/public/images/pokemon/exp/654.json b/public/images/pokemon/exp/654.json
index a7f07f56864..74019f665ec 100644
--- a/public/images/pokemon/exp/654.json
+++ b/public/images/pokemon/exp/654.json
@@ -1,818 +1,695 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 390,
- "h": 390
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 162,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 243,
- "w": 47,
- "h": 80
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 81,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 162,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 80
- },
- "frame": {
- "x": 47,
- "y": 243,
- "w": 46,
- "h": 80
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 79,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 158,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 237,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 93,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 139,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 79,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 159,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 46,
- "h": 78
- },
- "frame": {
- "x": 139,
- "y": 239,
- "w": 46,
- "h": 78
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 139,
- "y": 317,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 185,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 231,
- "y": 316,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 46,
- "h": 77
- },
- "frame": {
- "x": 274,
- "y": 79,
- "w": 46,
- "h": 77
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 47,
- "h": 75
- },
- "frame": {
- "x": 275,
- "y": 0,
- "w": 47,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 274,
- "y": 156,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 275,
- "y": 234,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 46,
- "h": 76
- },
- "frame": {
- "x": 319,
- "y": 156,
- "w": 46,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 45,
- "h": 77
- },
- "frame": {
- "x": 320,
- "y": 75,
- "w": 45,
- "h": 77
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 322,
- "y": 0,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 277,
- "y": 312,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 320,
- "y": 232,
- "w": 45,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 323,
- "y": 308,
- "w": 45,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6cb9cd08a225d9ce5a32640f2a1a4760:ab52583219972dae47f87bdaf152d0c0:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 152, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 172, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 213, "y": 265, "w": 51, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 282, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 173, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 60, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 110, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 165, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 282, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 133, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 220, "y": 134, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 198, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 199, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 271, "y": 261, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 51, "y": 264, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 337, "h": 393 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/654.png b/public/images/pokemon/exp/654.png
index 31d16e68e48..b1101648416 100644
Binary files a/public/images/pokemon/exp/654.png and b/public/images/pokemon/exp/654.png differ
diff --git a/public/images/pokemon/exp/656.json b/public/images/pokemon/exp/656.json
index 71ebaea1efb..3c2051bfe3a 100644
--- a/public/images/pokemon/exp/656.json
+++ b/public/images/pokemon/exp/656.json
@@ -1,671 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 96,
- "h": 96
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5f39528f34681b7e85d5ea8d96776a2d:75313d84bbb64652e1825fbfbea72872:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 98, "y": 116, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 129, "y": 1, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 31, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 33, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 65, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 97, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 162, "y": 1, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 81, "w": 29, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 29, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 164, "y": 148, "w": 29, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 29, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 35, "y": 81, "w": 30, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 30, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 69, "y": 152, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 104, "y": 185, "w": 34, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 34, "h": 30 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 186, "w": 34, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 17, "w": 34, "h": 29 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 157, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 137, "y": 112, "w": 33, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 33, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 132, "y": 147, "w": 30, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 36 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 36, "y": 157, "w": 30, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 35, "y": 121, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 69, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 103, "y": 79, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 240, "h": 216 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/656.png b/public/images/pokemon/exp/656.png
index 7afec8b08ee..cc85a92ecbb 100644
Binary files a/public/images/pokemon/exp/656.png and b/public/images/pokemon/exp/656.png differ
diff --git a/public/images/pokemon/exp/661.json b/public/images/pokemon/exp/661.json
index f01755ccdc0..74bcbcb06a0 100644
--- a/public/images/pokemon/exp/661.json
+++ b/public/images/pokemon/exp/661.json
@@ -1,356 +1,397 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7dcd93b1058cdbc2640b9885ceb2e854:a2e65850e27a715b371214cfcc8954f8:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 96, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 98, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 137, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/661.png b/public/images/pokemon/exp/661.png
index 52e31c9ec73..ebc25efa895 100644
Binary files a/public/images/pokemon/exp/661.png and b/public/images/pokemon/exp/661.png differ
diff --git a/public/images/pokemon/exp/662.json b/public/images/pokemon/exp/662.json
index a5fb9d1a87c..3600bbcd38d 100644
--- a/public/images/pokemon/exp/662.json
+++ b/public/images/pokemon/exp/662.json
@@ -1,776 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 167,
- "h": 167
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fdd7a1bbdeb9b06a84c6e230eaa36b6e:73c8c872230bd4fc874bce8a02ada9b0:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 221, "y": 131, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 57, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 113, "y": 70, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 19, "w": 56, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 335, "y": 136, "w": 49, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 36, "w": 49, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 197, "w": 63, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 33, "w": 63, "h": 51 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 16, "w": 59, "h": 66 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 119, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 233, "y": 1, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 54, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 176, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 288, "y": 1, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 59, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 338, "y": 187, "w": 47, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 30, "w": 47, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 249, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 26, "w": 62, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 68, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 58, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 169, "y": 141, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 17, "w": 47, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 275, "y": 198, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 62, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 61, "y": 1, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 288, "y": 66, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 54, "h": 69 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 60, "y": 69, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 52, "h": 71 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 170, "y": 70, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 133, "w": 49, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 49, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 275, "y": 249, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 30, "w": 56, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 205, "w": 64, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 27, "w": 64, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 221, "y": 72, "w": 60, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 60, "h": 58 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 113, "y": 134, "w": 55, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 55, "h": 62 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 223, "y": 193, "w": 51, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 51, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 51, "y": 141, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 169, "y": 193, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 279, "y": 136, "w": 55, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 55, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 386, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/662.png b/public/images/pokemon/exp/662.png
index e47863f724b..be3e0170e73 100644
Binary files a/public/images/pokemon/exp/662.png and b/public/images/pokemon/exp/662.png differ
diff --git a/public/images/pokemon/exp/663.json b/public/images/pokemon/exp/663.json
index 7d61c15fd97..8c4ef182132 100644
--- a/public/images/pokemon/exp/663.json
+++ b/public/images/pokemon/exp/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 295,
- "h": 295
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:df66b59e88a0e2316e65cc2931e2d45a:38fe3e789df33d7d1b51b40128b5adaa:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 480, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/663.png b/public/images/pokemon/exp/663.png
index e3f83f2594b..394cec2e0ee 100644
Binary files a/public/images/pokemon/exp/663.png and b/public/images/pokemon/exp/663.png differ
diff --git a/public/images/pokemon/exp/664.json b/public/images/pokemon/exp/664.json
index b44e028830f..5036fe74b0b 100644
--- a/public/images/pokemon/exp/664.json
+++ b/public/images/pokemon/exp/664.json
@@ -1,188 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 84,
- "h": 84
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 50,
- "y": 0,
- "w": 25,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:463885b13604daf56d9395607b6a199b:02b6779c8edc4d65f396242ab67065d7:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 46, "w": 26, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 26, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 46, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 90, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 52, "y": 91, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 46, "w": 27, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 78, "y": 91, "w": 26, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 0, "w": 28, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 28, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 0, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 56, "y": 45, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 111, "h": 136 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/664.png b/public/images/pokemon/exp/664.png
index 5f7ee7f426e..d626085b5a1 100644
Binary files a/public/images/pokemon/exp/664.png and b/public/images/pokemon/exp/664.png differ
diff --git a/public/images/pokemon/exp/665.json b/public/images/pokemon/exp/665.json
index 69d1dfa05e2..a06b1d10ad0 100644
--- a/public/images/pokemon/exp/665.json
+++ b/public/images/pokemon/exp/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 76,
- "h": 76
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:359a2e5553846e1cd19ec4ff9a207cd7:96f598328847d5f090f229788215db91:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 193, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 40, "y": 41, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 38, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 3, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 34, "w": 63, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 80, "h": 41 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 34, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 37 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 37, "w": 53, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 53, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 343, "y": 37, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 46, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 41, "w": 40, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 40, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 227, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 295, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 329, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 363, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 397, "h": 135 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/665.png b/public/images/pokemon/exp/665.png
index 05b0370d0c6..88dc208300f 100644
Binary files a/public/images/pokemon/exp/665.png and b/public/images/pokemon/exp/665.png differ
diff --git a/public/images/pokemon/exp/666-fancy.png b/public/images/pokemon/exp/666-fancy.png
index 6c23274c5e0..92da507a61f 100644
Binary files a/public/images/pokemon/exp/666-fancy.png and b/public/images/pokemon/exp/666-fancy.png differ
diff --git a/public/images/pokemon/exp/666-high-plains.png b/public/images/pokemon/exp/666-high-plains.png
index 9d6527bf091..a34b2fd8254 100644
Binary files a/public/images/pokemon/exp/666-high-plains.png and b/public/images/pokemon/exp/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/666-meadow.json b/public/images/pokemon/exp/666-meadow.json
index ee4f6d31bc0..77158992e59 100644
--- a/public/images/pokemon/exp/666-meadow.json
+++ b/public/images/pokemon/exp/666-meadow.json
@@ -1,314 +1,551 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 243,
- "h": 243
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 88
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 77,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 77,
- "h": 89
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 77,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 77,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 69,
- "h": 89
- },
- "frame": {
- "x": 77,
- "y": 88,
- "w": 69,
- "h": 89
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 69,
- "h": 89
- },
- "frame": {
- "x": 77,
- "y": 88,
- "w": 69,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 62,
- "h": 87
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 62,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 62,
- "h": 87
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 62,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 2,
- "w": 56,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 56,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 2,
- "w": 56,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 56,
- "h": 86
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 41,
- "h": 85
- },
- "frame": {
- "x": 202,
- "y": 0,
- "w": 41,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 51,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 86,
- "w": 51,
- "h": 86
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 51,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 86,
- "w": 51,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 46,
- "h": 86
- },
- "frame": {
- "x": 197,
- "y": 86,
- "w": 46,
- "h": 86
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 46,
- "h": 86
- },
- "frame": {
- "x": 197,
- "y": 86,
- "w": 46,
- "h": 86
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 2, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 278, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 53, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 71, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 20, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 155, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 140, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 206, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 209, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 257, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 308, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 53, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 104, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 20, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 2, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 209, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 53, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 278, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 104, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-meadow.png",
+ "format": "I8",
+ "size": { "w": 398, "h": 347 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/666-meadow.png b/public/images/pokemon/exp/666-meadow.png
index 3f9f758ad1f..6912a8d8174 100644
Binary files a/public/images/pokemon/exp/666-meadow.png and b/public/images/pokemon/exp/666-meadow.png differ
diff --git a/public/images/pokemon/exp/666-poke-ball.png b/public/images/pokemon/exp/666-poke-ball.png
index e33fe6e8c5a..58cae8e2aaa 100644
Binary files a/public/images/pokemon/exp/666-poke-ball.png and b/public/images/pokemon/exp/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/666-river.png b/public/images/pokemon/exp/666-river.png
index 1e908ff89b6..433b2c39254 100644
Binary files a/public/images/pokemon/exp/666-river.png and b/public/images/pokemon/exp/666-river.png differ
diff --git a/public/images/pokemon/exp/672.json b/public/images/pokemon/exp/672.json
index 7062ea01ab3..f337bef7d29 100644
--- a/public/images/pokemon/exp/672.json
+++ b/public/images/pokemon/exp/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 250,
- "h": 250
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 190,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 151,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 188,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 145,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 181,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 36,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 72,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 108,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 144,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 72,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 144,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 215,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 209,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:38e639fec858918eeed4df6a97e5793c:1f05d1f362d84566f20c17270128fcef:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 100, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 83, "y": 101, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 170, "h": 193 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/672.png b/public/images/pokemon/exp/672.png
index 1af5c35d308..1c261d8d51a 100644
Binary files a/public/images/pokemon/exp/672.png and b/public/images/pokemon/exp/672.png differ
diff --git a/public/images/pokemon/exp/674.json b/public/images/pokemon/exp/674.json
deleted file mode 100644
index ab275feb366..00000000000
--- a/public/images/pokemon/exp/674.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8a56731ba1ddcc58654c5fd4c09d4b6c:7feee6e8d94135fbc956d541853811cb:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/674.png b/public/images/pokemon/exp/674.png
deleted file mode 100644
index 68fd635ed4f..00000000000
Binary files a/public/images/pokemon/exp/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/692.json b/public/images/pokemon/exp/692.json
index 935f67c3daa..86b535260ae 100644
--- a/public/images/pokemon/exp/692.json
+++ b/public/images/pokemon/exp/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:770fa5fad1cc8a443ce0a20fecd29c87:eb7f111f1bbee8cd3438d375d4fb00f7:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/692.png b/public/images/pokemon/exp/692.png
index 976faaf76a4..1e42cbf47fa 100644
Binary files a/public/images/pokemon/exp/692.png and b/public/images/pokemon/exp/692.png differ
diff --git a/public/images/pokemon/exp/693.json b/public/images/pokemon/exp/693.json
index b5b81735f10..c8f7763de1d 100644
--- a/public/images/pokemon/exp/693.json
+++ b/public/images/pokemon/exp/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8606ef5d207ca2100dda49cb1d79599e:d3c4f159e863b497f7925b3a24df9e4b:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/693.png b/public/images/pokemon/exp/693.png
index 538f2f11f73..2e8f1ccd05c 100644
Binary files a/public/images/pokemon/exp/693.png and b/public/images/pokemon/exp/693.png differ
diff --git a/public/images/pokemon/exp/694.json b/public/images/pokemon/exp/694.json
deleted file mode 100644
index 12cc0369cc2..00000000000
--- a/public/images/pokemon/exp/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c6f790c1c7c7e284eb98dfeaad75e635:7e95f5e91c561cc43d0e8ef8188f18b3:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/694.png b/public/images/pokemon/exp/694.png
deleted file mode 100644
index 671d9517e4c..00000000000
Binary files a/public/images/pokemon/exp/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/696.json b/public/images/pokemon/exp/696.json
index 3bc9dae1999..f95124e3f31 100644
--- a/public/images/pokemon/exp/696.json
+++ b/public/images/pokemon/exp/696.json
@@ -1,692 +1,1054 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f6c90e8287d3ce2aa68c9fef98f6e12f:24cf84ba4764bd88b4e751ca1911a8d5:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/696.png b/public/images/pokemon/exp/696.png
index 8dd6b2cf6c7..7892c40e52b 100644
Binary files a/public/images/pokemon/exp/696.png and b/public/images/pokemon/exp/696.png differ
diff --git a/public/images/pokemon/exp/697.json b/public/images/pokemon/exp/697.json
index 9120976bb53..c56de41946c 100644
--- a/public/images/pokemon/exp/697.json
+++ b/public/images/pokemon/exp/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:768a260ef504838ad6b945525f4ed05f:3b115b0ef560b516c93f6aa5f1423cd9:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/697.png b/public/images/pokemon/exp/697.png
index 136007c2892..808dd14eabd 100644
Binary files a/public/images/pokemon/exp/697.png and b/public/images/pokemon/exp/697.png differ
diff --git a/public/images/pokemon/exp/698.json b/public/images/pokemon/exp/698.json
deleted file mode 100644
index e0096ec0ecf..00000000000
--- a/public/images/pokemon/exp/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2dce35b74cbe50cf08e71af3768cef4c:e4d5ff1dbd47865af99315586fe42981:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/698.png b/public/images/pokemon/exp/698.png
deleted file mode 100644
index 6d8ca555881..00000000000
Binary files a/public/images/pokemon/exp/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/700.json b/public/images/pokemon/exp/700.json
index fbcefcf3561..2ed26d79228 100644
--- a/public/images/pokemon/exp/700.json
+++ b/public/images/pokemon/exp/700.json
@@ -1,1070 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ebe248133b590a1727583e2ee69cc50:c2481ba04831dcd949e63454034488e2:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/700.png b/public/images/pokemon/exp/700.png
index 997328d323d..4d3e64fab03 100644
Binary files a/public/images/pokemon/exp/700.png and b/public/images/pokemon/exp/700.png differ
diff --git a/public/images/pokemon/exp/702.json b/public/images/pokemon/exp/702.json
index bf5cfbccec0..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/702.json
+++ b/public/images/pokemon/exp/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:be64539a559c97720b84c9b5cd8151b7:e7db40381441319d37a93d8698db35c7:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/702.png b/public/images/pokemon/exp/702.png
index 9d042fd8293..1f1bd6b524f 100644
Binary files a/public/images/pokemon/exp/702.png and b/public/images/pokemon/exp/702.png differ
diff --git a/public/images/pokemon/exp/703.json b/public/images/pokemon/exp/703.json
deleted file mode 100644
index 75e52fdc904..00000000000
--- a/public/images/pokemon/exp/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:01a847d167639aeeb160ddd9a360a558:5e33077f4810fe91d17064ff7dd6bf4d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/703.png b/public/images/pokemon/exp/703.png
deleted file mode 100644
index 5a0c63154ef..00000000000
Binary files a/public/images/pokemon/exp/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/704.json b/public/images/pokemon/exp/704.json
index 440a41ebbc5..8b429c0639e 100644
--- a/public/images/pokemon/exp/704.json
+++ b/public/images/pokemon/exp/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:695bd0c4059d0b12112a2e7a99e1d237:1f0a27b4d1a84460990b54c833ed8007:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/704.png b/public/images/pokemon/exp/704.png
index 2490591adf2..b85d8dfc3c0 100644
Binary files a/public/images/pokemon/exp/704.png and b/public/images/pokemon/exp/704.png differ
diff --git a/public/images/pokemon/exp/705.json b/public/images/pokemon/exp/705.json
index d710ef9e5eb..eecb83af45a 100644
--- a/public/images/pokemon/exp/705.json
+++ b/public/images/pokemon/exp/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4bf155254b23c88780e7eee282256589:82bb727988054c3064e203b6908ff464:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "RGBA8888",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/705.png b/public/images/pokemon/exp/705.png
index 670e8be5d51..0bd8323bcb4 100644
Binary files a/public/images/pokemon/exp/705.png and b/public/images/pokemon/exp/705.png differ
diff --git a/public/images/pokemon/exp/707.json b/public/images/pokemon/exp/707.json
deleted file mode 100644
index 253d37ed70a..00000000000
--- a/public/images/pokemon/exp/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a13ec2d124f7e95263b088a395e9d780:8c9f0ed432d15fda1ebbfa6ff4063d39:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/707.png b/public/images/pokemon/exp/707.png
deleted file mode 100644
index 294d6e35e70..00000000000
Binary files a/public/images/pokemon/exp/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/708.json b/public/images/pokemon/exp/708.json
deleted file mode 100644
index f03fc408ded..00000000000
--- a/public/images/pokemon/exp/708.json
+++ /dev/null
@@ -1,1028 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "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
- },
- "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
- },
- "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
- }
- },
- {
- "filename": "0008.png",
- "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": "0020.png",
- "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": "0032.png",
- "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
- },
- "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
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "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
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:db6408a4e96a3c4552035ce768316e02:28f26069e5c44ed9f6fa66442864f895:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/708.png b/public/images/pokemon/exp/708.png
deleted file mode 100644
index f71cbaa535d..00000000000
Binary files a/public/images/pokemon/exp/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/712.json b/public/images/pokemon/exp/712.json
index 0e49da4d806..859fa54fc5c 100644
--- a/public/images/pokemon/exp/712.json
+++ b/public/images/pokemon/exp/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:144801e89f73b8a2d351aa5854b03ced:c8bd981e9dc030e1f41d7d7d0b7df029:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 206 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/712.png b/public/images/pokemon/exp/712.png
index cd40c2e5c9b..1726f22f7b8 100644
Binary files a/public/images/pokemon/exp/712.png and b/public/images/pokemon/exp/712.png differ
diff --git a/public/images/pokemon/exp/713.json b/public/images/pokemon/exp/713.json
index 7c5c6b565e4..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/713.json
+++ b/public/images/pokemon/exp/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11a7176e3fe76c2e9fc09061688f4db6:8fdb4357b8a1808fc8dcdc5a29bec720:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/713.png b/public/images/pokemon/exp/713.png
index 0452b1989a1..2d0b8477262 100644
Binary files a/public/images/pokemon/exp/713.png and b/public/images/pokemon/exp/713.png differ
diff --git a/public/images/pokemon/exp/714.json b/public/images/pokemon/exp/714.json
deleted file mode 100644
index 7deaf1909af..00000000000
--- a/public/images/pokemon/exp/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:585d7099ac8249026b274a63ac9c25f0:8d770fdec6c3922ce9cc2e04a6453388:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/714.png b/public/images/pokemon/exp/714.png
deleted file mode 100644
index 21c184bf476..00000000000
Binary files a/public/images/pokemon/exp/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/715.png b/public/images/pokemon/exp/715.png
index 58f093d089a..3967da0f1b9 100644
Binary files a/public/images/pokemon/exp/715.png and b/public/images/pokemon/exp/715.png differ
diff --git a/public/images/pokemon/exp/718-10.json b/public/images/pokemon/exp/718-10.json
deleted file mode 100644
index f387823bf4c..00000000000
--- a/public/images/pokemon/exp/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4a92d566ab5398ac1329b7a8bd47bf23:05925b513eba9d64f38ee84fe4b031b9:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/718-10.png b/public/images/pokemon/exp/718-10.png
deleted file mode 100644
index faf98182653..00000000000
Binary files a/public/images/pokemon/exp/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/718.json b/public/images/pokemon/exp/718.json
deleted file mode 100644
index 7e32292a1be..00000000000
--- a/public/images/pokemon/exp/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca886cfe27a80d5575319fa107b1227d:f6e306f8382a9caca9560b144b026413:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/718.png b/public/images/pokemon/exp/718.png
deleted file mode 100644
index 01595585059..00000000000
Binary files a/public/images/pokemon/exp/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/719.json b/public/images/pokemon/exp/719.json
deleted file mode 100644
index 289b518f437..00000000000
--- a/public/images/pokemon/exp/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb63d565533cc4db6abe2324f72ce7a0:5cfab760df87a56d5ca4db54a28b4a46:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/719.png b/public/images/pokemon/exp/719.png
deleted file mode 100644
index f9059000661..00000000000
Binary files a/public/images/pokemon/exp/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/728.json b/public/images/pokemon/exp/728.json
index e9ca9c51315..c30ff4b6d18 100644
--- a/public/images/pokemon/exp/728.json
+++ b/public/images/pokemon/exp/728.json
@@ -1,1112 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 165,
- "h": 165
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:aca6840c416df6edb5630db2ccfd6b44:c238f59207b625e83d441c2da913ee60:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 43, "y": 99, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 43, "y": 99, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 179, "y": 137, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 56, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 57, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 95, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 98, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 137, "y": 55, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 55, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 186, "y": 49, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 186, "y": 1, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 95, "y": 1, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 142, "y": 1, "w": 42, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 49, "y": 1, "w": 44, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 127, "y": 140, "w": 39, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 137, "y": 98, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 56, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 43, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 179, "y": 137, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 227, "h": 257 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/728.png b/public/images/pokemon/exp/728.png
index a057058aab8..e7fbfa19d1e 100644
Binary files a/public/images/pokemon/exp/728.png and b/public/images/pokemon/exp/728.png differ
diff --git a/public/images/pokemon/exp/729.json b/public/images/pokemon/exp/729.json
index baa1260a0f7..ed22b70455c 100644
--- a/public/images/pokemon/exp/729.json
+++ b/public/images/pokemon/exp/729.json
@@ -1,272 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 408, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 56, "w": 57, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 312, "y": 0, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 244, "y": 116, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 416, "y": 114, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 64, "y": 62, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 371, "y": 0, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 273, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 161, "y": 285, "w": 52, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 312, "y": 337, "w": 50, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 312, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 51, "y": 338, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 378, "y": 336, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 213, "y": 337, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 360, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 100, "y": 341, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 217, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 230, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 300, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 182, "y": 117, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 121, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 189, "y": 60, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 110, "y": 118, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 369, "y": 56, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 424, "y": 57, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 429, "y": 0, "w": 56, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 127, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 64, "y": 0, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 251, "y": 0, "w": 61, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 189, "y": 0, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 64, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 127, "y": 61, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 306, "y": 112, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 361, "y": 113, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 251, "y": 59, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 416, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 354, "y": 170, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 219, "y": 226, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 234, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 273, "y": 281, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 512, "h": 445 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/729.png b/public/images/pokemon/exp/729.png
index 31cd2f7e1fa..33af53ebc16 100644
Binary files a/public/images/pokemon/exp/729.png and b/public/images/pokemon/exp/729.png differ
diff --git a/public/images/pokemon/exp/730.json b/public/images/pokemon/exp/730.json
index ff2d76644f9..b1b6c5189bc 100644
--- a/public/images/pokemon/exp/730.json
+++ b/public/images/pokemon/exp/730.json
@@ -1,2309 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 73, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 373, "y": 157, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 213, "y": 356, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 429, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 76, "y": 297, "w": 64, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 418, "y": 77, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 89, "y": 67, "w": 70, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 68, "w": 72, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 148, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 140, "y": 341, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 280, "y": 361, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 363, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 433, "y": 285, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 509, "y": 269, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 356, "y": 229, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 199, "y": 209, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 509, "y": 203, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 297, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 309, "y": 295, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 154, "y": 275, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 491, "y": 71, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 89, "y": 0, "w": 89, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 89, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 178, "y": 0, "w": 87, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 610, "h": 504 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/730.png b/public/images/pokemon/exp/730.png
index 69244f9dff0..2d274bcf606 100644
Binary files a/public/images/pokemon/exp/730.png and b/public/images/pokemon/exp/730.png differ
diff --git a/public/images/pokemon/exp/746-school.json b/public/images/pokemon/exp/746-school.json
index 5081ae50573..5c972da9255 100644
--- a/public/images/pokemon/exp/746-school.json
+++ b/public/images/pokemon/exp/746-school.json
@@ -1,272 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 268,
- "h": 268
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 95,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 73
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 90,
- "h": 64
- },
- "frame": {
- "x": 92,
- "y": 204,
- "w": 90,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:081944ebe67318e4a46f44a408e2f8ad:3d1760eb9efa179defcf703a35dde41b:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 408, "y": 257, "w": 96, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 411, "y": 174, "w": 99, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 311, "y": 175, "w": 97, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 411, "y": 89, "w": 101, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 311, "y": 89, "w": 100, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 106, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 421, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 107, "y": 1, "w": 106, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 89, "w": 102, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 89, "w": 102, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 90, "w": 97, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 175, "w": 96, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 289, "y": 259, "w": 92, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 192, "y": 260, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 194, "y": 176, "w": 95, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 260, "w": 93, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 97, "y": 259, "w": 95, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 97, "y": 176, "w": 97, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 526, "h": 345 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/746-school.png b/public/images/pokemon/exp/746-school.png
index 4732a307f96..3b2b5e42dd5 100644
Binary files a/public/images/pokemon/exp/746-school.png and b/public/images/pokemon/exp/746-school.png differ
diff --git a/public/images/pokemon/exp/746.json b/public/images/pokemon/exp/746.json
index 43f4f67fc2b..f4967f59669 100644
--- a/public/images/pokemon/exp/746.json
+++ b/public/images/pokemon/exp/746.json
@@ -1,272 +1,641 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 134,
- "h": 134
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 54,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 81,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 26
- },
- "frame": {
- "x": 46,
- "y": 108,
- "w": 46,
- "h": 26
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ed115b8b30c0e1285651afd1dde147d7:57cc34f3531fe7225c220731468a52f3:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 40, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 75, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 26, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 36, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746.png",
+ "format": "I8",
+ "size": { "w": 119, "h": 77 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/746.png b/public/images/pokemon/exp/746.png
index 564f620edc9..e2be0f27de7 100644
Binary files a/public/images/pokemon/exp/746.png and b/public/images/pokemon/exp/746.png differ
diff --git a/public/images/pokemon/exp/749.json b/public/images/pokemon/exp/749.json
index 69ac390edc1..da3a5a552a9 100644
--- a/public/images/pokemon/exp/749.json
+++ b/public/images/pokemon/exp/749.json
@@ -1,272 +1,1028 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 128,
- "y": 58,
- "w": 42,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7f255a5a247eaf707c21fe9318b95606:5043a3dd96e0a55f3564a745c5bf699f:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 245, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 301, "y": 198, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 153, "y": 181, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 141, "y": 70, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 195, "y": 70, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 234, "y": 1, "w": 52, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 1, "y": 69, "w": 48, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 141, "y": 1, "w": 48, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 1, "y": 1, "w": 49, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 329, "y": 1, "w": 42, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 96, "y": 1, "w": 45, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 303, "y": 72, "w": 41, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 50, "y": 1, "w": 46, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 286, "y": 1, "w": 43, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 189, "y": 1, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 344, "y": 72, "w": 42, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 196, "y": 298, "w": 45, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 241, "y": 312, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 295, "y": 310, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 97, "y": 182, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 148, "y": 237, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 426 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/749.png b/public/images/pokemon/exp/749.png
index 3ff9a80592a..8d188b69a55 100644
Binary files a/public/images/pokemon/exp/749.png and b/public/images/pokemon/exp/749.png differ
diff --git a/public/images/pokemon/exp/750.json b/public/images/pokemon/exp/750.json
index 1acc93e6c42..f8817cf7770 100644
--- a/public/images/pokemon/exp/750.json
+++ b/public/images/pokemon/exp/750.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 78
- },
- "frame": {
- "x": 57,
- "y": 78,
- "w": 55,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bd70c3cd0fb03a598c57d5cb0c94e175:820365fc5d0d7a145bacef3ec0815440:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 220, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 385, "y": 288, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 295, "y": 290, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 384, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 511, "y": 425, "w": 77, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 340, "y": 504, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 517, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 139, "y": 384, "w": 62, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 79, "y": 370, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 218, "w": 63, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 150, "w": 67, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 479, "y": 1, "w": 71, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 406, "y": 1, "w": 73, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 242, "y": 84, "w": 72, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 227, "y": 233, "w": 68, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 373, "y": 356, "w": 65, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 303, "w": 62, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 139, "y": 302, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 173, "y": 80, "w": 69, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 249, "y": 1, "w": 78, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 85, "y": 1, "w": 82, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 1, "w": 84, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 167, "y": 1, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 327, "y": 1, "w": 79, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 314, "y": 149, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 470, "y": 286, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 415, "y": 495, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 71, "y": 462, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 202, "y": 378, "w": 71, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 273, "y": 425, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 511, "y": 356, "w": 74, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 151, "y": 232, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 589, "h": 588 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/750.png b/public/images/pokemon/exp/750.png
index 9c9d6047887..4f3d6dbaa68 100644
Binary files a/public/images/pokemon/exp/750.png and b/public/images/pokemon/exp/750.png differ
diff --git a/public/images/pokemon/exp/780.json b/public/images/pokemon/exp/780.json
index f8ad9f3fabf..9aaf27d0d99 100644
--- a/public/images/pokemon/exp/780.json
+++ b/public/images/pokemon/exp/780.json
@@ -1,272 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 244,
- "h": 244
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 0,
- "w": 81,
- "h": 61
- },
- "frame": {
- "x": 89,
- "y": 122,
- "w": 81,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fe34fb6d380349d40565cc0028a1e450:fc8d4060739ce529ee2874e9cb8d68ed:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 440, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 221, "y": 73, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 377, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 303, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 154, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 78, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 230, "y": 1, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 221, "y": 213, "w": 70, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 148, "y": 282, "w": 70, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 365, "y": 352, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 284, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 144, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 75, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 451, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 294, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 525, "h": 421 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/780.png b/public/images/pokemon/exp/780.png
index 2c92fe61df1..3453365f154 100644
Binary files a/public/images/pokemon/exp/780.png and b/public/images/pokemon/exp/780.png differ
diff --git a/public/images/pokemon/exp/815-gigantamax.json b/public/images/pokemon/exp/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/815-gigantamax.png b/public/images/pokemon/exp/815-gigantamax.png
new file mode 100644
index 00000000000..4720e564c09
Binary files /dev/null and b/public/images/pokemon/exp/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/839-gigantamax.json b/public/images/pokemon/exp/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/839-gigantamax.png b/public/images/pokemon/exp/839-gigantamax.png
new file mode 100644
index 00000000000..5a614b0c895
Binary files /dev/null and b/public/images/pokemon/exp/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/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/248-mega.json b/public/images/pokemon/exp/back/248-mega.json
index 25bc42548ab..ddd3987db90 100644
--- a/public/images/pokemon/exp/back/248-mega.json
+++ b/public/images/pokemon/exp/back/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 512, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 85, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 341, "y": 612, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 425, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 426, "y": 194, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 510, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 285, "w": 83, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 83, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 432, "y": 287, "w": 82, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 85, "y": 288, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 373, "w": 82, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 431, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 256, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 374, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 516, "y": 372, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 84, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 260, "y": 287, "w": 85, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 85, "h": 84 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 200, "w": 85, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 85, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 342, "y": 101, "w": 86, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 256, "y": 100, "w": 84, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 84, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 86, "y": 100, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 514, "y": 0, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 344, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 429, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 0, "w": 84, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 84, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 172, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 258, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 171, "y": 100, "w": 83, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 83, "h": 97 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 514, "y": 100, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 83, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 602, "h": 689 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/248-mega.png b/public/images/pokemon/exp/back/248-mega.png
index 4b2a4021721..1e4918e5ca7 100644
Binary files a/public/images/pokemon/exp/back/248-mega.png and b/public/images/pokemon/exp/back/248-mega.png differ
diff --git a/public/images/pokemon/exp/back/362-mega.json b/public/images/pokemon/exp/back/362-mega.json
index 6f5b4ea32bb..02354ddad93 100644
--- a/public/images/pokemon/exp/back/362-mega.json
+++ b/public/images/pokemon/exp/back/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b710cac988ef0d2bf31cf4b83951fd3a:aaedfd5f04a5c93bc13787cb0b73c4e3:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/362-mega.png b/public/images/pokemon/exp/back/362-mega.png
index 81f9bb5cdcd..5bbfd932d33 100644
Binary files a/public/images/pokemon/exp/back/362-mega.png and b/public/images/pokemon/exp/back/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/569-gigantamax.json b/public/images/pokemon/exp/back/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/569-gigantamax.png b/public/images/pokemon/exp/back/569-gigantamax.png
new file mode 100644
index 00000000000..13bbe97bee4
Binary files /dev/null and b/public/images/pokemon/exp/back/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/651.json b/public/images/pokemon/exp/back/651.json
index 2dfe8c0091a..d000767029c 100644
--- a/public/images/pokemon/exp/back/651.json
+++ b/public/images/pokemon/exp/back/651.json
@@ -1,104 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 106,
- "h": 106
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 53,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:04a3a807a85b2fbb34c6e0e609d7bcd9:4422017bd667a14a570c0aab29c8a613:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 272, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 100, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 56, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 51, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 165, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 160, "y": 247, "w": 55, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 55, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 221, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 200, "w": 56, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 56, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 149, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 332, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 165, "y": 198, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 215, "y": 247, "w": 53, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 107, "y": 247, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 53, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 198, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 326, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 53, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 107, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 55, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 55, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 296 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/651.png b/public/images/pokemon/exp/back/651.png
index dd8d2b22d61..b16c8d5d67b 100644
Binary files a/public/images/pokemon/exp/back/651.png and b/public/images/pokemon/exp/back/651.png differ
diff --git a/public/images/pokemon/exp/back/653.json b/public/images/pokemon/exp/back/653.json
index 48c09e77b1b..c5fb4a5db61 100644
--- a/public/images/pokemon/exp/back/653.json
+++ b/public/images/pokemon/exp/back/653.json
@@ -1,2036 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2657d933ba34a7364529c17b46d25589:b79a47cc022bd83470144fdf9b951be2:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 176, "h": 170 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/653.png b/public/images/pokemon/exp/back/653.png
index 1f9cb2fe168..58682e90e58 100644
Binary files a/public/images/pokemon/exp/back/653.png and b/public/images/pokemon/exp/back/653.png differ
diff --git a/public/images/pokemon/exp/back/654.json b/public/images/pokemon/exp/back/654.json
index e62078dc236..a5bd681b6cb 100644
--- a/public/images/pokemon/exp/back/654.json
+++ b/public/images/pokemon/exp/back/654.json
@@ -1,188 +1,677 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d0b30f6e084cc1428328b2f8b9fbe624:bf595af9905e0e91443856bfefa85a3a:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 215, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 163, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 50, "y": 263, "w": 50, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 50, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 218, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 161, "y": 195, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 218, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 51, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 273, "h": 330 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/654.png b/public/images/pokemon/exp/back/654.png
index 1f8fdd06967..f5d317f8a2e 100644
Binary files a/public/images/pokemon/exp/back/654.png and b/public/images/pokemon/exp/back/654.png differ
diff --git a/public/images/pokemon/exp/back/656.json b/public/images/pokemon/exp/back/656.json
index 45c9ae75c29..78a3ae89852 100644
--- a/public/images/pokemon/exp/back/656.json
+++ b/public/images/pokemon/exp/back/656.json
@@ -1,1007 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a0be6653f39ddbef185db62f993cae42:d1b80f97b079891e5ee3e04a05cb932f:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 67, "y": 1, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 33, "h": 38 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 34, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 102, "y": 1, "w": 31, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 167, "y": 80, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 41, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 99, "y": 43, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 155, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 107, "y": 189, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 32, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 191, "w": 31, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 31, "h": 31 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 69, "y": 190, "w": 31, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 31, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 35, "y": 188, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 121, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 117, "w": 32, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 36 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 107, "y": 152, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 131, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 202, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/656.png b/public/images/pokemon/exp/back/656.png
index 99119d2e96e..9e98534aab2 100644
Binary files a/public/images/pokemon/exp/back/656.png and b/public/images/pokemon/exp/back/656.png differ
diff --git a/public/images/pokemon/exp/back/661.json b/public/images/pokemon/exp/back/661.json
index 5ccc4bdde31..be82a4ce425 100644
--- a/public/images/pokemon/exp/back/661.json
+++ b/public/images/pokemon/exp/back/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 68,
- "h": 68
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:64046aa714277f415100be681fde9148:1306649eb47cc5be6e5f0b266b6c13ae:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 39, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 36, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 112, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 34, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 74, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 34, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 156 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/661.png b/public/images/pokemon/exp/back/661.png
index 8ab845902d1..67d9bb04293 100644
Binary files a/public/images/pokemon/exp/back/661.png and b/public/images/pokemon/exp/back/661.png differ
diff --git a/public/images/pokemon/exp/back/662.json b/public/images/pokemon/exp/back/662.json
index e854c2b896c..52cc70bbe5d 100644
--- a/public/images/pokemon/exp/back/662.json
+++ b/public/images/pokemon/exp/back/662.json
@@ -1,671 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:66c0226d9868b335d6f9adbc58ca011b:9d85ba89536227407c6480dea06dad13:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 70, "w": 53, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 53, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 212, "y": 70, "w": 52, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 52, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 247, "y": 204, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 36, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 196, "w": 49, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 33, "w": 49, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 56, "y": 1, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 56, "h": 65 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 224, "y": 1, "w": 52, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 52, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 107, "y": 68, "w": 48, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 48, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 277, "y": 1, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 51, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 113, "y": 1, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 55, "h": 66 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 48, "y": 249, "w": 44, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 31, "w": 44, "h": 50 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 191, "y": 248, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 27, "w": 47, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 1, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 67 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 101, "y": 208, "w": 45, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 18, "w": 45, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 246, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 67, "w": 50, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 50, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 265, "y": 70, "w": 47, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 47, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 138, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 44, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 193, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 43, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 191, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 31, "w": 55, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 51, "y": 200, "w": 49, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 27, "w": 49, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 156, "y": 69, "w": 55, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 55, "h": 60 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 133, "w": 50, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 50, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 208, "y": 134, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 48, "h": 64 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 257, "y": 140, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 48, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 52, "y": 137, "w": 49, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 49, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 156, "y": 130, "w": 51, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 51, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 329, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/662.png b/public/images/pokemon/exp/back/662.png
index 4e6a3c88277..39a9e8e53ad 100644
Binary files a/public/images/pokemon/exp/back/662.png and b/public/images/pokemon/exp/back/662.png differ
diff --git a/public/images/pokemon/exp/back/663.json b/public/images/pokemon/exp/back/663.json
index 83f5b7ddc42..48526624362 100644
--- a/public/images/pokemon/exp/back/663.json
+++ b/public/images/pokemon/exp/back/663.json
@@ -1,587 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 226,
- "h": 226
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e8559a9780e93da88e5a990643c22bc0:3bdf9c50c7e3aa9ed9acc8477ddf312d:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 388, "h": 212 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/663.png b/public/images/pokemon/exp/back/663.png
index d241c8be871..6b49fc0a803 100644
Binary files a/public/images/pokemon/exp/back/663.png and b/public/images/pokemon/exp/back/663.png differ
diff --git a/public/images/pokemon/exp/back/664.json b/public/images/pokemon/exp/back/664.json
index 10da9db36bd..61c85d30239 100644
--- a/public/images/pokemon/exp/back/664.json
+++ b/public/images/pokemon/exp/back/664.json
@@ -1,104 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 24,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 24,
- "h": 42
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 24,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7fc62d03764cbb44c78d222a8281c03b:59a11cbddf36944dc23f528022e71fc9:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 54, "y": 49, "w": 26, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 26, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 96, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 97, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 97, "w": 26, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 49, "w": 27, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 27, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 28, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 55, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 109, "h": 145 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/664.png b/public/images/pokemon/exp/back/664.png
index 30664a6aaf1..a8f0906c60d 100644
Binary files a/public/images/pokemon/exp/back/664.png and b/public/images/pokemon/exp/back/664.png differ
diff --git a/public/images/pokemon/exp/back/665.json b/public/images/pokemon/exp/back/665.json
index 320219545d9..6e713a69311 100644
--- a/public/images/pokemon/exp/back/665.json
+++ b/public/images/pokemon/exp/back/665.json
@@ -1,104 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 75,
- "h": 75
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9899654837114efa492ec85d06cd415a:0050d8b3ae2b780795145dd4beb4e6bb:a72e6c94514c750d7462eab6b08ee591$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 67, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 40, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 343, "y": 34, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 5, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 33, "w": 63, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 36 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 40 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 33, "w": 73, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 34, "w": 53, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 7, "w": 53, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 38, "w": 47, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 7, "w": 47, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 86, "y": 40, "w": 40, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 40, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 101, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 34, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 36, "y": 75, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 324, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 394, "h": 134 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/665.png b/public/images/pokemon/exp/back/665.png
index 1cb4789e140..c989771bc5f 100644
Binary files a/public/images/pokemon/exp/back/665.png and b/public/images/pokemon/exp/back/665.png differ
diff --git a/public/images/pokemon/exp/back/666-archipelago.json b/public/images/pokemon/exp/back/666-archipelago.json
index bc4abf95a6d..817696f70a1 100644
--- a/public/images/pokemon/exp/back/666-archipelago.json
+++ b/public/images/pokemon/exp/back/666-archipelago.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-archipelago.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-archipelago.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-archipelago.png b/public/images/pokemon/exp/back/666-archipelago.png
index 83622bd976f..f83b645e0fe 100644
Binary files a/public/images/pokemon/exp/back/666-archipelago.png and b/public/images/pokemon/exp/back/666-archipelago.png differ
diff --git a/public/images/pokemon/exp/back/666-continental.json b/public/images/pokemon/exp/back/666-continental.json
index d0cd7359c88..fc21deb6978 100644
--- a/public/images/pokemon/exp/back/666-continental.json
+++ b/public/images/pokemon/exp/back/666-continental.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-continental.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-continental.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-continental.png b/public/images/pokemon/exp/back/666-continental.png
index 21447191338..f1a4cf5a2a4 100644
Binary files a/public/images/pokemon/exp/back/666-continental.png and b/public/images/pokemon/exp/back/666-continental.png differ
diff --git a/public/images/pokemon/exp/back/666-elegant.json b/public/images/pokemon/exp/back/666-elegant.json
index c44ea10f7dd..35c20315153 100644
--- a/public/images/pokemon/exp/back/666-elegant.json
+++ b/public/images/pokemon/exp/back/666-elegant.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-elegant.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-elegant.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-elegant.png b/public/images/pokemon/exp/back/666-elegant.png
index 3187d681140..2a75c09b505 100644
Binary files a/public/images/pokemon/exp/back/666-elegant.png and b/public/images/pokemon/exp/back/666-elegant.png differ
diff --git a/public/images/pokemon/exp/back/666-fancy.json b/public/images/pokemon/exp/back/666-fancy.json
index 657c29e99ee..54113df4b51 100644
--- a/public/images/pokemon/exp/back/666-fancy.json
+++ b/public/images/pokemon/exp/back/666-fancy.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-fancy.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-fancy.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-fancy.png b/public/images/pokemon/exp/back/666-fancy.png
index 9f9f9c42e80..f7da62d0637 100644
Binary files a/public/images/pokemon/exp/back/666-fancy.png and b/public/images/pokemon/exp/back/666-fancy.png differ
diff --git a/public/images/pokemon/exp/back/666-garden.json b/public/images/pokemon/exp/back/666-garden.json
index 763dd125a5c..4fcc5ab0ad1 100644
--- a/public/images/pokemon/exp/back/666-garden.json
+++ b/public/images/pokemon/exp/back/666-garden.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-garden.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-garden.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-garden.png b/public/images/pokemon/exp/back/666-garden.png
index 47a9a27e790..35e0dd02087 100644
Binary files a/public/images/pokemon/exp/back/666-garden.png and b/public/images/pokemon/exp/back/666-garden.png differ
diff --git a/public/images/pokemon/exp/back/666-high-plains.json b/public/images/pokemon/exp/back/666-high-plains.json
index 90101dd98ba..56a90a01899 100644
--- a/public/images/pokemon/exp/back/666-high-plains.json
+++ b/public/images/pokemon/exp/back/666-high-plains.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-high-plains.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-high-plains.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-high-plains.png b/public/images/pokemon/exp/back/666-high-plains.png
index 7b06fcc8040..7b84c4ebac3 100644
Binary files a/public/images/pokemon/exp/back/666-high-plains.png and b/public/images/pokemon/exp/back/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/back/666-icy-snow.json b/public/images/pokemon/exp/back/666-icy-snow.json
index 17e6e3be8ef..b44f33bb07f 100644
--- a/public/images/pokemon/exp/back/666-icy-snow.json
+++ b/public/images/pokemon/exp/back/666-icy-snow.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-icy-snow.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-icy-snow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-icy-snow.png b/public/images/pokemon/exp/back/666-icy-snow.png
index b34659ded51..332e96a6d61 100644
Binary files a/public/images/pokemon/exp/back/666-icy-snow.png and b/public/images/pokemon/exp/back/666-icy-snow.png differ
diff --git a/public/images/pokemon/exp/back/666-jungle.json b/public/images/pokemon/exp/back/666-jungle.json
index b2ffdb768e6..51876d649da 100644
--- a/public/images/pokemon/exp/back/666-jungle.json
+++ b/public/images/pokemon/exp/back/666-jungle.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-jungle.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-jungle.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-jungle.png b/public/images/pokemon/exp/back/666-jungle.png
index 8e72fdd3af6..291c6bce18c 100644
Binary files a/public/images/pokemon/exp/back/666-jungle.png and b/public/images/pokemon/exp/back/666-jungle.png differ
diff --git a/public/images/pokemon/exp/back/666-marine.json b/public/images/pokemon/exp/back/666-marine.json
index 6f4be700dfc..18edbc78ec0 100644
--- a/public/images/pokemon/exp/back/666-marine.json
+++ b/public/images/pokemon/exp/back/666-marine.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-marine.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-marine.png",
+ "format": "RGBA8888",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-marine.png b/public/images/pokemon/exp/back/666-marine.png
index 91c5b1be983..9e644f0cdaa 100644
Binary files a/public/images/pokemon/exp/back/666-marine.png and b/public/images/pokemon/exp/back/666-marine.png differ
diff --git a/public/images/pokemon/exp/back/666-meadow.json b/public/images/pokemon/exp/back/666-meadow.json
index 737ccd7c848..0f24040bd0d 100644
--- a/public/images/pokemon/exp/back/666-meadow.json
+++ b/public/images/pokemon/exp/back/666-meadow.json
@@ -1,524 +1,118 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-meadow.png b/public/images/pokemon/exp/back/666-meadow.png
index d7d63b3098f..fabeb9730db 100644
Binary files a/public/images/pokemon/exp/back/666-meadow.png and b/public/images/pokemon/exp/back/666-meadow.png differ
diff --git a/public/images/pokemon/exp/back/666-modern.json b/public/images/pokemon/exp/back/666-modern.json
index a57b695d10b..e0a00da6d81 100644
--- a/public/images/pokemon/exp/back/666-modern.json
+++ b/public/images/pokemon/exp/back/666-modern.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-modern.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-modern.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-modern.png b/public/images/pokemon/exp/back/666-modern.png
index 689876c3d6d..01a3981dd97 100644
Binary files a/public/images/pokemon/exp/back/666-modern.png and b/public/images/pokemon/exp/back/666-modern.png differ
diff --git a/public/images/pokemon/exp/back/666-monsoon.json b/public/images/pokemon/exp/back/666-monsoon.json
index 3afda85f798..117fad03b83 100644
--- a/public/images/pokemon/exp/back/666-monsoon.json
+++ b/public/images/pokemon/exp/back/666-monsoon.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-monsoon.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-monsoon.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-monsoon.png b/public/images/pokemon/exp/back/666-monsoon.png
index e3cb4d2dca7..32cf2331411 100644
Binary files a/public/images/pokemon/exp/back/666-monsoon.png and b/public/images/pokemon/exp/back/666-monsoon.png differ
diff --git a/public/images/pokemon/exp/back/666-ocean.json b/public/images/pokemon/exp/back/666-ocean.json
index f0785703906..8d23d70cd31 100644
--- a/public/images/pokemon/exp/back/666-ocean.json
+++ b/public/images/pokemon/exp/back/666-ocean.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-ocean.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-ocean.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-ocean.png b/public/images/pokemon/exp/back/666-ocean.png
index f60844a9b87..65665ea56c3 100644
Binary files a/public/images/pokemon/exp/back/666-ocean.png and b/public/images/pokemon/exp/back/666-ocean.png differ
diff --git a/public/images/pokemon/exp/back/666-poke-ball.json b/public/images/pokemon/exp/back/666-poke-ball.json
index ed04a06e7ab..45564e59a32 100644
--- a/public/images/pokemon/exp/back/666-poke-ball.json
+++ b/public/images/pokemon/exp/back/666-poke-ball.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-poke-ball.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-poke-ball.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-poke-ball.png b/public/images/pokemon/exp/back/666-poke-ball.png
index eb3053e9434..895a2bf680f 100644
Binary files a/public/images/pokemon/exp/back/666-poke-ball.png and b/public/images/pokemon/exp/back/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/back/666-polar.json b/public/images/pokemon/exp/back/666-polar.json
index 4618d891d3f..abb6d0286f4 100644
--- a/public/images/pokemon/exp/back/666-polar.json
+++ b/public/images/pokemon/exp/back/666-polar.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-polar.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-polar.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-polar.png b/public/images/pokemon/exp/back/666-polar.png
index 5d09b57833c..c7ec3ec550a 100644
Binary files a/public/images/pokemon/exp/back/666-polar.png and b/public/images/pokemon/exp/back/666-polar.png differ
diff --git a/public/images/pokemon/exp/back/666-river.json b/public/images/pokemon/exp/back/666-river.json
index c4e5274ab6d..28912532d76 100644
--- a/public/images/pokemon/exp/back/666-river.json
+++ b/public/images/pokemon/exp/back/666-river.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-river.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-river.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-river.png b/public/images/pokemon/exp/back/666-river.png
index 2910340b676..4e0493b8de5 100644
Binary files a/public/images/pokemon/exp/back/666-river.png and b/public/images/pokemon/exp/back/666-river.png differ
diff --git a/public/images/pokemon/exp/back/666-sandstorm.json b/public/images/pokemon/exp/back/666-sandstorm.json
index cc96c2a2805..99df25242ff 100644
--- a/public/images/pokemon/exp/back/666-sandstorm.json
+++ b/public/images/pokemon/exp/back/666-sandstorm.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sandstorm.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sandstorm.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-sandstorm.png b/public/images/pokemon/exp/back/666-sandstorm.png
index 96d7084eb30..d95ab4413a5 100644
Binary files a/public/images/pokemon/exp/back/666-sandstorm.png and b/public/images/pokemon/exp/back/666-sandstorm.png differ
diff --git a/public/images/pokemon/exp/back/666-savanna.json b/public/images/pokemon/exp/back/666-savanna.json
index 8f85dfdeb13..8fa326da1b4 100644
--- a/public/images/pokemon/exp/back/666-savanna.json
+++ b/public/images/pokemon/exp/back/666-savanna.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-savanna.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-savanna.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-savanna.png b/public/images/pokemon/exp/back/666-savanna.png
index 7254d0f1f61..4169b1325a6 100644
Binary files a/public/images/pokemon/exp/back/666-savanna.png and b/public/images/pokemon/exp/back/666-savanna.png differ
diff --git a/public/images/pokemon/exp/back/666-sun.json b/public/images/pokemon/exp/back/666-sun.json
index df795f0ef0c..d41f22f541c 100644
--- a/public/images/pokemon/exp/back/666-sun.json
+++ b/public/images/pokemon/exp/back/666-sun.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sun.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sun.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-sun.png b/public/images/pokemon/exp/back/666-sun.png
index 84b9d76ef88..5cc814e82d7 100644
Binary files a/public/images/pokemon/exp/back/666-sun.png and b/public/images/pokemon/exp/back/666-sun.png differ
diff --git a/public/images/pokemon/exp/back/666-tundra.json b/public/images/pokemon/exp/back/666-tundra.json
index 92e5cf92e07..afa574f9e07 100644
--- a/public/images/pokemon/exp/back/666-tundra.json
+++ b/public/images/pokemon/exp/back/666-tundra.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-tundra.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-tundra.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-tundra.png b/public/images/pokemon/exp/back/666-tundra.png
index 393ea113766..01657b339fd 100644
Binary files a/public/images/pokemon/exp/back/666-tundra.png and b/public/images/pokemon/exp/back/666-tundra.png differ
diff --git a/public/images/pokemon/exp/back/672.json b/public/images/pokemon/exp/back/672.json
index e323b585879..f877b9abc2e 100644
--- a/public/images/pokemon/exp/back/672.json
+++ b/public/images/pokemon/exp/back/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 282,
- "h": 282
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 123,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 168,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 209,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 164,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 83,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 124,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 165,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 207,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 124,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 163,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 163,
- "y": 124,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 203,
- "y": 83,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 164,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 204,
- "y": 123,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 163,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 203,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 204,
- "w": 40,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b36f1de558a8fa8ac8b56a9ba43a0dfd:5fe84a3f522e543bfbbfe0837355266b:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 160, "h": 195 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/672.png b/public/images/pokemon/exp/back/672.png
index 5281168ec2e..ef5cf63938e 100644
Binary files a/public/images/pokemon/exp/back/672.png and b/public/images/pokemon/exp/back/672.png differ
diff --git a/public/images/pokemon/exp/back/674.json b/public/images/pokemon/exp/back/674.json
deleted file mode 100644
index 9ace3fec70f..00000000000
--- a/public/images/pokemon/exp/back/674.json
+++ /dev/null
@@ -1,1175 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 124,
- "h": 124
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 82,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 85,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25c10f058ffdfacdf8263d7198233227:17e793a518166b0f2a1f8af6ec7b8dd7:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/674.png b/public/images/pokemon/exp/back/674.png
deleted file mode 100644
index 69d9e886150..00000000000
Binary files a/public/images/pokemon/exp/back/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/692.json b/public/images/pokemon/exp/back/692.json
index 41e845ef9ed..801710c4861 100644
--- a/public/images/pokemon/exp/back/692.json
+++ b/public/images/pokemon/exp/back/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 152,
- "h": 152
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 51,
- "h": 37
- },
- "frame": {
- "x": 51,
- "y": 78,
- "w": 51,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 51,
- "h": 37
- },
- "frame": {
- "x": 51,
- "y": 115,
- "w": 51,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4116bfb3ff62a8dd3ed77070dfb17bc8:e9bdb93a4ed57d3e08db360998da889f:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 119, "y": 72, "w": 56, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/692.png b/public/images/pokemon/exp/back/692.png
index 0b3462fe06d..e3eb957a624 100644
Binary files a/public/images/pokemon/exp/back/692.png and b/public/images/pokemon/exp/back/692.png differ
diff --git a/public/images/pokemon/exp/back/693.json b/public/images/pokemon/exp/back/693.json
index fb29d014658..6358a8908f6 100644
--- a/public/images/pokemon/exp/back/693.json
+++ b/public/images/pokemon/exp/back/693.json
@@ -1,230 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 223,
- "h": 223
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 90,
- "y": 147,
- "w": 90,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f3b26f7df2eeda76e504b3f1294ac699:a2e5c9fc75e286a40f09ab013ac5cb32:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 565, "y": 196, "w": 90, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 90, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 278, "y": 266, "w": 90, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 90, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 189, "y": 199, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 1, "w": 98, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 98, "h": 68 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 95, "y": 72, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 96, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 381, "y": 1, "w": 97, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 97, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 191, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 95, "y": 135, "w": 96, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 96, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 572, "y": 67, "w": 99, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 99, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 284, "y": 205, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 199, "w": 91, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 91, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 259, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 193, "y": 69, "w": 95, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 95, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 141, "w": 92, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 8, "w": 92, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 96, "y": 318, "w": 89, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 14, "w": 89, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 564, "y": 261, "w": 92, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 14, "w": 92, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 672, "h": 377 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/693.png b/public/images/pokemon/exp/back/693.png
index a4b89137043..4772c64f8d0 100644
Binary files a/public/images/pokemon/exp/back/693.png and b/public/images/pokemon/exp/back/693.png differ
diff --git a/public/images/pokemon/exp/back/694.json b/public/images/pokemon/exp/back/694.json
deleted file mode 100644
index d77a3db07e3..00000000000
--- a/public/images/pokemon/exp/back/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 130,
- "h": 130
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 39
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 40,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8940ca5f146f0b24d2aa10692e8e18b0:e6a9f01d7ca698d2b3d7fdf6d9244c8c:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/back/694.png b/public/images/pokemon/exp/back/694.png
deleted file mode 100644
index d3675e0a9d7..00000000000
Binary files a/public/images/pokemon/exp/back/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/697.json b/public/images/pokemon/exp/back/697.json
index 9707f931b14..6963da289ab 100644
--- a/public/images/pokemon/exp/back/697.json
+++ b/public/images/pokemon/exp/back/697.json
@@ -1,1196 +1,992 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 374,
- "h": 374
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 77,
- "h": 73
- },
- "frame": {
- "x": 285,
- "y": 0,
- "w": 77,
- "h": 73
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 285,
- "y": 73,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 225,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 296,
- "w": 73,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5c15a6488ad8d9c5cd58a9490e3f8fe1:9f98e28712fdc6eb5949c7f74cafffeb:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 370, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 558, "y": 227, "w": 90, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 90, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 376, "w": 88, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 88, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 89, "y": 379, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 365, "y": 378, "w": 86, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 86, "h": 76 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 640, "y": 449, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 84, "h": 77 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 552, "y": 378, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 303, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 465, "y": 302, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 186, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 225, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 472, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 565, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 277, "y": 301, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 388, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 97, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 292, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 196, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 582, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 98, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 485, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 388, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 75, "w": 96, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 96, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 286, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 670, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 658, "y": 226, "w": 94, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 94, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 191, "y": 76, "w": 94, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 94, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 279, "y": 226, "w": 93, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 679, "y": 0, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 482, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 379, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 773, "h": 526 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/697.png b/public/images/pokemon/exp/back/697.png
index 44a73042829..f0ae22f2bb0 100644
Binary files a/public/images/pokemon/exp/back/697.png and b/public/images/pokemon/exp/back/697.png differ
diff --git a/public/images/pokemon/exp/back/698.json b/public/images/pokemon/exp/back/698.json
deleted file mode 100644
index 01e3235cc36..00000000000
--- a/public/images/pokemon/exp/back/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 181,
- "h": 181
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:47af8de4c4888204d35a4e17ac074ed2:4f5193840bb62c79e8f9d414f094a882:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/698.png b/public/images/pokemon/exp/back/698.png
deleted file mode 100644
index 43738b78928..00000000000
Binary files a/public/images/pokemon/exp/back/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/700.json b/public/images/pokemon/exp/back/700.json
index 8919ba29366..70083de61c9 100644
--- a/public/images/pokemon/exp/back/700.json
+++ b/public/images/pokemon/exp/back/700.json
@@ -1,209 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 44,
- "h": 57
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 44,
- "h": 56
- },
- "frame": {
- "x": 44,
- "y": 116,
- "w": 44,
- "h": 56
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 58,
- "w": 44,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e0cdfdc055c08cdcb7b31d0da301c709:2affc6f4613ab8f1ba13cd35d9106bb3:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/700.png b/public/images/pokemon/exp/back/700.png
index 6684e845a39..a3675cc15d8 100644
Binary files a/public/images/pokemon/exp/back/700.png and b/public/images/pokemon/exp/back/700.png differ
diff --git a/public/images/pokemon/exp/back/702.json b/public/images/pokemon/exp/back/702.json
index 7fa99d3eb04..9680e17e397 100644
--- a/public/images/pokemon/exp/back/702.json
+++ b/public/images/pokemon/exp/back/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4052cb31e311daed50c3ad98d6d07226:990695ce3fc0717eec42d716a52de75e:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/702.png b/public/images/pokemon/exp/back/702.png
index e90d2e5200b..2305dd44628 100644
Binary files a/public/images/pokemon/exp/back/702.png and b/public/images/pokemon/exp/back/702.png differ
diff --git a/public/images/pokemon/exp/back/703.json b/public/images/pokemon/exp/back/703.json
deleted file mode 100644
index dc39d04326d..00000000000
--- a/public/images/pokemon/exp/back/703.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 110,
- "h": 110
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 36,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 39
- },
- "frame": {
- "x": 36,
- "y": 0,
- "w": 37,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 40,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9e937b9120a4e2d30cb17c3057bdb25e:2992340ca21fbb2052a947040742ff82:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/703.png b/public/images/pokemon/exp/back/703.png
deleted file mode 100644
index 2af4ac363ea..00000000000
Binary files a/public/images/pokemon/exp/back/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/704.json b/public/images/pokemon/exp/back/704.json
index cfee176924b..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/704.json
+++ b/public/images/pokemon/exp/back/704.json
@@ -1,1742 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 24,
- "w": 41,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 41,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 107,
- "y": 0,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 167,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 116,
- "y": 92,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 154,
- "y": 89,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 130,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 116,
- "y": 137,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 78,
- "y": 138,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1af9bc6c970e4ca611c23ce1e26ff660:ab013a92210cb1b0ae94301a2c9b4c2a:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/704.png b/public/images/pokemon/exp/back/704.png
index e08171177fd..a67b79b0ee9 100644
Binary files a/public/images/pokemon/exp/back/704.png and b/public/images/pokemon/exp/back/704.png differ
diff --git a/public/images/pokemon/exp/back/705.json b/public/images/pokemon/exp/back/705.json
index be407b80180..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/705.json
+++ b/public/images/pokemon/exp/back/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25dc113e55116f41d58d372b4ed9b10a:95a84e44ff027f7c648e68bbd8ace4bc:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/705.png b/public/images/pokemon/exp/back/705.png
index a4f62a21004..18c942605d6 100644
Binary files a/public/images/pokemon/exp/back/705.png and b/public/images/pokemon/exp/back/705.png differ
diff --git a/public/images/pokemon/exp/back/707.json b/public/images/pokemon/exp/back/707.json
deleted file mode 100644
index b8db4ac17f3..00000000000
--- a/public/images/pokemon/exp/back/707.json
+++ /dev/null
@@ -1,2078 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 286,
- "h": 286
- },
- "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
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.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
- }
- },
- {
- "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
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
- },
- "frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
- },
- "frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
- },
- "frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:923b4bcae7da04f16b46037df8433fd0:1631bc30b61a1b4a910dd4510c8733ca:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/back/707.png b/public/images/pokemon/exp/back/707.png
deleted file mode 100644
index 6ce681a5651..00000000000
Binary files a/public/images/pokemon/exp/back/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/708.json b/public/images/pokemon/exp/back/708.json
deleted file mode 100644
index f0b2e21b5c1..00000000000
--- a/public/images/pokemon/exp/back/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bcbffc2559c06539de3a8e783aa9b810:1a73d753b783ff36005e333d5e1a213a:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/708.png b/public/images/pokemon/exp/back/708.png
deleted file mode 100644
index a531ec27f9f..00000000000
Binary files a/public/images/pokemon/exp/back/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/712.json b/public/images/pokemon/exp/back/712.json
index 46b8cdaad44..fe53f52369e 100644
--- a/public/images/pokemon/exp/back/712.json
+++ b/public/images/pokemon/exp/back/712.json
@@ -1,2729 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:600bb71c0995d9554966ee794b89312a:22158bf1d17659480b23ef6d5ed6dbcb:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 178, "h": 205 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/712.png b/public/images/pokemon/exp/back/712.png
index 81f77412357..a5b57fc9f1b 100644
Binary files a/public/images/pokemon/exp/back/712.png and b/public/images/pokemon/exp/back/712.png differ
diff --git a/public/images/pokemon/exp/back/713.json b/public/images/pokemon/exp/back/713.json
index c2e09d4783e..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/713.json
+++ b/public/images/pokemon/exp/back/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f396042cb759179580f2aeb1af94e22:59471aca6db39209b1e31d5894938bcb:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/713.png b/public/images/pokemon/exp/back/713.png
index 6692bc5c65a..d6782ee4357 100644
Binary files a/public/images/pokemon/exp/back/713.png and b/public/images/pokemon/exp/back/713.png differ
diff --git a/public/images/pokemon/exp/back/714.json b/public/images/pokemon/exp/back/714.json
deleted file mode 100644
index ecdf5b1b813..00000000000
--- a/public/images/pokemon/exp/back/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5c3a62d7014eae3eb4c5e67ef6a405f3:1456f6425f3a65e77dc4017298499d80:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/714.png b/public/images/pokemon/exp/back/714.png
deleted file mode 100644
index 0d81f19fcd4..00000000000
Binary files a/public/images/pokemon/exp/back/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/718-10.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/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/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/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/362-mega.json b/public/images/pokemon/exp/back/shiny/362-mega.json
index 2c42a6db6f1..02354ddad93 100644
--- a/public/images/pokemon/exp/back/shiny/362-mega.json
+++ b/public/images/pokemon/exp/back/shiny/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25f7f8085d78ddcdd4aadd2f3591c111:e79d613f15426593f8c7367b1afc6c04:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/362-mega.png b/public/images/pokemon/exp/back/shiny/362-mega.png
index 32f3e5658a3..75d5b5075b9 100644
Binary files a/public/images/pokemon/exp/back/shiny/362-mega.png and b/public/images/pokemon/exp/back/shiny/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.json b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.png b/public/images/pokemon/exp/back/shiny/569-gigantamax.png
new file mode 100644
index 00000000000..2322fc2321e
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/651.json b/public/images/pokemon/exp/back/shiny/651.json
index 4e96154d67b..04a791f539f 100644
--- a/public/images/pokemon/exp/back/shiny/651.json
+++ b/public/images/pokemon/exp/back/shiny/651.json
@@ -1,104 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 106,
- "h": 106
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 53,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f6a8875e3bdc40a01569005eeaa99a4:fe6f34e605d5c3077475cfd03942ff77:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 326, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 272, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 100, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 56, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 51, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 219, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 248, "w": 55, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 55, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 275, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 325, "y": 200, "w": 56, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 56, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 54, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 332, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 248, "w": 53, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 325, "y": 247, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 53, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 149, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 162, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 55, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 109, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 164, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 297 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/651.png b/public/images/pokemon/exp/back/shiny/651.png
index 99fa14d5df9..b607fa69a15 100644
Binary files a/public/images/pokemon/exp/back/shiny/651.png and b/public/images/pokemon/exp/back/shiny/651.png differ
diff --git a/public/images/pokemon/exp/back/shiny/653.json b/public/images/pokemon/exp/back/shiny/653.json
index a5d273cff64..c5fb4a5db61 100644
--- a/public/images/pokemon/exp/back/shiny/653.json
+++ b/public/images/pokemon/exp/back/shiny/653.json
@@ -1,2204 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d04be8782bc4dd7044942acce05841d1:0e29431888e23f35da7ce4bf9b48965f:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 176, "h": 170 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/653.png b/public/images/pokemon/exp/back/shiny/653.png
index efd98f5ee42..08b2420ad11 100644
Binary files a/public/images/pokemon/exp/back/shiny/653.png and b/public/images/pokemon/exp/back/shiny/653.png differ
diff --git a/public/images/pokemon/exp/back/shiny/654.json b/public/images/pokemon/exp/back/shiny/654.json
index 990436ec243..a5bd681b6cb 100644
--- a/public/images/pokemon/exp/back/shiny/654.json
+++ b/public/images/pokemon/exp/back/shiny/654.json
@@ -1,188 +1,677 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f47a7be287accef984c271dc9a4c0a3:dfd096ac65957c3db229b035490b4fbb:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 215, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 163, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 50, "y": 263, "w": 50, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 50, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 218, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 161, "y": 195, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 218, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 51, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 273, "h": 330 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/654.png b/public/images/pokemon/exp/back/shiny/654.png
index 0dfad6834cc..747aa61bd58 100644
Binary files a/public/images/pokemon/exp/back/shiny/654.png and b/public/images/pokemon/exp/back/shiny/654.png differ
diff --git a/public/images/pokemon/exp/back/shiny/656.json b/public/images/pokemon/exp/back/shiny/656.json
index 0a023d7bee6..78a3ae89852 100644
--- a/public/images/pokemon/exp/back/shiny/656.json
+++ b/public/images/pokemon/exp/back/shiny/656.json
@@ -1,1658 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 201,
- "h": 201
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 32,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 32
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 33,
- "h": 33
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 33,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 100,
- "y": 33,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 68,
- "y": 68,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 135,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 168,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 102,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 34,
- "y": 103,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 68,
- "y": 103,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 34,
- "h": 39
- },
- "frame": {
- "x": 101,
- "y": 105,
- "w": 34,
- "h": 39
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 40
- },
- "frame": {
- "x": 135,
- "y": 105,
- "w": 31,
- "h": 40
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 166,
- "y": 105,
- "w": 31,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 32,
- "y": 139,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 64,
- "y": 140,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 95,
- "y": 144,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 43
- },
- "frame": {
- "x": 126,
- "y": 145,
- "w": 32,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 31,
- "h": 43
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 31,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5076cf3500c6d9392a3e656db2bcf661:8a870f3a4f8085495687c4af91e0de7e:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 67, "y": 1, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 33, "h": 38 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 34, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 102, "y": 1, "w": 31, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 167, "y": 80, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 41, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 99, "y": 43, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 155, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 107, "y": 189, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 32, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 191, "w": 31, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 31, "h": 31 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 69, "y": 190, "w": 31, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 31, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 35, "y": 188, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 121, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 117, "w": 32, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 36 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 107, "y": 152, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 131, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 202, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/656.png b/public/images/pokemon/exp/back/shiny/656.png
index 47b18020ffe..0c974e52a98 100644
Binary files a/public/images/pokemon/exp/back/shiny/656.png and b/public/images/pokemon/exp/back/shiny/656.png differ
diff --git a/public/images/pokemon/exp/back/shiny/661.json b/public/images/pokemon/exp/back/shiny/661.json
index 1199eaead4b..be82a4ce425 100644
--- a/public/images/pokemon/exp/back/shiny/661.json
+++ b/public/images/pokemon/exp/back/shiny/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 68,
- "h": 68
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:622c17fd3933b7d7d1eddb422fc24fc5:684446320bdfd8fa492ed28395182fcc:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 39, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 36, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 112, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 34, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 74, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 34, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 156 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/661.png b/public/images/pokemon/exp/back/shiny/661.png
index a76bde31ab3..a38de0cabe4 100644
Binary files a/public/images/pokemon/exp/back/shiny/661.png and b/public/images/pokemon/exp/back/shiny/661.png differ
diff --git a/public/images/pokemon/exp/back/shiny/662.json b/public/images/pokemon/exp/back/shiny/662.json
index f2154fb0de0..52cc70bbe5d 100644
--- a/public/images/pokemon/exp/back/shiny/662.json
+++ b/public/images/pokemon/exp/back/shiny/662.json
@@ -1,671 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:14a51ba69bd1aad179c85e117e323d5e:a3d65c092dec9149a9e5c39aed3a7dc3:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 70, "w": 53, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 53, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 212, "y": 70, "w": 52, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 52, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 247, "y": 204, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 36, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 196, "w": 49, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 33, "w": 49, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 56, "y": 1, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 56, "h": 65 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 224, "y": 1, "w": 52, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 52, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 107, "y": 68, "w": 48, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 48, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 277, "y": 1, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 51, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 113, "y": 1, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 55, "h": 66 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 48, "y": 249, "w": 44, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 31, "w": 44, "h": 50 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 191, "y": 248, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 27, "w": 47, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 1, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 67 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 101, "y": 208, "w": 45, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 18, "w": 45, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 246, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 67, "w": 50, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 50, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 265, "y": 70, "w": 47, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 47, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 138, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 44, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 193, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 43, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 191, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 31, "w": 55, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 51, "y": 200, "w": 49, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 27, "w": 49, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 156, "y": 69, "w": 55, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 55, "h": 60 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 133, "w": 50, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 50, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 208, "y": 134, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 48, "h": 64 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 257, "y": 140, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 48, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 52, "y": 137, "w": 49, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 49, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 156, "y": 130, "w": 51, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 51, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 329, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/662.png b/public/images/pokemon/exp/back/shiny/662.png
index e662b3198a6..b914dac31b1 100644
Binary files a/public/images/pokemon/exp/back/shiny/662.png and b/public/images/pokemon/exp/back/shiny/662.png differ
diff --git a/public/images/pokemon/exp/back/shiny/663.json b/public/images/pokemon/exp/back/shiny/663.json
index d464b333f20..48526624362 100644
--- a/public/images/pokemon/exp/back/shiny/663.json
+++ b/public/images/pokemon/exp/back/shiny/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 302,
- "h": 302
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cee80289834c8acf0ea6d754131cf471:08d47f0b9be8c73bf8d3f74f4dc0a00d:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 388, "h": 212 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/663.png b/public/images/pokemon/exp/back/shiny/663.png
index bb8a7a63b47..ddb4658f34f 100644
Binary files a/public/images/pokemon/exp/back/shiny/663.png and b/public/images/pokemon/exp/back/shiny/663.png differ
diff --git a/public/images/pokemon/exp/back/shiny/664.json b/public/images/pokemon/exp/back/shiny/664.json
index 737a874aeef..61c85d30239 100644
--- a/public/images/pokemon/exp/back/shiny/664.json
+++ b/public/images/pokemon/exp/back/shiny/664.json
@@ -1,104 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 24,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 24,
- "h": 42
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 24,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:601a4fb542614963fb9749e3339712b0:f6208a116912601a698682c3723dc18c:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 54, "y": 49, "w": 26, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 26, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 96, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 97, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 97, "w": 26, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 49, "w": 27, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 27, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 28, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 55, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 109, "h": 145 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/664.png b/public/images/pokemon/exp/back/shiny/664.png
index 84657407fb6..ad6b46a574e 100644
Binary files a/public/images/pokemon/exp/back/shiny/664.png and b/public/images/pokemon/exp/back/shiny/664.png differ
diff --git a/public/images/pokemon/exp/back/shiny/665.json b/public/images/pokemon/exp/back/shiny/665.json
index 74db8ba58cd..fe2659dbf6d 100644
--- a/public/images/pokemon/exp/back/shiny/665.json
+++ b/public/images/pokemon/exp/back/shiny/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 107,
- "h": 107
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 36,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:33adc9cf726011c23993f48b34d8072e:5df22173a3e399c0e4fd7f67a42a829c:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 67, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 40, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 343, "y": 34, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 5, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 33, "w": 63, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 36 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 40 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 33, "w": 73, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 34, "w": 53, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 7, "w": 53, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 38, "w": 47, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 7, "w": 47, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 86, "y": 40, "w": 40, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 40, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 101, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 34, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 36, "y": 75, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 324, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 394, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/665.png b/public/images/pokemon/exp/back/shiny/665.png
index 098b20d3d82..6b8ae18d7a0 100644
Binary files a/public/images/pokemon/exp/back/shiny/665.png and b/public/images/pokemon/exp/back/shiny/665.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-archipelago.json b/public/images/pokemon/exp/back/shiny/666-archipelago.json
index 5207ba45af5..817696f70a1 100644
--- a/public/images/pokemon/exp/back/shiny/666-archipelago.json
+++ b/public/images/pokemon/exp/back/shiny/666-archipelago.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-archipelago.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d3b3934e858033f670ae2a24ec4d347a:f014942f9212da6fadbc8a0c94f2dc11:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-archipelago.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-archipelago.png b/public/images/pokemon/exp/back/shiny/666-archipelago.png
index cfc3f0012b6..ada5bd02bdb 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-archipelago.png and b/public/images/pokemon/exp/back/shiny/666-archipelago.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-continental.json b/public/images/pokemon/exp/back/shiny/666-continental.json
index a20a1baa32b..fc21deb6978 100644
--- a/public/images/pokemon/exp/back/shiny/666-continental.json
+++ b/public/images/pokemon/exp/back/shiny/666-continental.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-continental.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06c65586a6c76ae16868407b3530cc3e:c9740628cc5f7aa0301821f74d9d2e17:23aaac2256d564b9d8a58d7de70397c3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-continental.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-continental.png b/public/images/pokemon/exp/back/shiny/666-continental.png
index 80fdfbd42fe..a70b86e6f4e 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-continental.png and b/public/images/pokemon/exp/back/shiny/666-continental.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-elegant.json b/public/images/pokemon/exp/back/shiny/666-elegant.json
index e4372fe6e79..35c20315153 100644
--- a/public/images/pokemon/exp/back/shiny/666-elegant.json
+++ b/public/images/pokemon/exp/back/shiny/666-elegant.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-elegant.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2f5780697c633c5f2db2d90012b0bfaa:3df5d06e71f1f48664b1d3f70b589ce5:d6b035048c66474f6236a3bc923faa7b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-elegant.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-elegant.png b/public/images/pokemon/exp/back/shiny/666-elegant.png
index a63ccd8a4fd..f1493354831 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-elegant.png and b/public/images/pokemon/exp/back/shiny/666-elegant.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-fancy.json b/public/images/pokemon/exp/back/shiny/666-fancy.json
index da0238946be..54113df4b51 100644
--- a/public/images/pokemon/exp/back/shiny/666-fancy.json
+++ b/public/images/pokemon/exp/back/shiny/666-fancy.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-fancy.png",
- "format": "RGBA8888",
- "size": {
- "w": 133,
- "h": 133
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 65,
- "y": 0,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 65,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f6d28d4fec94007c70d1812b69e8c9a4:cff02079419826e1cb2148e331588d89:6d5edff9a806f43feff031c9919c9aca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-fancy.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-fancy.png b/public/images/pokemon/exp/back/shiny/666-fancy.png
index c84443bbe4e..6a50c5817a8 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-fancy.png and b/public/images/pokemon/exp/back/shiny/666-fancy.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-garden.json b/public/images/pokemon/exp/back/shiny/666-garden.json
index 1a44f773e4f..4fcc5ab0ad1 100644
--- a/public/images/pokemon/exp/back/shiny/666-garden.json
+++ b/public/images/pokemon/exp/back/shiny/666-garden.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-garden.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b8e1d103e0e6ac306d2c8f447067ec3c:8483540406726b13fa42ad566b4f6991:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-garden.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-garden.png b/public/images/pokemon/exp/back/shiny/666-garden.png
index b37c6f8c84e..92214cc4d75 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-garden.png and b/public/images/pokemon/exp/back/shiny/666-garden.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-high-plains.json b/public/images/pokemon/exp/back/shiny/666-high-plains.json
index 898cbf94515..56a90a01899 100644
--- a/public/images/pokemon/exp/back/shiny/666-high-plains.json
+++ b/public/images/pokemon/exp/back/shiny/666-high-plains.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-high-plains.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6a10c59dc5b4abef78a2379364bae874:239b86e13316e6d8fc74b42cc7f657d9:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-high-plains.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-high-plains.png b/public/images/pokemon/exp/back/shiny/666-high-plains.png
index e23f879af0c..80e02eede13 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-high-plains.png and b/public/images/pokemon/exp/back/shiny/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-icy-snow.json b/public/images/pokemon/exp/back/shiny/666-icy-snow.json
index 4922c7c1fb6..b44f33bb07f 100644
--- a/public/images/pokemon/exp/back/shiny/666-icy-snow.json
+++ b/public/images/pokemon/exp/back/shiny/666-icy-snow.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-icy-snow.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a19b20c8ff121729b5b9dfb470e1e166:abf786c03cda88b39336d9172fd788ec:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-icy-snow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-icy-snow.png b/public/images/pokemon/exp/back/shiny/666-icy-snow.png
index 2ba96cc9ac3..1fe8305f068 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-icy-snow.png and b/public/images/pokemon/exp/back/shiny/666-icy-snow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-jungle.json b/public/images/pokemon/exp/back/shiny/666-jungle.json
index 17254038662..51876d649da 100644
--- a/public/images/pokemon/exp/back/shiny/666-jungle.json
+++ b/public/images/pokemon/exp/back/shiny/666-jungle.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-jungle.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4318d523b7ff0df47aa749ed39d81402:f7d5cbe7029fecd1e518aa0501a8c8ba:c8686bcc5493911384853d54c85bfea1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-jungle.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-jungle.png b/public/images/pokemon/exp/back/shiny/666-jungle.png
index 3f1127f0265..1dbe65c02f2 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-jungle.png and b/public/images/pokemon/exp/back/shiny/666-jungle.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-marine.json b/public/images/pokemon/exp/back/shiny/666-marine.json
index 5e89662d52f..a77fd76f1dd 100644
--- a/public/images/pokemon/exp/back/shiny/666-marine.json
+++ b/public/images/pokemon/exp/back/shiny/666-marine.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-marine.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:df888a902e99f6aa55c8d9a1696f30ef:5e5db402df59c188bf1aaf4cc0b516d5:dc240f0acbf3d56fe8729dd1f703009f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-marine.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-marine.png b/public/images/pokemon/exp/back/shiny/666-marine.png
index 7e1a47124b9..1a69d6587da 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-marine.png and b/public/images/pokemon/exp/back/shiny/666-marine.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-meadow.json b/public/images/pokemon/exp/back/shiny/666-meadow.json
index 54e872aee05..2c4a73b80cf 100644
--- a/public/images/pokemon/exp/back/shiny/666-meadow.json
+++ b/public/images/pokemon/exp/back/shiny/666-meadow.json
@@ -1,524 +1,119 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:217e1d90eca71c8b95407de1c156a5e6:e2b23be3d14960d78059a46f5b83304a:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-meadow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-meadow.png b/public/images/pokemon/exp/back/shiny/666-meadow.png
index 2e8a64be5d4..1148fa5a620 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-meadow.png and b/public/images/pokemon/exp/back/shiny/666-meadow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-modern.json b/public/images/pokemon/exp/back/shiny/666-modern.json
index c60078bd8ce..e0a00da6d81 100644
--- a/public/images/pokemon/exp/back/shiny/666-modern.json
+++ b/public/images/pokemon/exp/back/shiny/666-modern.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-modern.png",
- "format": "RGBA8888",
- "size": {
- "w": 132,
- "h": 132
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 66,
- "w": 65,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:854759536c0175b34e9ed7b2513e55dd:9fbbae33832e3b62152c5bae85714a7a:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-modern.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-modern.png b/public/images/pokemon/exp/back/shiny/666-modern.png
index f9654fbeb02..d9f109c8ef9 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-modern.png and b/public/images/pokemon/exp/back/shiny/666-modern.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-monsoon.json b/public/images/pokemon/exp/back/shiny/666-monsoon.json
index 78130a47159..117fad03b83 100644
--- a/public/images/pokemon/exp/back/shiny/666-monsoon.json
+++ b/public/images/pokemon/exp/back/shiny/666-monsoon.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-monsoon.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dcde8c849851ea64b2ceed92a82153e1:5a97106b9193dc2cda01b0448d9f2637:637bea52b465abfb8e5a576310b4dacc$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-monsoon.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-monsoon.png b/public/images/pokemon/exp/back/shiny/666-monsoon.png
index 5d87fc101a8..cc5279545d5 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-monsoon.png and b/public/images/pokemon/exp/back/shiny/666-monsoon.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-ocean.json b/public/images/pokemon/exp/back/shiny/666-ocean.json
index 1bf44996eef..8d23d70cd31 100644
--- a/public/images/pokemon/exp/back/shiny/666-ocean.json
+++ b/public/images/pokemon/exp/back/shiny/666-ocean.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-ocean.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dc3f54a39a4afa0ea28913252050d7c1:d856dfe44678a2ee4dc3d367a6658ad3:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-ocean.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-ocean.png b/public/images/pokemon/exp/back/shiny/666-ocean.png
index 8c6aeca189a..caabd9302ea 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-ocean.png and b/public/images/pokemon/exp/back/shiny/666-ocean.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-poke-ball.json b/public/images/pokemon/exp/back/shiny/666-poke-ball.json
index 5c8715a8a1e..45564e59a32 100644
--- a/public/images/pokemon/exp/back/shiny/666-poke-ball.json
+++ b/public/images/pokemon/exp/back/shiny/666-poke-ball.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-poke-ball.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9df25dba5036e3cd48218e8de3a98074:4357b8b161f5f87776f4d39fcb3723f5:8ec14f129d1691b8da504a13b661abed$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-poke-ball.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-poke-ball.png b/public/images/pokemon/exp/back/shiny/666-poke-ball.png
index 24907a5ef9f..30e2cbf8615 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-poke-ball.png and b/public/images/pokemon/exp/back/shiny/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-polar.json b/public/images/pokemon/exp/back/shiny/666-polar.json
index ef69f49e390..abb6d0286f4 100644
--- a/public/images/pokemon/exp/back/shiny/666-polar.json
+++ b/public/images/pokemon/exp/back/shiny/666-polar.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-polar.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:aab22d39518ad2f1b1621a5954e95674:958cacbba11b25f5b1e7fe9a9a40465d:eb7086e98f867c6592e4b161835da18b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-polar.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-polar.png b/public/images/pokemon/exp/back/shiny/666-polar.png
index b2f00a2a6df..c9f4fe642ee 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-polar.png and b/public/images/pokemon/exp/back/shiny/666-polar.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-savanna.json b/public/images/pokemon/exp/back/shiny/666-savanna.json
index 24638119724..8fa326da1b4 100644
--- a/public/images/pokemon/exp/back/shiny/666-savanna.json
+++ b/public/images/pokemon/exp/back/shiny/666-savanna.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-savanna.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c7fd4a8c1137a2566fabe2f53dac4c4:295a7bdde494b6106f9c73b649be6098:625a4f0dc001069326a75c6a381f93e6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-savanna.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-savanna.png b/public/images/pokemon/exp/back/shiny/666-savanna.png
index 5fcf8bc6d28..a69c0c18ae1 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-savanna.png and b/public/images/pokemon/exp/back/shiny/666-savanna.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-sun.json b/public/images/pokemon/exp/back/shiny/666-sun.json
index a2ccb3c82d8..d41f22f541c 100644
--- a/public/images/pokemon/exp/back/shiny/666-sun.json
+++ b/public/images/pokemon/exp/back/shiny/666-sun.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sun.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 65,
- "y": 0,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 41,
- "y": 68,
- "w": 65,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d1400564456ce432aab0ca4f263c336a:fba76efed9d6341c0b46301efd8cd8f5:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sun.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-sun.png b/public/images/pokemon/exp/back/shiny/666-sun.png
index 28918f2b59a..3914a0fe350 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-sun.png and b/public/images/pokemon/exp/back/shiny/666-sun.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-tundra.json b/public/images/pokemon/exp/back/shiny/666-tundra.json
index 8361b7ca139..afa574f9e07 100644
--- a/public/images/pokemon/exp/back/shiny/666-tundra.json
+++ b/public/images/pokemon/exp/back/shiny/666-tundra.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-tundra.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b87511ba7b272729aecbf5eb18fe65cc:383836b7b2902a470e150b17bdd9bcfc:9779ed3adebc298af537dd64dc25fe00$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-tundra.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-tundra.png b/public/images/pokemon/exp/back/shiny/666-tundra.png
index c33fbf1fc65..78316df8a8f 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-tundra.png and b/public/images/pokemon/exp/back/shiny/666-tundra.png differ
diff --git a/public/images/pokemon/exp/back/shiny/672.json b/public/images/pokemon/exp/back/shiny/672.json
index a8bb0336e34..f877b9abc2e 100644
--- a/public/images/pokemon/exp/back/shiny/672.json
+++ b/public/images/pokemon/exp/back/shiny/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 282,
- "h": 282
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 123,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 168,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 209,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 164,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 83,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 124,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 165,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 207,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 124,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 163,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 163,
- "y": 124,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 203,
- "y": 83,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 164,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 204,
- "y": 123,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 163,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 203,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 204,
- "w": 40,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e27a409eb13547a4ef97935b726389b3:05b6a88e37fb9d64101b9f9071f3afb5:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 160, "h": 195 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/672.png b/public/images/pokemon/exp/back/shiny/672.png
index 2fab39d2aee..848b2e35962 100644
Binary files a/public/images/pokemon/exp/back/shiny/672.png and b/public/images/pokemon/exp/back/shiny/672.png differ
diff --git a/public/images/pokemon/exp/back/shiny/674.json b/public/images/pokemon/exp/back/shiny/674.json
deleted file mode 100644
index 52192847bdf..00000000000
--- a/public/images/pokemon/exp/back/shiny/674.json
+++ /dev/null
@@ -1,1175 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 124,
- "h": 124
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 82,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 85,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:76841431bc0f022caab94cff146aa974:cfb5f5b4c165e509044ceea57b0d5b30:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/674.png b/public/images/pokemon/exp/back/shiny/674.png
deleted file mode 100644
index 75e7b228137..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/692.json b/public/images/pokemon/exp/back/shiny/692.json
index 9e90079e613..801710c4861 100644
--- a/public/images/pokemon/exp/back/shiny/692.json
+++ b/public/images/pokemon/exp/back/shiny/692.json
@@ -1,1847 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 168,
- "h": 168
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 60,
- "h": 32
- },
- "frame": {
- "x": 60,
- "y": 69,
- "w": 60,
- "h": 32
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 60,
- "h": 32
- },
- "frame": {
- "x": 60,
- "y": 69,
- "w": 60,
- "h": 32
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 59,
- "y": 136,
- "w": 57,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8f5831496e68316e4cb3449a0eaf2bb1:e0a74859ab21c488d9f8cbabc8355b5a:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 119, "y": 72, "w": 56, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/692.png b/public/images/pokemon/exp/back/shiny/692.png
index a08f22af600..c1bb353a739 100644
Binary files a/public/images/pokemon/exp/back/shiny/692.png and b/public/images/pokemon/exp/back/shiny/692.png differ
diff --git a/public/images/pokemon/exp/back/shiny/693.json b/public/images/pokemon/exp/back/shiny/693.json
index b0fcec5a40b..6358a8908f6 100644
--- a/public/images/pokemon/exp/back/shiny/693.json
+++ b/public/images/pokemon/exp/back/shiny/693.json
@@ -1,230 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 223,
- "h": 223
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 90,
- "y": 147,
- "w": 90,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e2d977eceb50e18ece349b4545bbecdd:e9880823c470ec1cfcd9a8f06892f017:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 565, "y": 196, "w": 90, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 90, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 278, "y": 266, "w": 90, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 90, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 189, "y": 199, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 1, "w": 98, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 98, "h": 68 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 95, "y": 72, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 96, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 381, "y": 1, "w": 97, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 97, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 191, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 95, "y": 135, "w": 96, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 96, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 572, "y": 67, "w": 99, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 99, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 284, "y": 205, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 199, "w": 91, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 91, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 259, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 193, "y": 69, "w": 95, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 95, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 141, "w": 92, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 8, "w": 92, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 96, "y": 318, "w": 89, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 14, "w": 89, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 564, "y": 261, "w": 92, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 14, "w": 92, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 672, "h": 377 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/693.png b/public/images/pokemon/exp/back/shiny/693.png
index 5eb7110fc3d..10b639004ae 100644
Binary files a/public/images/pokemon/exp/back/shiny/693.png and b/public/images/pokemon/exp/back/shiny/693.png differ
diff --git a/public/images/pokemon/exp/back/shiny/694.json b/public/images/pokemon/exp/back/shiny/694.json
deleted file mode 100644
index ec28fb40922..00000000000
--- a/public/images/pokemon/exp/back/shiny/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 130,
- "h": 130
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 39
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 40,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d46bf508ccc2fa50cb3f373328d8e60a:7d537a54677423b5809fcbc4394d9538:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/694.png b/public/images/pokemon/exp/back/shiny/694.png
deleted file mode 100644
index 2df2c82fdd7..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/697.json b/public/images/pokemon/exp/back/shiny/697.json
index ade475cd439..6963da289ab 100644
--- a/public/images/pokemon/exp/back/shiny/697.json
+++ b/public/images/pokemon/exp/back/shiny/697.json
@@ -1,1196 +1,992 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 374,
- "h": 374
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 77,
- "h": 73
- },
- "frame": {
- "x": 285,
- "y": 0,
- "w": 77,
- "h": 73
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 285,
- "y": 73,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 225,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 296,
- "w": 73,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dc19d18c6fcbcf52992f8e0181b428f3:44bc6e229ce96fd68619c97288aeb670:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 370, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 558, "y": 227, "w": 90, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 90, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 376, "w": 88, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 88, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 89, "y": 379, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 365, "y": 378, "w": 86, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 86, "h": 76 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 640, "y": 449, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 84, "h": 77 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 552, "y": 378, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 303, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 465, "y": 302, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 186, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 225, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 472, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 565, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 277, "y": 301, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 388, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 97, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 292, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 196, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 582, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 98, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 485, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 388, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 75, "w": 96, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 96, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 286, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 670, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 658, "y": 226, "w": 94, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 94, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 191, "y": 76, "w": 94, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 94, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 279, "y": 226, "w": 93, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 679, "y": 0, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 482, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 379, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 773, "h": 526 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/697.png b/public/images/pokemon/exp/back/shiny/697.png
index cc3a5b344c3..fabed852462 100644
Binary files a/public/images/pokemon/exp/back/shiny/697.png and b/public/images/pokemon/exp/back/shiny/697.png differ
diff --git a/public/images/pokemon/exp/back/shiny/698.json b/public/images/pokemon/exp/back/shiny/698.json
deleted file mode 100644
index 197e3b844b3..00000000000
--- a/public/images/pokemon/exp/back/shiny/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 181,
- "h": 181
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7926d4052a1ca822dcfc49423c76e3a1:6930576af3683498fb06f805ffdf25f2:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/698.png b/public/images/pokemon/exp/back/shiny/698.png
deleted file mode 100644
index dbd5cefcbf0..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/700.json b/public/images/pokemon/exp/back/shiny/700.json
index fd3cf94bb73..70083de61c9 100644
--- a/public/images/pokemon/exp/back/shiny/700.json
+++ b/public/images/pokemon/exp/back/shiny/700.json
@@ -1,1364 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 248,
- "h": 248
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 54,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 61
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 50,
- "y": 64,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 48,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 64,
- "w": 48,
- "h": 64
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 100,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cc4ca4dff49e9c03ffd4d0d75ae6e17b:1555e19065e6e4144c3cbb6020a0ae39:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/700.png b/public/images/pokemon/exp/back/shiny/700.png
index fe533ba5a88..dab66177e99 100644
Binary files a/public/images/pokemon/exp/back/shiny/700.png and b/public/images/pokemon/exp/back/shiny/700.png differ
diff --git a/public/images/pokemon/exp/back/shiny/702.json b/public/images/pokemon/exp/back/shiny/702.json
index 2e194f21033..9680e17e397 100644
--- a/public/images/pokemon/exp/back/shiny/702.json
+++ b/public/images/pokemon/exp/back/shiny/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:72bba6c37c149abe81c9754a412876bd:fb5c4a7192ee7ba359b93fb9fea89158:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/702.png b/public/images/pokemon/exp/back/shiny/702.png
index 12401f8950b..7a02b912cf0 100644
Binary files a/public/images/pokemon/exp/back/shiny/702.png and b/public/images/pokemon/exp/back/shiny/702.png differ
diff --git a/public/images/pokemon/exp/back/shiny/703.json b/public/images/pokemon/exp/back/shiny/703.json
deleted file mode 100644
index dee9aa2bb4e..00000000000
--- a/public/images/pokemon/exp/back/shiny/703.json
+++ /dev/null
@@ -1,1322 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 152,
- "h": 152
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 79,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:910fb9af9ea6e167d162cc6f8ae5174e:9e48a450788ccb42705466148db9893d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/703.png b/public/images/pokemon/exp/back/shiny/703.png
deleted file mode 100644
index 2081d702118..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/704.json b/public/images/pokemon/exp/back/shiny/704.json
index 32f8d89d5a8..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/shiny/704.json
+++ b/public/images/pokemon/exp/back/shiny/704.json
@@ -1,230 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 81,
- "h": 81
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 27,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 27,
- "h": 32
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 27,
- "h": 31
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 27,
- "h": 31
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de9f988e21fa1819baa4118b3f8d3c5:467738d3742ffa651ad1f101f3369860:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/704.png b/public/images/pokemon/exp/back/shiny/704.png
index 5d3b5026ded..75a2898cd92 100644
Binary files a/public/images/pokemon/exp/back/shiny/704.png and b/public/images/pokemon/exp/back/shiny/704.png differ
diff --git a/public/images/pokemon/exp/back/shiny/705.json b/public/images/pokemon/exp/back/shiny/705.json
index ab139c247f5..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/shiny/705.json
+++ b/public/images/pokemon/exp/back/shiny/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:82a03fa5424412ce647108fd8dac55a8:b9edd38338e7033be81034e75b8ae8a8:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/705.png b/public/images/pokemon/exp/back/shiny/705.png
index 65c9933f415..4ee803dd570 100644
Binary files a/public/images/pokemon/exp/back/shiny/705.png and b/public/images/pokemon/exp/back/shiny/705.png differ
diff --git a/public/images/pokemon/exp/back/shiny/707.json b/public/images/pokemon/exp/back/shiny/707.json
deleted file mode 100644
index 384c57d4102..00000000000
--- a/public/images/pokemon/exp/back/shiny/707.json
+++ /dev/null
@@ -1,2078 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 286,
- "h": 286
- },
- "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
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.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
- }
- },
- {
- "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
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
- },
- "frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
- },
- "frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
- },
- "frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cdbd19c7dad9a1ff1df2740c2ec77705:390b1dd326d02ff6f47617dbaa2be2bb:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/707.png b/public/images/pokemon/exp/back/shiny/707.png
deleted file mode 100644
index 538667f7252..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/708.json b/public/images/pokemon/exp/back/shiny/708.json
deleted file mode 100644
index fe864e9f9ea..00000000000
--- a/public/images/pokemon/exp/back/shiny/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ae43a2361518d114c34efceaee18a46b:85de733a19b6cdd71d9518299acef7f4:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/708.png b/public/images/pokemon/exp/back/shiny/708.png
deleted file mode 100644
index 35e2594241a..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/712.json b/public/images/pokemon/exp/back/shiny/712.json
index 1fc96cf19a4..869a92fd6ea 100644
--- a/public/images/pokemon/exp/back/shiny/712.json
+++ b/public/images/pokemon/exp/back/shiny/712.json
@@ -1,3338 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0157.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0158.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6fc0455d6f0af01f72622b0f21f8ee70:352443e5019cc9719abfbd45c1015afa:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 216, "h": 207 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/712.png b/public/images/pokemon/exp/back/shiny/712.png
index 709718daf83..989ed14b08e 100644
Binary files a/public/images/pokemon/exp/back/shiny/712.png and b/public/images/pokemon/exp/back/shiny/712.png differ
diff --git a/public/images/pokemon/exp/back/shiny/713.json b/public/images/pokemon/exp/back/shiny/713.json
index 8f1736a5256..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/shiny/713.json
+++ b/public/images/pokemon/exp/back/shiny/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0af8023555592952fe28b217e91b3a50:e8f7bce9a0476374152ae2437bd2d84b:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/713.png b/public/images/pokemon/exp/back/shiny/713.png
index 87011e1bbb9..b4417f8386b 100644
Binary files a/public/images/pokemon/exp/back/shiny/713.png and b/public/images/pokemon/exp/back/shiny/713.png differ
diff --git a/public/images/pokemon/exp/back/shiny/714.json b/public/images/pokemon/exp/back/shiny/714.json
deleted file mode 100644
index 1d8e87ffa8c..00000000000
--- a/public/images/pokemon/exp/back/shiny/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b5f2c2112a42d04cd66e9ed8b57be94f:1af3c375153c5a8b4950e81283c602fa:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/714.png b/public/images/pokemon/exp/back/shiny/714.png
deleted file mode 100644
index fa2c001e7cc..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/718-10.json b/public/images/pokemon/exp/back/shiny/718-10.json
deleted file mode 100644
index 147d661bd6b..00000000000
--- a/public/images/pokemon/exp/back/shiny/718-10.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 194,
- "h": 194
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 60,
- "y": 66,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 62,
- "y": 0,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 63,
- "h": 64
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 63,
- "h": 64
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 125,
- "y": 64,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 123,
- "y": 129,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b4423fced8dd8763a4e886055e4ab1f:d04b9095317ace207a8d36f1e501da19:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718-10.png b/public/images/pokemon/exp/back/shiny/718-10.png
deleted file mode 100644
index 63d73684da4..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/718.json b/public/images/pokemon/exp/back/shiny/718.json
deleted file mode 100644
index b5cde64bbad..00000000000
--- a/public/images/pokemon/exp/back/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 216,
- "h": 216
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 69,
- "h": 87
- },
- "frame": {
- "x": 146,
- "y": 88,
- "w": 69,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b8c991edb02cd8fac15ae3bfa6518a6b:1cf351059eb3257fa98dfd55b07708c4:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718.png b/public/images/pokemon/exp/back/shiny/718.png
deleted file mode 100644
index 5e981224596..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/719.json b/public/images/pokemon/exp/back/shiny/719.json
deleted file mode 100644
index d39dc5b1c99..00000000000
--- a/public/images/pokemon/exp/back/shiny/719.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 158,
- "h": 158
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 39,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4664ffe6d92453555d7befbaf3a06e34:ee4f7a42565694ad44dfdf274a36ffbb:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/719.png b/public/images/pokemon/exp/back/shiny/719.png
deleted file mode 100644
index d1640abb4a0..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/728.json b/public/images/pokemon/exp/back/shiny/728.json
index 37f02ac84d7..f60b5965bed 100644
--- a/public/images/pokemon/exp/back/shiny/728.json
+++ b/public/images/pokemon/exp/back/shiny/728.json
@@ -1,230 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 117,
- "h": 117
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 78,
- "w": 41,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b3aa1071cae1ccbd84e587c2c8d2cde:022fe282ca0614cda2fd19d531e24090:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 184, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 40, "y": 105, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 123, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 163, "y": 100, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 43 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 58, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 40, "h": 44 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 123, "y": 57, "w": 40, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 40, "h": 45 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 83, "y": 57, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 57, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 40, "h": 48 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 165, "y": 51, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 40, "h": 49 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 165, "y": 0, "w": 40, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 40, "h": 51 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 43, "y": 0, "w": 42, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 42, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 126, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 55 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 41, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 143, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 39, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 83, "y": 103, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 123, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 40, "y": 105, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 205, "h": 259 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/728.png b/public/images/pokemon/exp/back/shiny/728.png
index 116bbd97904..c28f73eb846 100644
Binary files a/public/images/pokemon/exp/back/shiny/728.png and b/public/images/pokemon/exp/back/shiny/728.png differ
diff --git a/public/images/pokemon/exp/back/shiny/729.json b/public/images/pokemon/exp/back/shiny/729.json
index 88363e67c9b..97deebe472e 100644
--- a/public/images/pokemon/exp/back/shiny/729.json
+++ b/public/images/pokemon/exp/back/shiny/729.json
@@ -1,230 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2ec3964e8d511b8d6f4605adc54b17bc:5161b57c2302335b0d40aea50fb7f56d:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 467, "y": 279, "w": 58, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 63, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 0, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 135, "y": 61, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 458, "y": 56, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 58 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 397, "y": 0, "w": 61, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 458, "y": 0, "w": 62, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 62, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 446, "y": 169, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 57, "y": 283, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 55, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 467, "y": 333, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 53, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 338, "y": 386, "w": 48, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 48, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 216, "y": 336, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 166, "y": 336, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 50, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 337, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 452, "y": 385, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 400, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 282, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 117, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 58, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 352, "y": 225, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 314, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 175, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 373, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 116, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 446, "y": 114, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 202, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 66, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 68, "y": 0, "w": 67, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 67, "h": 62 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 268, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 66, "h": 60 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 135, "y": 0, "w": 67, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 254, "y": 117, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 175, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 174, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 432, "y": 224, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 387, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 59, "y": 228, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 229, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 410, "y": 279, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 544, "h": 440 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/729.png b/public/images/pokemon/exp/back/shiny/729.png
index 7818ca064bc..15c7bb566cf 100644
Binary files a/public/images/pokemon/exp/back/shiny/729.png and b/public/images/pokemon/exp/back/shiny/729.png differ
diff --git a/public/images/pokemon/exp/back/shiny/730.json b/public/images/pokemon/exp/back/shiny/730.json
index b32a006ec2b..5e3c835b381 100644
--- a/public/images/pokemon/exp/back/shiny/730.json
+++ b/public/images/pokemon/exp/back/shiny/730.json
@@ -1,230 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 79,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:58a363a646c000c7482433c620e2e758:8b636d10e03d9f55a9d52a248f1e3999:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 472, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 135, "w": 70, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 70, "h": 74 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 288, "w": 64, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 64, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 504, "y": 359, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 4, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 369, "y": 276, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 60, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 64, "y": 213, "w": 60, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 60, "h": 84 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 466, "y": 139, "w": 62, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 62, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 209, "w": 64, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 5, "w": 64, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 236, "y": 134, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 71, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 136, "y": 199, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 156, "y": 134, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 73, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 385, "y": 147, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 307, "y": 204, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 429, "y": 288, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 142, "y": 335, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 429, "y": 353, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 464, "y": 222, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 307, "y": 138, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 235, "y": 68, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 82, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 164, "y": 0, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 81, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 245, "y": 0, "w": 79, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 79, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 466, "y": 71, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 77, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 574, "h": 495 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/730.png b/public/images/pokemon/exp/back/shiny/730.png
index 1335419944f..413702c3bfd 100644
Binary files a/public/images/pokemon/exp/back/shiny/730.png and b/public/images/pokemon/exp/back/shiny/730.png differ
diff --git a/public/images/pokemon/exp/back/shiny/746-school.json b/public/images/pokemon/exp/back/shiny/746-school.json
index ed524e1a4e2..85063ecea1f 100644
--- a/public/images/pokemon/exp/back/shiny/746-school.json
+++ b/public/images/pokemon/exp/back/shiny/746-school.json
@@ -1,230 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 261,
- "h": 261
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 87,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 174,
- "y": 159,
- "w": 87,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b6f5edcb419173bceb1876532c1f18db:d88467b51af7d786b06e3b5b9daaa4e3:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 278, "y": 205, "w": 96, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 96, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 287, "y": 107, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 94, "y": 106, "w": 94, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 94, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 206, "w": 93, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 93, "h": 99 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 103, "w": 94, "h": 102 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 94, "h": 102 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 202, "w": 90, "h": 104 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 90, "h": 104 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 282, "y": 0, "w": 92, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 92, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 374, "y": 0, "w": 90, "h": 107 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 107 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 96, "y": 0, "w": 93, "h": 106 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 93, "h": 106 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 189, "y": 0, "w": 93, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 93, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 103 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 103 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 205, "w": 93, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 93, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 383, "y": 107, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 278, "y": 302, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 306, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 374, "y": 300, "w": 98, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 98, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 305, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 374, "y": 205, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 97, "h": 95 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 373, "y": 394, "w": 94, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 94, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 189, "y": 105, "w": 98, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 98, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 479, "h": 491 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/746-school.png b/public/images/pokemon/exp/back/shiny/746-school.png
index 3d4af95cec3..2899d209989 100644
Binary files a/public/images/pokemon/exp/back/shiny/746-school.png and b/public/images/pokemon/exp/back/shiny/746-school.png differ
diff --git a/public/images/pokemon/exp/back/shiny/746.json b/public/images/pokemon/exp/back/shiny/746.json
index 97967ad0483..cf52bbd9a97 100644
--- a/public/images/pokemon/exp/back/shiny/746.json
+++ b/public/images/pokemon/exp/back/shiny/746.json
@@ -1,1490 +1,641 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 122,
- "h": 122
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:123126a79a6088db4c7fde804f3b1df6:3efa447d1fe4461ae2ff382f6b0d7fb8:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 38, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 68, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746.png",
+ "format": "I8",
+ "size": { "w": 114, "h": 46 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/746.png b/public/images/pokemon/exp/back/shiny/746.png
index 5206ceb9ff6..5ce4bdc8bcd 100644
Binary files a/public/images/pokemon/exp/back/shiny/746.png and b/public/images/pokemon/exp/back/shiny/746.png differ
diff --git a/public/images/pokemon/exp/back/shiny/749.json b/public/images/pokemon/exp/back/shiny/749.json
index f243011605c..40f3f03247d 100644
--- a/public/images/pokemon/exp/back/shiny/749.json
+++ b/public/images/pokemon/exp/back/shiny/749.json
@@ -1,230 +1,1037 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 171,
- "h": 171
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 66
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 54,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9d7331bd2d0e629e754348f158c3711c:edb98ecce518c521f5c31bb31243f866:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 46, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 176, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 188, "y": 123, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 48, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 139, "y": 122, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 94, "y": 66, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 51, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 45, "y": 63, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 49, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 309, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 47, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 47, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 47, "h": 61 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 45, "y": 0, "w": 47, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 47, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 224, "y": 0, "w": 42, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 291, "y": 122, "w": 40, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 40, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 182, "y": 0, "w": 42, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 45, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 139, "y": 0, "w": 43, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 266, "y": 0, "w": 43, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 65 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 315, "y": 59, "w": 42, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 42, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 66, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 45, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 94, "y": 119, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 45, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 92, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 186, "y": 178, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 283, "y": 188, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 401 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/749.png b/public/images/pokemon/exp/back/shiny/749.png
index c657851e04b..63a7d57d28f 100644
Binary files a/public/images/pokemon/exp/back/shiny/749.png and b/public/images/pokemon/exp/back/shiny/749.png differ
diff --git a/public/images/pokemon/exp/back/shiny/750.json b/public/images/pokemon/exp/back/shiny/750.json
index 922dde20472..e4c7c035ff8 100644
--- a/public/images/pokemon/exp/back/shiny/750.json
+++ b/public/images/pokemon/exp/back/shiny/750.json
@@ -1,230 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 253,
- "h": 253
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 88,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 71,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 173,
- "y": 71,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:51a6dc655f9c503ef0f1d2d873adf903:1fa68a8a88f7b5239ba7a91c9a1204c0:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 239, "y": 215, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 77, "y": 273, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 76, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 220, "y": 282, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 76, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 453, "y": 342, "w": 78, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 16, "w": 78, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 604, "y": 343, "w": 78, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 78, "h": 61 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 604, "y": 404, "w": 74, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 74, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 209, "y": 414, "w": 66, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 13, "w": 66, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 409, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 421, "y": 404, "w": 62, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 62, "h": 75 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 155, "y": 222, "w": 65, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 65, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 416, "y": 74, "w": 70, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 70, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 573, "y": 0, "w": 74, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 74, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 498, "y": 0, "w": 75, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 75, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 251, "y": 71, "w": 73, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 406, "y": 152, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 68, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 315, "y": 273, "w": 66, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 541, "y": 341, "w": 63, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 289, "y": 349, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 61, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 170, "y": 77, "w": 69, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 69, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 337, "y": 0, "w": 79, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 79, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 85, "y": 0, "w": 84, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 84, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 0, "w": 85, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 85, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 169, "y": 0, "w": 82, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 82, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 416, "y": 0, "w": 82, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 82, "h": 74 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 251, "y": 0, "w": 86, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 86, "h": 71 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 541, "y": 275, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 75, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 71, "y": 406, "w": 69, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 140, "y": 407, "w": 69, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 350, "y": 363, "w": 71, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 12, "w": 71, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 74, "y": 339, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 73, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 467, "y": 275, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 474, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 688, "h": 479 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/750.png b/public/images/pokemon/exp/back/shiny/750.png
index 604c23c7289..d099dce5a5e 100644
Binary files a/public/images/pokemon/exp/back/shiny/750.png and b/public/images/pokemon/exp/back/shiny/750.png differ
diff --git a/public/images/pokemon/exp/back/shiny/780.json b/public/images/pokemon/exp/back/shiny/780.json
index 1232a2acd52..09dee76d75d 100644
--- a/public/images/pokemon/exp/back/shiny/780.json
+++ b/public/images/pokemon/exp/back/shiny/780.json
@@ -1,230 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 183,
- "h": 183
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 79,
- "h": 59
- },
- "frame": {
- "x": 81,
- "y": 124,
- "w": 79,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e56d7591e5bcde367604688e6d07bae4:caee4120d5060ce743036fe68aaf7181:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 81, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 490, "y": 75, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 325, "y": 75, "w": 82, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 408, "y": 75, "w": 81, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 407, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 325, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 78, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 291, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 495, "y": 218, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 80, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 243, "y": 1, "w": 81, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 81, "h": 74 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 163, "y": 1, "w": 79, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 79, "h": 76 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 489, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 247, "y": 428, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 82, "h": 65 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 165, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 413, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 224, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 167, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 412, "y": 218, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ }
+],
+"meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 576, "h": 496 },
+ "scale": "1"
+}
}
diff --git a/public/images/pokemon/exp/back/shiny/780.png b/public/images/pokemon/exp/back/shiny/780.png
index 6755273b14b..686b7220fbb 100644
Binary files a/public/images/pokemon/exp/back/shiny/780.png and b/public/images/pokemon/exp/back/shiny/780.png differ
diff --git a/public/images/pokemon/exp/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/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/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/672.json b/public/images/pokemon/exp/shiny/672.json
index 67914bce1a9..f337bef7d29 100644
--- a/public/images/pokemon/exp/shiny/672.json
+++ b/public/images/pokemon/exp/shiny/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 250,
- "h": 250
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 190,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 151,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 188,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 145,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 181,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 36,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 72,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 108,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 144,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 72,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 144,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 215,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 209,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6fbd68ddc96f5b89a1e22b8dd6bbb4a7:2f673cdac5630b38377caf1ee3b82a60:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 100, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 83, "y": 101, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 170, "h": 193 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/672.png b/public/images/pokemon/exp/shiny/672.png
index 51c0e68da6c..605e79f1889 100644
Binary files a/public/images/pokemon/exp/shiny/672.png and b/public/images/pokemon/exp/shiny/672.png differ
diff --git a/public/images/pokemon/exp/shiny/674.json b/public/images/pokemon/exp/shiny/674.json
deleted file mode 100644
index 26013ad137f..00000000000
--- a/public/images/pokemon/exp/shiny/674.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a2f25cc68caea7219a96b563bb024d37:e8428456d1d23ad84ab9684dafd116b9:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/674.png b/public/images/pokemon/exp/shiny/674.png
deleted file mode 100644
index b32b56ecd8d..00000000000
Binary files a/public/images/pokemon/exp/shiny/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/692.json b/public/images/pokemon/exp/shiny/692.json
index 6d64cba2430..86b535260ae 100644
--- a/public/images/pokemon/exp/shiny/692.json
+++ b/public/images/pokemon/exp/shiny/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fc9e6abcf70d6b35f1c403837c5312e8:2e67d61083a20d6c59dae4299718afc0:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/692.png b/public/images/pokemon/exp/shiny/692.png
index 46cb7ca0f35..3d938d6e64a 100644
Binary files a/public/images/pokemon/exp/shiny/692.png and b/public/images/pokemon/exp/shiny/692.png differ
diff --git a/public/images/pokemon/exp/shiny/693.json b/public/images/pokemon/exp/shiny/693.json
index 991a16f1e53..c8f7763de1d 100644
--- a/public/images/pokemon/exp/shiny/693.json
+++ b/public/images/pokemon/exp/shiny/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab498798f30c4ef93c4c30affa037f2e:aef6fdb8988ea3ebf127e38fb4875bad:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/693.png b/public/images/pokemon/exp/shiny/693.png
index 328c909b196..60f40ad0c40 100644
Binary files a/public/images/pokemon/exp/shiny/693.png and b/public/images/pokemon/exp/shiny/693.png differ
diff --git a/public/images/pokemon/exp/shiny/694.json b/public/images/pokemon/exp/shiny/694.json
deleted file mode 100644
index 2352bb65a43..00000000000
--- a/public/images/pokemon/exp/shiny/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8a9916d2af3a40f04636cd5b11758f77:333ac780963a12589518f0acf1d61fde:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/694.png b/public/images/pokemon/exp/shiny/694.png
deleted file mode 100644
index fe927c06742..00000000000
Binary files a/public/images/pokemon/exp/shiny/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/696.json b/public/images/pokemon/exp/shiny/696.json
index 0d54e1282c5..7ea3165c669 100644
--- a/public/images/pokemon/exp/shiny/696.json
+++ b/public/images/pokemon/exp/shiny/696.json
@@ -1,692 +1,1055 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:83a7f65d0ef4a30ff24cb813c97b1fe2:69043b7539e99a45979999a29408221b:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "696.png",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/696.png b/public/images/pokemon/exp/shiny/696.png
index 0a11f7b7ec7..86ecac0d371 100644
Binary files a/public/images/pokemon/exp/shiny/696.png and b/public/images/pokemon/exp/shiny/696.png differ
diff --git a/public/images/pokemon/exp/shiny/697.json b/public/images/pokemon/exp/shiny/697.json
index 7d68fbf764e..c56de41946c 100644
--- a/public/images/pokemon/exp/shiny/697.json
+++ b/public/images/pokemon/exp/shiny/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f5b6396fc735fbaf3881fa6c1e4cdad7:20237f200f066bd1e2f7b8926f0361f1:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/697.png b/public/images/pokemon/exp/shiny/697.png
index b89902a748f..7f4a0c09327 100644
Binary files a/public/images/pokemon/exp/shiny/697.png and b/public/images/pokemon/exp/shiny/697.png differ
diff --git a/public/images/pokemon/exp/shiny/698.json b/public/images/pokemon/exp/shiny/698.json
deleted file mode 100644
index de4bc49fb04..00000000000
--- a/public/images/pokemon/exp/shiny/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0ae9a601cdaeb2fdd017428d743bace6:a3c21f877838702a0481b1e5447757cd:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/698.png b/public/images/pokemon/exp/shiny/698.png
deleted file mode 100644
index 84d8ba3dac5..00000000000
Binary files a/public/images/pokemon/exp/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/700.json b/public/images/pokemon/exp/shiny/700.json
index 4b7158b6eb9..fd6ef9b1bed 100644
--- a/public/images/pokemon/exp/shiny/700.json
+++ b/public/images/pokemon/exp/shiny/700.json
@@ -1,1070 +1,523 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b88614ce72ee950ea29dcf939b8dfd56:5daab4ddd86f67a34aaa4b7377e3b534:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": {
+ "0001.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0002.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0003.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0004.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0005.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0006.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0007.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0008.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0009.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0010.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0011.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0012.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0013.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0014.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0015.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0016.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0017.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0018.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0019.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0020.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0021.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0022.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0023.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0024.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0025.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0026.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0027.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0028.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0029.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0030.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0031.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0032.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0033.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0034.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0035.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0036.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0037.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0038.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0039.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0040.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0041.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0042.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0043.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0044.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0045.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0046.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0047.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0048.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0049.png": {
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0050.png": {
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0051.png": {
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0052.png": {
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0053.png": {
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0054.png": {
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0055.png": {
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0056.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0057.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0058.png": {
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0059.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0060.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0061.png": {
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0062.png": {
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0063.png": {
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0064.png": {
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/700.png b/public/images/pokemon/exp/shiny/700.png
index 5c809e628f5..f7addc720bf 100644
Binary files a/public/images/pokemon/exp/shiny/700.png and b/public/images/pokemon/exp/shiny/700.png differ
diff --git a/public/images/pokemon/exp/shiny/702.json b/public/images/pokemon/exp/shiny/702.json
index fc28cb19512..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/shiny/702.json
+++ b/public/images/pokemon/exp/shiny/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2fc3a964a6785b059da0b8d24f80fbd1:ec3deecdcac6775e64f154a58c36eef3:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/702.png b/public/images/pokemon/exp/shiny/702.png
index b7e117c9473..2f7b735a1dc 100644
Binary files a/public/images/pokemon/exp/shiny/702.png and b/public/images/pokemon/exp/shiny/702.png differ
diff --git a/public/images/pokemon/exp/shiny/703.json b/public/images/pokemon/exp/shiny/703.json
deleted file mode 100644
index 4762fa91a2c..00000000000
--- a/public/images/pokemon/exp/shiny/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:253ca4296d88ee81990e3297ca0f62aa:8f78420201adcea5fb7920c60446c81d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/703.png b/public/images/pokemon/exp/shiny/703.png
deleted file mode 100644
index 4e4064509ae..00000000000
Binary files a/public/images/pokemon/exp/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/704.json b/public/images/pokemon/exp/shiny/704.json
index d14609ad74c..4241b2d2a8d 100644
--- a/public/images/pokemon/exp/shiny/704.json
+++ b/public/images/pokemon/exp/shiny/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2301c17b022e36ed40b13f27d705543:87a73272ea48477e6b25b210421da5ec:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "RGBA8888",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/704.png b/public/images/pokemon/exp/shiny/704.png
index ac31e9da30c..d630d161de1 100644
Binary files a/public/images/pokemon/exp/shiny/704.png and b/public/images/pokemon/exp/shiny/704.png differ
diff --git a/public/images/pokemon/exp/shiny/705.json b/public/images/pokemon/exp/shiny/705.json
index 1d18b10d3a0..bc7b5ff15d3 100644
--- a/public/images/pokemon/exp/shiny/705.json
+++ b/public/images/pokemon/exp/shiny/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb2c6abdfceb0458f6389a25d31f9dab:0ef587160e8636cec6566f480554985e:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/705.png b/public/images/pokemon/exp/shiny/705.png
index 8653de923ec..7fed21b3583 100644
Binary files a/public/images/pokemon/exp/shiny/705.png and b/public/images/pokemon/exp/shiny/705.png differ
diff --git a/public/images/pokemon/exp/shiny/707.json b/public/images/pokemon/exp/shiny/707.json
deleted file mode 100644
index cdc3064d8aa..00000000000
--- a/public/images/pokemon/exp/shiny/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:26c493d70c41c4104147194dfbbab5b9:b12f3eb3fdd1a69bbf055a44f9557395:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/707.png b/public/images/pokemon/exp/shiny/707.png
deleted file mode 100644
index ee0fec17e8c..00000000000
Binary files a/public/images/pokemon/exp/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/708.json b/public/images/pokemon/exp/shiny/708.json
deleted file mode 100644
index 188cebad63c..00000000000
--- a/public/images/pokemon/exp/shiny/708.json
+++ /dev/null
@@ -1,1028 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "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
- },
- "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
- },
- "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
- }
- },
- {
- "filename": "0008.png",
- "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": "0020.png",
- "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": "0032.png",
- "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
- },
- "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
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "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
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:02aeb20d3dedab69cd63430f383bb8a9:140bc3262838e3b187b88498bce06706:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/708.png b/public/images/pokemon/exp/shiny/708.png
deleted file mode 100644
index bb896a0214c..00000000000
Binary files a/public/images/pokemon/exp/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/712.json b/public/images/pokemon/exp/shiny/712.json
index 80e4e6a13b9..88a49637b7c 100644
--- a/public/images/pokemon/exp/shiny/712.json
+++ b/public/images/pokemon/exp/shiny/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:90506cc63998ae2867a3e57df229bc50:f8b5635f0ab8bc294bdbf4d4b4782548:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 185, "h": 210 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/712.png b/public/images/pokemon/exp/shiny/712.png
index 66e28efacd9..2ba0434ad7a 100644
Binary files a/public/images/pokemon/exp/shiny/712.png and b/public/images/pokemon/exp/shiny/712.png differ
diff --git a/public/images/pokemon/exp/shiny/713.json b/public/images/pokemon/exp/shiny/713.json
index c2aab871871..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/shiny/713.json
+++ b/public/images/pokemon/exp/shiny/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ce42146f2549b65131ae1e38620ec02e:c360691d0dff3de5f5058a576fd05ded:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/713.png b/public/images/pokemon/exp/shiny/713.png
index ded180bdefc..72c06f1d750 100644
Binary files a/public/images/pokemon/exp/shiny/713.png and b/public/images/pokemon/exp/shiny/713.png differ
diff --git a/public/images/pokemon/exp/shiny/714.json b/public/images/pokemon/exp/shiny/714.json
deleted file mode 100644
index dc8d580d33b..00000000000
--- a/public/images/pokemon/exp/shiny/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f10fb65b088005bbceee81a7323b3d04:cc45de39527285e86e95e3dc2425b833:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/714.png b/public/images/pokemon/exp/shiny/714.png
deleted file mode 100644
index 53e4a6348be..00000000000
Binary files a/public/images/pokemon/exp/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/718-10.json b/public/images/pokemon/exp/shiny/718-10.json
deleted file mode 100644
index 98f6bbb0f01..00000000000
--- a/public/images/pokemon/exp/shiny/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f59f7684ea1f2b8bb14e98d16b18e3e0:a1fa21d4b2b42982b0f0546116b38791:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718-10.png b/public/images/pokemon/exp/shiny/718-10.png
deleted file mode 100644
index 26bc2cdc580..00000000000
Binary files a/public/images/pokemon/exp/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/718.json b/public/images/pokemon/exp/shiny/718.json
deleted file mode 100644
index 29211eba621..00000000000
--- a/public/images/pokemon/exp/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5e3b138302e8798c9cc3072d564e3004:76aca0c13999f6d287f1b28f7f386fed:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718.png b/public/images/pokemon/exp/shiny/718.png
deleted file mode 100644
index 59dde9d4c05..00000000000
Binary files a/public/images/pokemon/exp/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/719.json b/public/images/pokemon/exp/shiny/719.json
deleted file mode 100644
index 9bf72888c33..00000000000
--- a/public/images/pokemon/exp/shiny/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a418188ec41514bd9ae14eb24912795a:ee144292ee551fc92c6c10944cfe21d9:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/719.png b/public/images/pokemon/exp/shiny/719.png
deleted file mode 100644
index a733b44e4b3..00000000000
Binary files a/public/images/pokemon/exp/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/728.json b/public/images/pokemon/exp/shiny/728.json
index 0ba3fa4002d..9bed3c98376 100644
--- a/public/images/pokemon/exp/shiny/728.json
+++ b/public/images/pokemon/exp/shiny/728.json
@@ -1,1112 +1,775 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 165,
- "h": 165
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ff62847c95025ab843b05a9134e55488:7da27b56213df83850702c3591259733:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 40, "y": 94, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 40, "y": 94, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 170, "y": 130, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 53, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 40, "y": 54, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 90, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 93, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 130, "y": 52, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 90, "y": 52, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 46, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 90, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 135, "y": 0, "w": 42, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 46, "y": 0, "w": 44, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 133, "w": 39, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 130, "y": 93, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 53, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 40, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 170, "y": 130, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "format": "I8",
+ "size": { "w": 217, "h": 245 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/728.png b/public/images/pokemon/exp/shiny/728.png
index 0266097b1f3..d3bf6112f30 100644
Binary files a/public/images/pokemon/exp/shiny/728.png and b/public/images/pokemon/exp/shiny/728.png differ
diff --git a/public/images/pokemon/exp/shiny/729.json b/public/images/pokemon/exp/shiny/729.json
index e9fb1aa0faa..ed22b70455c 100644
--- a/public/images/pokemon/exp/shiny/729.json
+++ b/public/images/pokemon/exp/shiny/729.json
@@ -1,272 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:443d9818c7a68828a3e681ceb7d9ccd2:3865e964ed12d558fc1c9e3e95c82c69:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 408, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 56, "w": 57, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 312, "y": 0, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 244, "y": 116, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 416, "y": 114, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 64, "y": 62, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 371, "y": 0, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 273, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 161, "y": 285, "w": 52, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 312, "y": 337, "w": 50, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 312, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 51, "y": 338, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 378, "y": 336, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 213, "y": 337, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 360, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 100, "y": 341, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 217, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 230, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 300, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 182, "y": 117, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 121, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 189, "y": 60, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 110, "y": 118, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 369, "y": 56, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 424, "y": 57, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 429, "y": 0, "w": 56, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 127, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 64, "y": 0, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 251, "y": 0, "w": 61, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 189, "y": 0, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 64, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 127, "y": 61, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 306, "y": 112, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 361, "y": 113, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 251, "y": 59, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 416, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 354, "y": 170, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 219, "y": 226, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 234, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 273, "y": 281, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 512, "h": 445 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/729.png b/public/images/pokemon/exp/shiny/729.png
index 41e9e077e2e..66b8a99f34a 100644
Binary files a/public/images/pokemon/exp/shiny/729.png and b/public/images/pokemon/exp/shiny/729.png differ
diff --git a/public/images/pokemon/exp/shiny/730.json b/public/images/pokemon/exp/shiny/730.json
index 874de43f801..b1b6c5189bc 100644
--- a/public/images/pokemon/exp/shiny/730.json
+++ b/public/images/pokemon/exp/shiny/730.json
@@ -1,2309 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:59fe2b59aab6747f8b9c8449f7122d94:f053b5af80accd64fb9a265eb64f806d:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 73, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 373, "y": 157, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 213, "y": 356, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 429, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 76, "y": 297, "w": 64, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 418, "y": 77, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 89, "y": 67, "w": 70, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 68, "w": 72, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 148, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 140, "y": 341, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 280, "y": 361, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 363, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 433, "y": 285, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 509, "y": 269, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 356, "y": 229, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 199, "y": 209, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 509, "y": 203, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 297, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 309, "y": 295, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 154, "y": 275, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 491, "y": 71, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 89, "y": 0, "w": 89, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 89, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 178, "y": 0, "w": 87, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 610, "h": 504 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/730.png b/public/images/pokemon/exp/shiny/730.png
index 95c48184ce1..d11ef725a95 100644
Binary files a/public/images/pokemon/exp/shiny/730.png and b/public/images/pokemon/exp/shiny/730.png differ
diff --git a/public/images/pokemon/exp/shiny/746-school.json b/public/images/pokemon/exp/shiny/746-school.json
index b7f0eb850ce..6c247e5a748 100644
--- a/public/images/pokemon/exp/shiny/746-school.json
+++ b/public/images/pokemon/exp/shiny/746-school.json
@@ -1,272 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 268,
- "h": 268
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 95,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 73
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 90,
- "h": 64
- },
- "frame": {
- "x": 92,
- "y": 204,
- "w": 90,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f61c85d6091a44a8febf21b84b5b2d80:81aec8099fbc1e00afe72d9fc67a0c1e:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 399, "y": 250, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 402, "y": 169, "w": 97, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 304, "y": 170, "w": 95, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 402, "y": 86, "w": 99, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 304, "y": 86, "w": 98, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 208, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 310, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 104, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 412, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 104, "y": 0, "w": 104, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 104, "y": 86, "w": 100, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 204, "y": 86, "w": 100, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 87, "w": 95, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 170, "w": 94, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 282, "y": 252, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 187, "y": 253, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 189, "y": 171, "w": 93, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 253, "w": 91, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 94, "y": 252, "w": 93, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 94, "y": 171, "w": 95, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 514, "h": 335 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/746-school.png b/public/images/pokemon/exp/shiny/746-school.png
index 76452380aee..a665f1a61ac 100644
Binary files a/public/images/pokemon/exp/shiny/746-school.png and b/public/images/pokemon/exp/shiny/746-school.png differ
diff --git a/public/images/pokemon/exp/shiny/746.json b/public/images/pokemon/exp/shiny/746.json
index 2f5d3a25ec3..b2e337f88b6 100644
--- a/public/images/pokemon/exp/shiny/746.json
+++ b/public/images/pokemon/exp/shiny/746.json
@@ -1,272 +1,640 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 134,
- "h": 134
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 54,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 81,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 26
- },
- "frame": {
- "x": 46,
- "y": 108,
- "w": 46,
- "h": 26
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:04628da78c1edc5312a2f63421c7e3ac:e873c63c890ae42fc6938426a6ebd38d:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 70, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 23, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 33, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "format": "I8",
+ "size": { "w": 111, "h": 69 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/746.png b/public/images/pokemon/exp/shiny/746.png
index 4d85fde2f09..f2033a0652f 100644
Binary files a/public/images/pokemon/exp/shiny/746.png and b/public/images/pokemon/exp/shiny/746.png differ
diff --git a/public/images/pokemon/exp/shiny/749.json b/public/images/pokemon/exp/shiny/749.json
index 3e66edcc872..d2dc11ec112 100644
--- a/public/images/pokemon/exp/shiny/749.json
+++ b/public/images/pokemon/exp/shiny/749.json
@@ -1,272 +1,1028 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 128,
- "y": 58,
- "w": 42,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3750962b7bf97de47e92eb3b3ea2046a:4f6ed853d2816fb61ade7e448ae31f37:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 46, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 277, "y": 178, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 285, "y": 124, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 134, "y": 67, "w": 52, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 186, "y": 67, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 223, "y": 0, "w": 50, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 66, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 134, "y": 0, "w": 46, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 314, "y": 0, "w": 40, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 91, "y": 0, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 97, "y": 120, "w": 39, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 47, "y": 0, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 273, "y": 0, "w": 41, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 180, "y": 0, "w": 43, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 45, "y": 287, "w": 40, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 279, "y": 286, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 287, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 232, "y": 286, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 182, "y": 174, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 324, "y": 178, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 371, "h": 403 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/749.png b/public/images/pokemon/exp/shiny/749.png
index 29bf8edad8b..81013d98e58 100644
Binary files a/public/images/pokemon/exp/shiny/749.png and b/public/images/pokemon/exp/shiny/749.png differ
diff --git a/public/images/pokemon/exp/shiny/750.json b/public/images/pokemon/exp/shiny/750.json
index 61f838cfcab..7a9d583081a 100644
--- a/public/images/pokemon/exp/shiny/750.json
+++ b/public/images/pokemon/exp/shiny/750.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 78
- },
- "frame": {
- "x": 57,
- "y": 78,
- "w": 55,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ccf7456c0825db8500c2b84b43d279c:8daa4a0d7b9d5b5d4aa2bab3306e4e87:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 300, "y": 213, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 374, "y": 279, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 286, "y": 281, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 373, "w": 76, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 496, "y": 412, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 329, "y": 489, "w": 70, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 502, "w": 62, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 134, "y": 373, "w": 60, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 76, "y": 359, "w": 58, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 211, "w": 61, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 81, "y": 145, "w": 65, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 466, "y": 0, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 395, "y": 0, "w": 71, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 235, "y": 81, "w": 70, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 220, "y": 226, "w": 66, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 362, "y": 345, "w": 63, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 294, "w": 60, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 134, "y": 293, "w": 61, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 168, "y": 77, "w": 67, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 242, "y": 0, "w": 76, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 82, "y": 0, "w": 80, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 162, "y": 0, "w": 80, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 318, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 305, "y": 144, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 457, "y": 277, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 402, "y": 480, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 68, "y": 449, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 195, "y": 367, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 264, "y": 412, "w": 70, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 496, "y": 345, "w": 72, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 146, "y": 225, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 571, "h": 570 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/750.png b/public/images/pokemon/exp/shiny/750.png
index e51f6eb7219..b2b3076b55f 100644
Binary files a/public/images/pokemon/exp/shiny/750.png and b/public/images/pokemon/exp/shiny/750.png differ
diff --git a/public/images/pokemon/exp/shiny/780.json b/public/images/pokemon/exp/shiny/780.json
index 83607960307..6a50a444098 100644
--- a/public/images/pokemon/exp/shiny/780.json
+++ b/public/images/pokemon/exp/shiny/780.json
@@ -1,272 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 244,
- "h": 244
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 0,
- "w": 81,
- "h": 61
- },
- "frame": {
- "x": 89,
- "y": 122,
- "w": 81,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb778a8559fd28191282550e6f9ca027:935a960b3e7674c98fe50b4aa5c065a8:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 440, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 221, "y": 73, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 377, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 303, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 154, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 78, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 230, "y": 1, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 221, "y": 213, "w": 70, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 148, "y": 282, "w": 70, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 365, "y": 352, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 284, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 144, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 75, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 451, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 294, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ }
+],
+"meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 525, "h": 421 },
+ "scale": "1"
+}
}
diff --git a/public/images/pokemon/exp/shiny/780.png b/public/images/pokemon/exp/shiny/780.png
index cc6cf68a587..4487e9d629c 100644
Binary files a/public/images/pokemon/exp/shiny/780.png and b/public/images/pokemon/exp/shiny/780.png differ
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.json b/public/images/pokemon/exp/shiny/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.png b/public/images/pokemon/exp/shiny/815-gigantamax.png
new file mode 100644
index 00000000000..a299119e06f
Binary files /dev/null and b/public/images/pokemon/exp/shiny/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.json b/public/images/pokemon/exp/shiny/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.png b/public/images/pokemon/exp/shiny/839-gigantamax.png
new file mode 100644
index 00000000000..f52de9357b1
Binary files /dev/null and b/public/images/pokemon/exp/shiny/839-gigantamax.png differ
diff --git a/public/images/pokemon/shiny/261.png b/public/images/pokemon/shiny/261.png
index 6ae6e5838ce..6976a0747e1 100644
Binary files a/public/images/pokemon/shiny/261.png and b/public/images/pokemon/shiny/261.png differ
diff --git a/public/images/pokemon/shiny/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/674.json b/public/images/pokemon/shiny/674.json
index 0ce6a2d9018..86d6cba1b01 100644
--- a/public/images/pokemon/shiny/674.json
+++ b/public/images/pokemon/shiny/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3a00525649c00ed79ef7fff441994eb0:17d95f774222b5d9946bcc63782468e3:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 58, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 86, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 114, "h": 162 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/674.png b/public/images/pokemon/shiny/674.png
index 097368405fc..7c8e71d5988 100644
Binary files a/public/images/pokemon/shiny/674.png and b/public/images/pokemon/shiny/674.png differ
diff --git a/public/images/pokemon/shiny/694.json b/public/images/pokemon/shiny/694.json
index 0893d62dc10..48e9623d7f4 100644
--- a/public/images/pokemon/shiny/694.json
+++ b/public/images/pokemon/shiny/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc6e45d13f38b4219ae03e14bb0999b9:7eab0806a2282a4facdb9684c54189e5:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/694.png b/public/images/pokemon/shiny/694.png
index a6c87937252..5f65aa5d4ff 100644
Binary files a/public/images/pokemon/shiny/694.png and b/public/images/pokemon/shiny/694.png differ
diff --git a/public/images/pokemon/shiny/698.json b/public/images/pokemon/shiny/698.json
index 707a84c8ca1..6baf41b0ce7 100644
--- a/public/images/pokemon/shiny/698.json
+++ b/public/images/pokemon/shiny/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:46f728cad32ec7681d76168817f7001a:a044b85c8682cf2b3ce52dd5cb859583:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/698.png b/public/images/pokemon/shiny/698.png
index c04cc11875d..a861e0c14d5 100644
Binary files a/public/images/pokemon/shiny/698.png and b/public/images/pokemon/shiny/698.png differ
diff --git a/public/images/pokemon/shiny/703.json b/public/images/pokemon/shiny/703.json
index bc3c40dd555..5c0a6230108 100644
--- a/public/images/pokemon/shiny/703.json
+++ b/public/images/pokemon/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3b9620097a6f8beec26187d7454b0493:5bb102b3070894423e8dff3d1f98cd21:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/703.png b/public/images/pokemon/shiny/703.png
index 7d0d7999166..44ac529283c 100644
Binary files a/public/images/pokemon/shiny/703.png and b/public/images/pokemon/shiny/703.png differ
diff --git a/public/images/pokemon/shiny/707.json b/public/images/pokemon/shiny/707.json
index f0e0b2053ac..ee5036fb541 100644
--- a/public/images/pokemon/shiny/707.json
+++ b/public/images/pokemon/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2be0784fdc424d853cf61d4ff5ef128:c0a67b3382e00d7635b97e14ca444b8e:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/707.png b/public/images/pokemon/shiny/707.png
index 2f4efb3e8cb..7aed21b7873 100644
Binary files a/public/images/pokemon/shiny/707.png and b/public/images/pokemon/shiny/707.png differ
diff --git a/public/images/pokemon/shiny/708.json b/public/images/pokemon/shiny/708.json
index 06631af7cb8..abc8d24db2b 100644
--- a/public/images/pokemon/shiny/708.json
+++ b/public/images/pokemon/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5ae7df27c9e36b2c06c09056297b74ab:efbc3a2251be2a5a300a0c333bce242b:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/708.png b/public/images/pokemon/shiny/708.png
index 1da0441109b..d94b1286590 100644
Binary files a/public/images/pokemon/shiny/708.png and b/public/images/pokemon/shiny/708.png differ
diff --git a/public/images/pokemon/shiny/714.json b/public/images/pokemon/shiny/714.json
index 992ff63a393..b43aebd68a1 100644
--- a/public/images/pokemon/shiny/714.json
+++ b/public/images/pokemon/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0faf41a70733397a2e765b77d2cf3124:ed661ea37221a00e42647a088e380efd:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/714.png b/public/images/pokemon/shiny/714.png
index 2cde838873a..924c67d3c85 100644
Binary files a/public/images/pokemon/shiny/714.png and b/public/images/pokemon/shiny/714.png differ
diff --git a/public/images/pokemon/shiny/718-10.json b/public/images/pokemon/shiny/718-10.json
index 05c86055ce7..ad273c9ea79 100644
--- a/public/images/pokemon/shiny/718-10.json
+++ b/public/images/pokemon/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ddb567f3553fb8f8477733fc8b91dfb8:21520f234fc9684cd172bbced8ed083b:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718-10.png b/public/images/pokemon/shiny/718-10.png
index bee16c7ec63..f976d91b4f6 100644
Binary files a/public/images/pokemon/shiny/718-10.png and b/public/images/pokemon/shiny/718-10.png differ
diff --git a/public/images/pokemon/shiny/718.json b/public/images/pokemon/shiny/718.json
index 00e4c68ba00..98053a226cb 100644
--- a/public/images/pokemon/shiny/718.json
+++ b/public/images/pokemon/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6daa10e13b8729f3ebc27b1a8eb1c6cb:65f7940d781324b41eba39e9e5565cb7:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718.png b/public/images/pokemon/shiny/718.png
index cdfa42ccec7..778ae8bff07 100644
Binary files a/public/images/pokemon/shiny/718.png and b/public/images/pokemon/shiny/718.png differ
diff --git a/public/images/pokemon/shiny/719.json b/public/images/pokemon/shiny/719.json
index 29e48d3b3be..12a679f029f 100644
--- a/public/images/pokemon/shiny/719.json
+++ b/public/images/pokemon/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f62b9cce190b10d691ae00fdc87df448:371601e6d1aa56d47c80c70305627ce1:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 246, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/719.png b/public/images/pokemon/shiny/719.png
index f17e9b23ca8..c466201632a 100644
Binary files a/public/images/pokemon/shiny/719.png and b/public/images/pokemon/shiny/719.png differ
diff --git a/public/images/pokemon/shiny/730.png b/public/images/pokemon/shiny/730.png
index 5cc0a675e08..744d43630e7 100644
Binary files a/public/images/pokemon/shiny/730.png and b/public/images/pokemon/shiny/730.png differ
diff --git a/public/images/pokemon/shiny/890-eternamax.json b/public/images/pokemon/shiny/890-eternamax.json
index 26813186ba8..39c1d175c8c 100644
--- a/public/images/pokemon/shiny/890-eternamax.json
+++ b/public/images/pokemon/shiny/890-eternamax.json
@@ -1,755 +1,20 @@
-{
- "textures": [
- {
- "image": "890-eternamax.png",
- "format": "RGBA8888",
- "size": {
- "w": 579,
- "h": 579
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 100,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 100,
- "h": 98
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 95,
- "h": 100
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 95,
- "h": 100
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 91,
- "h": 100
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 91,
- "h": 100
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 96,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 100,
- "w": 96,
- "h": 98
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 95,
- "h": 99
- },
- "frame": {
- "x": 187,
- "y": 100,
- "w": 95,
- "h": 99
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 10,
- "w": 91,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 91,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 10,
- "w": 88,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 198,
- "w": 88,
- "h": 98
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 10,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 195,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 179,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 274,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 290,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 94,
- "h": 96
- },
- "frame": {
- "x": 282,
- "y": 97,
- "w": 94,
- "h": 96
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 90,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 193,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 385,
- "y": 0,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 9,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 385,
- "y": 95,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 290,
- "w": 87,
- "h": 97
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 290,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 459,
- "y": 191,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 476,
- "y": 95,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 478,
- "y": 0,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 386,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 296,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 14,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 89,
- "y": 296,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 88,
- "h": 95
- },
- "frame": {
- "x": 178,
- "y": 296,
- "w": 88,
- "h": 95
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 95
- },
- "frame": {
- "x": 89,
- "y": 390,
- "w": 87,
- "h": 95
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 391,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 266,
- "y": 387,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 13,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 266,
- "y": 296,
- "w": 85,
- "h": 91
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 13,
- "w": 88,
- "h": 94
- },
- "frame": {
- "x": 176,
- "y": 391,
- "w": 88,
- "h": 94
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 13,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 355,
- "y": 387,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 11,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 264,
- "y": 480,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 351,
- "y": 481,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 93
- },
- "frame": {
- "x": 440,
- "y": 482,
- "w": 87,
- "h": 93
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 86,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 485,
- "w": 86,
- "h": 94
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 14,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 86,
- "y": 485,
- "w": 85,
- "h": 91
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1eb3f67ba4e434995b4589c97560f1be:539129d777c30d08fa799dcebaeb523e:cf277fd83435e8c90cd46073c543568b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 92, "h": 94 },
+ "sourceSize": { "w": 96, "h": 98 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "890-eternamax.png",
+ "format": "RGBA8888",
+ "size": { "w": 94, "h": 96 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/890-eternamax.png b/public/images/pokemon/shiny/890-eternamax.png
index 3e7b5c1721f..8e493b12f3e 100644
Binary files a/public/images/pokemon/shiny/890-eternamax.png and b/public/images/pokemon/shiny/890-eternamax.png differ
diff --git a/public/images/pokemon/variant/248-mega.json b/public/images/pokemon/variant/248-mega.json
index f515868233f..589b3616079 100644
--- a/public/images/pokemon/variant/248-mega.json
+++ b/public/images/pokemon/variant/248-mega.json
@@ -1,17 +1,34 @@
{
+ "1": {
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "dee6cd": "7068b2",
- "accd9c": "625695",
- "739c62": "2c3071",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "c5c5c5": "c5c5c5",
- "d55200": "ffa904",
- "d0243b": "ffa904",
- "ff3e40": "ffef76",
- "821610": "ee7b06",
- "737373": "737373"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ff9224",
+"f55e72": "ffba36",
+"ff6668": "fff28f",
+"739c62": "2c3071",
+"ff8385": "fff49a",
+"ffa3a4": "fff9ce",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.json b/public/images/pokemon/variant/248-mega_2.json
deleted file mode 100644
index 9ef7d417209..00000000000
--- a/public/images/pokemon/variant/248-mega_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e4a1fe4fbac618754df7eb3fcf91b617:0e98725eab652ee45ee2526551c77350:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.png b/public/images/pokemon/variant/248-mega_2.png
deleted file mode 100644
index 1aade727abf..00000000000
Binary files a/public/images/pokemon/variant/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/656.json b/public/images/pokemon/variant/656.json
index 68743a4c9f1..5037f86f22a 100644
--- a/public/images/pokemon/variant/656.json
+++ b/public/images/pokemon/variant/656.json
@@ -3,12 +3,12 @@
"838394": "4d7dc5",
"62ace6": "8363af",
"7bcdff": "9c75c2",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "7ab7ec",
"c9b241": "97d6e2",
- "dfcf77": "bae7e8",
+ "ccbd70": "bae7e8",
"174592": "37408c",
- "fdfdfd": "b1e5ff",
+ "f8f8f8": "b1e5ff",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
"396a83": "362864",
@@ -18,12 +18,12 @@
"838394": "cc6845",
"62ace6": "c44848",
"7bcdff": "dd6155",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "f7c685",
"c9b241": "97d6e2",
- "dfcf77": "bae7e8",
+ "ccbd70": "bae7e8",
"174592": "198158",
- "fdfdfd": "fff4bd",
+ "f8f8f8": "fff4bd",
"9c9cc5": "c96a48",
"cdcde6": "f7b785",
"396a83": "5c0d33",
diff --git a/public/images/pokemon/variant/666-continental.json b/public/images/pokemon/variant/666-continental.json
index 67e25fc79b4..92614fb346c 100644
--- a/public/images/pokemon/variant/666-continental.json
+++ b/public/images/pokemon/variant/666-continental.json
@@ -2,6 +2,7 @@
"1": {
"101010": "101010",
"595959": "724b7a",
+ "555353": "724b7a",
"d18257": "d18257",
"f9bd55": "f9bd55",
"303030": "402746",
@@ -15,5 +16,23 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.json b/public/images/pokemon/variant/666-continental_3.json
deleted file mode 100644
index ed0fee105bb..00000000000
--- a/public/images/pokemon/variant/666-continental_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:70eae64f87d7226958d0443e262bab16:5ea86607863e872365dc956f4d819752:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.png b/public/images/pokemon/variant/666-continental_3.png
deleted file mode 100644
index 24e4c9ab37c..00000000000
Binary files a/public/images/pokemon/variant/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy.json b/public/images/pokemon/variant/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.json b/public/images/pokemon/variant/666-fancy_2.json
deleted file mode 100644
index d2dd365d3ed..00000000000
--- a/public/images/pokemon/variant/666-fancy_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.png b/public/images/pokemon/variant/666-fancy_2.png
deleted file mode 100644
index 100ba90d7e4..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy_3.json b/public/images/pokemon/variant/666-fancy_3.json
deleted file mode 100644
index be0625b1360..00000000000
--- a/public/images/pokemon/variant/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_3.png b/public/images/pokemon/variant/666-fancy_3.png
deleted file mode 100644
index a8453d6cbce..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-high-plains.json b/public/images/pokemon/variant/666-high-plains.json
index fd26a077f34..85a5eb24cc3 100644
--- a/public/images/pokemon/variant/666-high-plains.json
+++ b/public/images/pokemon/variant/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-monsoon.json b/public/images/pokemon/variant/666-monsoon.json
index 8aaedab67ca..915d471b2b1 100644
--- a/public/images/pokemon/variant/666-monsoon.json
+++ b/public/images/pokemon/variant/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "675220": "958c8a",
- "ceab62": "d9edd4",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
- "504a4a": "7f6991",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "675220": "2c3593",
- "ceab62": "5857bc",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "504a4a": "2c3593",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-ocean.json b/public/images/pokemon/variant/666-ocean.json
index 975602c6f9e..23f8d48c681 100644
--- a/public/images/pokemon/variant/666-ocean.json
+++ b/public/images/pokemon/variant/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"675220": "bc601c",
"ceab62": "ea8742",
"707068": "ea8742",
diff --git a/public/images/pokemon/variant/666-poke-ball.json b/public/images/pokemon/variant/666-poke-ball.json
index e83072c51a5..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/666-poke-ball.json
+++ b/public/images/pokemon/variant/666-poke-ball.json
@@ -14,6 +14,25 @@
"504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.json b/public/images/pokemon/variant/666-poke-ball_3.json
deleted file mode 100644
index d506cef780e..00000000000
--- a/public/images/pokemon/variant/666-poke-ball_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ff5b539e59b71fa67f66f26bb0f2e9d:45bec6d118350401c25850e5f12a25af:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.png b/public/images/pokemon/variant/666-poke-ball_3.png
deleted file mode 100644
index e6056246fce..00000000000
Binary files a/public/images/pokemon/variant/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-river.json b/public/images/pokemon/variant/666-river.json
index 818e1ee3989..c7e5e288d05 100644
--- a/public/images/pokemon/variant/666-river.json
+++ b/public/images/pokemon/variant/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625841": "625841",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.json b/public/images/pokemon/variant/666-river_2.json
deleted file mode 100644
index 0da0f00b0be..00000000000
--- a/public/images/pokemon/variant/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:39f778a45b20cfcfded5a350ee1a02e9:5d7e7e891b7da588a2ebd23733da6c2d:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.png b/public/images/pokemon/variant/666-river_2.png
deleted file mode 100644
index a5a65f4933b..00000000000
Binary files a/public/images/pokemon/variant/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/669-red.json b/public/images/pokemon/variant/669-red.json
index 627fdbeb44f..145228a41c2 100644
--- a/public/images/pokemon/variant/669-red.json
+++ b/public/images/pokemon/variant/669-red.json
@@ -1,4 +1,22 @@
{
+ "1": {
+ "101010": "101010",
+ "3d6629": "094740",
+ "665a1f": "3e0547",
+ "595959": "595959",
+ "686868": "686868",
+ "802d2d": "55061c",
+ "d94c4c": "aa263c",
+ "e15455": "dc6295",
+ "ff7373": "cd4a4a",
+ "65a943": "e493a1",
+ "6bb347": "1d8057",
+ "ccb43d": "6a094f",
+ "ffe14c": "9c235f",
+ "bfbfbf": "bfbfbf",
+ "f8f8f8": "f8f8f8",
+ "fffbfb": "fffbfb"
+ },
"2": {
"665a1f": "393833",
"ffe14c": "fdfffb",
diff --git a/public/images/pokemon/variant/669-red_2.json b/public/images/pokemon/variant/669-red_2.json
deleted file mode 100644
index 33816135db6..00000000000
--- a/public/images/pokemon/variant/669-red_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "669-red_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 46,
- "h": 46
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30be9438b4a7afb54dfbdae88661c2ed:ba8475f09ea3d2213c2462b54bc4a3e0:9f8ada9cf46c4e29f954b2eb815bc4e5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/669-red_2.png b/public/images/pokemon/variant/669-red_2.png
deleted file mode 100644
index 5d30b38b1d4..00000000000
Binary files a/public/images/pokemon/variant/669-red_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/715.json b/public/images/pokemon/variant/715.json
new file mode 100644
index 00000000000..e43af20a0de
--- /dev/null
+++ b/public/images/pokemon/variant/715.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "101010": "101010",
+ "2b2b2b": "43167f",
+ "343333": "563d8f",
+ "3b3b3b": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "575757": "7a5ccc",
+ "555454": "9166c8",
+ "801a1a": "5d173d",
+ "e52e2e": "903b78",
+ "ffe14c": "ff8a58",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "3aa694": "a42c54",
+ "4cd9c1": "d04b6c",
+ "bfbfbf": "bb9adc",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "d6c8f1"
+ },
+ "2": {
+ "101010": "101010",
+ "2b2b2b": "5e3932",
+ "343333": "1d060c",
+ "3b3b3b": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "575757": "ecd3c3",
+ "555454": "2f0d13",
+ "801a1a": "7c0907",
+ "e52e2e": "ad3419",
+ "ffe14c": "49ffcd",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "3aa694": "b8552c",
+ "4cd9c1": "dd834c",
+ "bfbfbf": "43191e",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/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/859.json b/public/images/pokemon/variant/859.json
new file mode 100644
index 00000000000..703d5d67218
--- /dev/null
+++ b/public/images/pokemon/variant/859.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "e65984": "619544",
+ "8d3856": "376b2d",
+ "ffbff5": "dbe797",
+ "f589c2": "9aba6d",
+ "45366d": "5b1d15",
+ "735aac": "a4332d",
+ "947cd8": "cd643d",
+ "f42252": "f55c14",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "c9c9c9",
+ "8b73d5": "cc5836"
+ },
+ "2": {
+ "e65984": "4b1736",
+ "8d3856": "30082d",
+ "ffbff5": "904f55",
+ "f589c2": "6b2b3e",
+ "45366d": "794935",
+ "735aac": "f0c475",
+ "947cd8": "d9975b",
+ "f42252": "fc645a",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "dad6bf",
+ "8b73d5": "f9e9a4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.json b/public/images/pokemon/variant/859_2.json
deleted file mode 100644
index 1494c4909f7..00000000000
--- a/public/images/pokemon/variant/859_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.png b/public/images/pokemon/variant/859_2.png
deleted file mode 100644
index 82e8be45c39..00000000000
Binary files a/public/images/pokemon/variant/859_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/859_3.json b/public/images/pokemon/variant/859_3.json
deleted file mode 100644
index e0d6c3779a8..00000000000
--- a/public/images/pokemon/variant/859_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_3.png b/public/images/pokemon/variant/859_3.png
deleted file mode 100644
index 800063f08aa..00000000000
Binary files a/public/images/pokemon/variant/859_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/890-eternamax_2.json b/public/images/pokemon/variant/890-eternamax_2.json
index 895a2f27841..de0107b9854 100644
--- a/public/images/pokemon/variant/890-eternamax_2.json
+++ b/public/images/pokemon/variant/890-eternamax_2.json
@@ -1,755 +1,20 @@
-{
- "textures": [
- {
- "image": "890-eternamax_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 579,
- "h": 579
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 100,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 100,
- "h": 98
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 95,
- "h": 100
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 95,
- "h": 100
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 91,
- "h": 100
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 91,
- "h": 100
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 96,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 100,
- "w": 96,
- "h": 98
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 95,
- "h": 99
- },
- "frame": {
- "x": 187,
- "y": 100,
- "w": 95,
- "h": 99
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 10,
- "w": 91,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 91,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 10,
- "w": 88,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 198,
- "w": 88,
- "h": 98
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 10,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 195,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 179,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 274,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 290,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 94,
- "h": 96
- },
- "frame": {
- "x": 282,
- "y": 97,
- "w": 94,
- "h": 96
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 90,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 193,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 385,
- "y": 0,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 9,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 385,
- "y": 95,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 290,
- "w": 87,
- "h": 97
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 290,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 459,
- "y": 191,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 476,
- "y": 95,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 478,
- "y": 0,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 386,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 296,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 14,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 89,
- "y": 296,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 88,
- "h": 95
- },
- "frame": {
- "x": 178,
- "y": 296,
- "w": 88,
- "h": 95
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 95
- },
- "frame": {
- "x": 89,
- "y": 390,
- "w": 87,
- "h": 95
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 391,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 266,
- "y": 387,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 13,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 266,
- "y": 296,
- "w": 85,
- "h": 91
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 13,
- "w": 88,
- "h": 94
- },
- "frame": {
- "x": 176,
- "y": 391,
- "w": 88,
- "h": 94
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 13,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 355,
- "y": 387,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 11,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 264,
- "y": 480,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 351,
- "y": 481,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 93
- },
- "frame": {
- "x": 440,
- "y": 482,
- "w": 87,
- "h": 93
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 86,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 485,
- "w": 86,
- "h": 94
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 14,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 86,
- "y": 485,
- "w": 85,
- "h": 91
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8fd9e1830200ec8e4aac8571cc2d27a6:c966e3efce03c7bae43d7bca6d6dfa62:cedd2711a12bbacba5623505fe88bd92$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 92, "h": 94 },
+ "sourceSize": { "w": 96, "h": 98 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "890-eternamax_2.png",
+ "format": "RGBA8888",
+ "size": { "w": 94, "h": 96 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/variant/890-eternamax_2.png b/public/images/pokemon/variant/890-eternamax_2.png
index 2327900b971..adafb2f1d35 100644
Binary files a/public/images/pokemon/variant/890-eternamax_2.png and b/public/images/pokemon/variant/890-eternamax_2.png differ
diff --git a/public/images/pokemon/variant/890-eternamax_3.json b/public/images/pokemon/variant/890-eternamax_3.json
index ecc084c689f..9d3f6070a27 100644
--- a/public/images/pokemon/variant/890-eternamax_3.json
+++ b/public/images/pokemon/variant/890-eternamax_3.json
@@ -1,755 +1,20 @@
-{
- "textures": [
- {
- "image": "890-eternamax_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 579,
- "h": 579
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 100,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 100,
- "h": 98
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 95,
- "h": 100
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 95,
- "h": 100
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 91,
- "h": 100
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 91,
- "h": 100
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 96,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 100,
- "w": 96,
- "h": 98
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 9,
- "w": 95,
- "h": 99
- },
- "frame": {
- "x": 187,
- "y": 100,
- "w": 95,
- "h": 99
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 10,
- "w": 91,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 91,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 10,
- "w": 88,
- "h": 98
- },
- "frame": {
- "x": 91,
- "y": 198,
- "w": 88,
- "h": 98
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 10,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 195,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 179,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 274,
- "y": 199,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 95,
- "h": 97
- },
- "frame": {
- "x": 290,
- "y": 0,
- "w": 95,
- "h": 97
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 11,
- "w": 94,
- "h": 96
- },
- "frame": {
- "x": 282,
- "y": 97,
- "w": 94,
- "h": 96
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 90,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 193,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 385,
- "y": 0,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 9,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 385,
- "y": 95,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 97
- },
- "frame": {
- "x": 369,
- "y": 290,
- "w": 87,
- "h": 97
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 290,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 459,
- "y": 191,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 476,
- "y": 95,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 478,
- "y": 0,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 456,
- "y": 386,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 11,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 296,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 14,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 89,
- "y": 296,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 88,
- "h": 95
- },
- "frame": {
- "x": 178,
- "y": 296,
- "w": 88,
- "h": 95
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 95
- },
- "frame": {
- "x": 89,
- "y": 390,
- "w": 87,
- "h": 95
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 12,
- "w": 89,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 391,
- "w": 89,
- "h": 94
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 266,
- "y": 387,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 13,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 266,
- "y": 296,
- "w": 85,
- "h": 91
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 13,
- "w": 88,
- "h": 94
- },
- "frame": {
- "x": 176,
- "y": 391,
- "w": 88,
- "h": 94
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 13,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 355,
- "y": 387,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 11,
- "w": 87,
- "h": 94
- },
- "frame": {
- "x": 264,
- "y": 480,
- "w": 87,
- "h": 94
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 14,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 351,
- "y": 481,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 87,
- "h": 93
- },
- "frame": {
- "x": 440,
- "y": 482,
- "w": 87,
- "h": 93
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 86,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 485,
- "w": 86,
- "h": 94
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 112,
- "h": 112
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 14,
- "w": 85,
- "h": 91
- },
- "frame": {
- "x": 86,
- "y": 485,
- "w": 85,
- "h": 91
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8fd9e1830200ec8e4aac8571cc2d27a6:c966e3efce03c7bae43d7bca6d6dfa62:cedd2711a12bbacba5623505fe88bd92$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 98 },
+ "sourceSize": { "w": 96, "h": 98 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "890-eternamax_3.png",
+ "format": "RGBA8888",
+ "size": { "w": 98, "h": 100 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/variant/890-eternamax_3.png b/public/images/pokemon/variant/890-eternamax_3.png
index 140837cfbd0..21a3e5be381 100644
Binary files a/public/images/pokemon/variant/890-eternamax_3.png and b/public/images/pokemon/variant/890-eternamax_3.png differ
diff --git a/public/images/pokemon/variant/_masterlist.json b/public/images/pokemon/variant/_masterlist.json
index 14b3198c22d..eb3efaa15b2 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],
@@ -719,7 +719,7 @@
"888-crowned": [0, 1, 1],
"889": [0, 1, 1],
"889-crowned": [0, 1, 1],
- "890-eternamax": [0, 1, 1],
+ "890-eternamax": [0, 2, 2],
"890": [0, 1, 1],
"891": [1, 1, 1],
"892-gigantamax-rapid": [1, 2, 2],
@@ -1438,7 +1438,7 @@
"666-archipelago": [0, 1, 1],
"666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
+ "666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
@@ -1450,7 +1450,7 @@
"666-ocean": [0, 1, 1],
"666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
+ "666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
@@ -1510,7 +1510,7 @@
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
- "715": [0, 2, 2],
+ "715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 1, 1],
@@ -1617,7 +1617,7 @@
"877-hangry": [1, 1, 1],
"877": [1, 1, 1],
"880": [0, 1, 1],
- "881": [0, 2, 2],
+ "881": [0, 1, 1],
"882": [0, 1, 1],
"883": [0, 1, 1],
"884-gigantamax": [0, 1, 1],
@@ -1864,19 +1864,19 @@
"666-archipelago": [0, 1, 1],
"666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
+ "666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
"666-jungle": [0, 1, 1],
"666-marine": [0, 1, 1],
- "666-meadow": [0, 2, 2],
+ "666-meadow": [0, 1, 1],
"666-modern": [0, 1, 1],
"666-monsoon": [0, 1, 1],
"666-ocean": [0, 1, 1],
- "666-poke-ball": [0, 1, 2],
+ "666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
+ "666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
@@ -1927,15 +1927,15 @@
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
- "715": [0, 2, 1],
+ "715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 2, 2],
"720-unbound": [1, 1, 1],
"720": [1, 1, 1],
"728": [0, 1, 1],
- "729": [0, 2, 2],
- "730": [0, 2, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
"734": [0, 1, 1],
"735": [0, 1, 1],
"742": [0, 2, 2],
@@ -2160,7 +2160,7 @@
"181-mega": [0, 1, 2],
"212-mega": [1, 2, 2],
"229-mega": [0, 1, 1],
- "248-mega": [0, 2, 1],
+ "248-mega": [0, 1, 1],
"257-mega": [0, 1, 1],
"282-mega": [0, 1, 1],
"302-mega": [0, 1, 1],
@@ -2192,27 +2192,27 @@
"658": [0, 1, 1],
"658-ash": [0, 1, 1],
"664": [0, 1, 1],
- "665": [0, 2, 1],
- "666-archipelago": [0, 2, 2],
- "666-continental": [0, 2, 2],
- "666-elegant": [0, 2, 2],
- "666-fancy": [0, 2, 2],
- "666-garden": [0, 2, 2],
- "666-high-plains": [0, 2, 2],
- "666-icy-snow": [0, 2, 2],
- "666-jungle": [0, 2, 2],
- "666-marine": [0, 2, 2],
- "666-meadow": [0, 2, 2],
- "666-modern": [0, 2, 2],
- "666-monsoon": [0, 2, 2],
- "666-ocean": [0, 2, 2],
- "666-poke-ball": [0, 2, 2],
- "666-polar": [0, 2, 2],
- "666-river": [0, 2, 2],
- "666-sandstorm": [0, 2, 2],
- "666-savanna": [0, 2, 2],
- "666-sun": [0, 2, 2],
- "666-tundra": [0, 2, 2],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
"669-red": [0, 2, 2],
"669-blue": [0, 2, 2],
"669-white": [0, 2, 2],
@@ -2266,8 +2266,8 @@
"720-unbound": [1, 1, 1],
"720": [1, 1, 1],
"728": [0, 1, 1],
- "729": [0, 2, 2],
- "730": [0, 2, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
"734": [0, 1, 1],
"735": [0, 1, 1],
"742": [0, 2, 2],
@@ -2478,4 +2478,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/248-mega.json b/public/images/pokemon/variant/back/248-mega.json
index 5def1f5a316..c63b19d7c29 100644
--- a/public/images/pokemon/variant/back/248-mega.json
+++ b/public/images/pokemon/variant/back/248-mega.json
@@ -1,28 +1,28 @@
{
"1": {
- "101010": "101010",
- "4a5a39": "533334",
- "accd9c": "c78482",
- "739c62": "915957",
- "c5c5c5": "c5c5c5",
- "942900": "006fbe",
- "fefefe": "fefefe",
- "d55200": "0098fc",
- "737373": "737373",
- "821610": "004194",
- "d0243b": "006fbe"
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "533334",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
},
"2": {
- "101010": "101010",
- "4a5a39": "06092f",
- "accd9c": "625695",
- "739c62": "2c3071",
- "c5c5c5": "c5c5c5",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "d55200": "ffa904",
- "737373": "737373",
- "821610": "ee7b06",
- "d0243b": "ffa904"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "59417c",
+ "739c62": "59417c",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/656.json b/public/images/pokemon/variant/back/656.json
index 34b11bfab78..f41398f3154 100644
--- a/public/images/pokemon/variant/back/656.json
+++ b/public/images/pokemon/variant/back/656.json
@@ -1,17 +1,17 @@
{
"1": {
- "838394": "4d7dc5",
+ "848496": "4d7dc5",
"7bcdff": "9c75c2",
"62ace6": "8363af",
"ffffff": "b1e5ff",
"396a83": "362864",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
- "174592": "198158",
+ "174592": "37408c",
"5a94cd": "7054a4"
},
"2": {
- "838394": "cc6845",
+ "848496": "cc6845",
"7bcdff": "dd6155",
"62ace6": "c44848",
"ffffff": "fff4bd",
diff --git a/public/images/pokemon/variant/back/666-fancy.json b/public/images/pokemon/variant/back/666-fancy.json
new file mode 100644
index 00000000000..5d368667ae3
--- /dev/null
+++ b/public/images/pokemon/variant/back/666-fancy.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "6f9f42",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_2.json b/public/images/pokemon/variant/back/666-fancy_2.json
deleted file mode 100644
index 49478186fd7..00000000000
--- a/public/images/pokemon/variant/back/666-fancy_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c0935d72f3dd919dfad1f00ce1550c3c:4c9a4c435b13a6c8dbd3fa6eacd260d8:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_2.png b/public/images/pokemon/variant/back/666-fancy_2.png
deleted file mode 100644
index a1e23edd659..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-fancy_3.json b/public/images/pokemon/variant/back/666-fancy_3.json
deleted file mode 100644
index f060b4b02c6..00000000000
--- a/public/images/pokemon/variant/back/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c0935d72f3dd919dfad1f00ce1550c3c:4c9a4c435b13a6c8dbd3fa6eacd260d8:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_3.png b/public/images/pokemon/variant/back/666-fancy_3.png
deleted file mode 100644
index 6d15bc3f680..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-high-plains.json b/public/images/pokemon/variant/back/666-high-plains.json
index acd62e863c1..6ee5c78e6ca 100644
--- a/public/images/pokemon/variant/back/666-high-plains.json
+++ b/public/images/pokemon/variant/back/666-high-plains.json
@@ -13,7 +13,8 @@
"504a4a": "7f6991",
"c3c3c3": "c3c3c3",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -29,6 +30,7 @@
"504a4a": "c97034",
"c3c3c3": "edc67c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-monsoon.json b/public/images/pokemon/variant/back/666-monsoon.json
index afb60e0f5ae..915d471b2b1 100644
--- a/public/images/pokemon/variant/back/666-monsoon.json
+++ b/public/images/pokemon/variant/back/666-monsoon.json
@@ -1,34 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "7f6991",
- "c3c3c3": "c3c3c3"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "2c3593",
- "c3c3c3": "b8f9f9"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-ocean.json b/public/images/pokemon/variant/back/666-ocean.json
index 51a99de1ea8..8b62b4a8072 100644
--- a/public/images/pokemon/variant/back/666-ocean.json
+++ b/public/images/pokemon/variant/back/666-ocean.json
@@ -21,7 +21,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"ceb362": "ea8742",
"675220": "bc601c",
"ebcf3f": "ebcf3f",
diff --git a/public/images/pokemon/variant/back/666-river.json b/public/images/pokemon/variant/back/666-river.json
index b3b9671ee75..c7e5e288d05 100644
--- a/public/images/pokemon/variant/back/666-river.json
+++ b/public/images/pokemon/variant/back/666-river.json
@@ -1,18 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "625841": "625841",
- "303030": "7b2800",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.json b/public/images/pokemon/variant/back/666-river_2.json
deleted file mode 100644
index 710513e4626..00000000000
--- a/public/images/pokemon/variant/back/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c5c96b8025cde94330c424121707d6d1:0eb4b25134091aa2435bee846468e099:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.png b/public/images/pokemon/variant/back/666-river_2.png
deleted file mode 100644
index 8d829e974f4..00000000000
Binary files a/public/images/pokemon/variant/back/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/715.json b/public/images/pokemon/variant/back/715.json
new file mode 100644
index 00000000000..7ca4d81e5dc
--- /dev/null
+++ b/public/images/pokemon/variant/back/715.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "404040": "542f98",
+ "343434": "3e107b",
+ "252525": "260447",
+ "4cd9c1": "d04b6c",
+ "595959": "7a5ccc",
+ "6a3f73": "0f103c",
+ "737373": "563d8f",
+ "801a1a": "801a1a",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "bfbfbf": "ab83dd",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "d5bdec"
+ },
+ "2": {
+ "101010": "101010",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "404040": "b18373",
+ "343434": "906152",
+ "252525": "6c3f39",
+ "4cd9c1": "dd834c",
+ "595959": "e2c7b5",
+ "6a3f73": "3b0c18",
+ "737373": "280911",
+ "801a1a": "801a1a",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "bfbfbf": "43191e",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/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/881.json b/public/images/pokemon/variant/back/881.json
new file mode 100644
index 00000000000..3efad4efe60
--- /dev/null
+++ b/public/images/pokemon/variant/back/881.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "e39e1e": "9c1430",
+ "975e17": "5b0610",
+ "ffff84": "ee8563",
+ "ead900": "c6362b",
+ "101010": "101010",
+ "2abbfc": "ceb16f",
+ "09354d": "271014",
+ "9ab8ba": "cea5b9",
+ "edf3f2": "faebc8",
+ "5c7996": "a57185",
+ "07305f": "4d254a",
+ "085d94": "714363",
+ "0981ae": "45242e",
+ "27aed6": "6e4145",
+ "072241": "301636",
+ "097da8": "43222c",
+ "0a3463": "492146",
+ "23abd3": "b59795"
+ },
+ "2": {
+ "e39e1e": "35365e",
+ "975e17": "211b3d",
+ "ffff84": "dceeeb",
+ "ead900": "636287",
+ "101010": "101010",
+ "2abbfc": "26c248",
+ "09354d": "09354d",
+ "9ab8ba": "a3c465",
+ "edf3f2": "fcffe4",
+ "5c7996": "50a751",
+ "07305f": "7b1a5e",
+ "085d94": "ad3b6c",
+ "0981ae": "205e5d",
+ "27aed6": "2d7b65",
+ "072241": "5d0e54",
+ "097da8": "185453",
+ "0a3463": "721957",
+ "23abd3": "d49da9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.json b/public/images/pokemon/variant/back/881_2.json
deleted file mode 100644
index 568946ee9f9..00000000000
--- a/public/images/pokemon/variant/back/881_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.png b/public/images/pokemon/variant/back/881_2.png
deleted file mode 100644
index 2060481d855..00000000000
Binary files a/public/images/pokemon/variant/back/881_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/881_3.json b/public/images/pokemon/variant/back/881_3.json
deleted file mode 100644
index b9101d9b13f..00000000000
--- a/public/images/pokemon/variant/back/881_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_3.png b/public/images/pokemon/variant/back/881_3.png
deleted file mode 100644
index 6ed3c2495ba..00000000000
Binary files a/public/images/pokemon/variant/back/881_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/248-mega.json b/public/images/pokemon/variant/exp/248-mega.json
index f6a6d5bf7ed..0a46ac40a4a 100644
--- a/public/images/pokemon/variant/exp/248-mega.json
+++ b/public/images/pokemon/variant/exp/248-mega.json
@@ -1,32 +1,34 @@
{
"1": {
- "4a5a39": "533334",
- "dee6cd": "dbb1b5",
- "101010": "101010",
- "accd9c": "c78482",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "915957",
- "d55200": "006fbe",
- "942900": "004194",
- "ee5229": "0098fc",
- "bd3920": "006fbe",
- "737373": "737373",
- "6a2000": "004194"
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
},
"2": {
- "4a5a39": "06092f",
- "dee6cd": "7068b2",
- "101010": "101010",
- "accd9c": "625695",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "2c3071",
- "d55200": "ffa904",
- "942900": "ee7b06",
- "ee5229": "ffef76",
- "bd3920": "ffa904",
- "737373": "737373",
- "6a2000": "ee7b06"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ffbf44",
+"f55e72": "ffd380",
+"ff6668": "fef3a1",
+"739c62": "2c3071",
+"ff8385": "fff8c1",
+"ffa3a4": "fffbdd",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/362-mega.json b/public/images/pokemon/variant/exp/362-mega.json
index 27f5d6f5afc..3b6e39436e6 100644
--- a/public/images/pokemon/variant/exp/362-mega.json
+++ b/public/images/pokemon/variant/exp/362-mega.json
@@ -1,38 +1,35 @@
-{
- "1": {
- "000000": "000000",
+{"1": {
+ "010101": "000000",
"2b74a8": "84073c",
- "a4deff": "ffd287",
- "7b7b83": "151a57",
- "62bdee": "fd9b44",
- "58585f": "0d1146",
- "faf9fb": "ff937b",
+ "bbeeff": "f9383e",
"393941": "0d1146",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"e6e6f6": "a2b7e5",
"7b7b94": "151a57",
"c5cde6": "6076c6",
"acaccd": "2f3c84",
- "52526a": "0d1146",
+ "2983bd": "d54f14",
+ "62bdee": "fd9b44",
"a82f37": "f9ff3d",
- "324c67": "460025",
- "ffffff": "ff937b"
+ "afe3f8": "ffd287",
+ "20315e": "460025"
},
"2": {
- "000000": "010101",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "a4deff": "f2ff87",
- "7b7b83": "4a282a",
- "62bdee": "c0ee46",
- "58585f": "221315",
- "faf9fb": "c8ff9c",
+ "bbeeff": "5ce11a",
"393941": "221315",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"e6e6f6": "9b6146",
"7b7b94": "4a282a",
"c5cde6": "7e4a3f",
"acaccd": "613735",
- "52526a": "221315",
+ "2983bd": "6bb61a",
+ "62bdee": "c0ee46",
"a82f37": "ff36b3",
- "324c67": "0a2a2e",
- "ffffff": "c8ff9c"
+ "afe3f8": "f2ff87",
+ "20315e": "0a2a2e"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/653.json b/public/images/pokemon/variant/exp/653.json
index aa8c032d4e3..be967d6c9c2 100644
--- a/public/images/pokemon/variant/exp/653.json
+++ b/public/images/pokemon/variant/exp/653.json
@@ -1,28 +1,28 @@
{
"1": {
- "796934": "9f398a",
- "fee772": "e190c3",
"101010": "101010",
- "cfb458": "c35ba3",
- "7f2d1b": "3c195c",
- "ec5631": "794cb7",
- "b64126": "502c81",
- "736a65": "68326b",
- "ffffff": "fbecff",
- "c5c5ce": "c093c3",
- "524e4e": "404040"
+ "736028": "9f398a",
+ "ffd659": "e190c3",
+ "ccab47": "c35ba3",
+ "732e17": "3c195c",
+ "f26130": "794cb7",
+ "b34724": "502c81",
+ "737373": "68326b",
+ "f8f8f8": "fbecff",
+ "bfbfbf": "c093c3",
+ "404040": "404040"
},
"2": {
- "796934": "172547",
- "fee772": "3a6a93",
"101010": "101010",
- "cfb458": "264166",
- "7f2d1b": "005646",
- "ec5631": "21d170",
- "b64126": "0aaa77",
- "736a65": "75553c",
- "ffffff": "fff8ec",
- "c5c5ce": "d4b996",
- "524e4e": "404040"
+ "736028": "172547",
+ "ffd659": "3a6a93",
+ "ccab47": "264166",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
+ "737373": "75553c",
+ "f8f8f8": "fff8ec",
+ "bfbfbf": "d4b996",
+ "404040": "404040"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/654.json b/public/images/pokemon/variant/exp/654.json
index a413295bc6c..0f3b2bf3d4e 100644
--- a/public/images/pokemon/variant/exp/654.json
+++ b/public/images/pokemon/variant/exp/654.json
@@ -1,38 +1,38 @@
{
"1": {
- "983a29": "6231a5",
- "f07944": "ab6ce0",
"101010": "101010",
- "bf5633": "6231a5",
- "987028": "061530",
- "f7e77a": "b55390",
- "e8b848": "872b59",
- "56301f": "471b70",
- "af7045": "6231a5",
- "8d452e": "c5b3ca",
- "969696": "262424",
- "414141": "404040",
+ "736028": "061530",
+ "ffd659": "b55390",
+ "ccab47": "872b59",
+ "732e17": "471b70",
+ "f26130": "ab6ce0",
+ "b34724": "6231a5",
"f8f8f8": "f7e4fc",
- "d8d8c8": "c093c3",
- "5c5c5c": "262424",
- "000000": "101010"
+ "737373": "5c255f",
+ "bfbfbf": "c093c3",
+ "804913": "c5b3ca",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "80f37b",
+ "ffc000": "4fcb61",
+ "ff8700": "207d4e"
},
"2": {
- "983a29": "0aaa77",
- "f07944": "21d170",
"101010": "101010",
- "bf5633": "0aaa77",
- "987028": "061530",
- "f7e77a": "2b5f8a",
- "e8b848": "173864",
- "56301f": "005646",
- "af7045": "0aaa77",
- "8d452e": "098794",
- "969696": "1a1a22",
- "414141": "404040",
+ "736028": "061530",
+ "ffd659": "2b5f8a",
+ "ccab47": "173864",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
"f8f8f8": "fff2dd",
- "d8d8c8": "d4b996",
- "5c5c5c": "1a1a22",
- "000000": "101010"
+ "737373": "75553c",
+ "bfbfbf": "d4b996",
+ "804913": "098794",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "c858a4",
+ "ffc000": "75308e",
+ "ff8700": "521364"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/656.json b/public/images/pokemon/variant/exp/656.json
index 68743a4c9f1..1d1003f739c 100644
--- a/public/images/pokemon/variant/exp/656.json
+++ b/public/images/pokemon/variant/exp/656.json
@@ -3,12 +3,12 @@
"838394": "4d7dc5",
"62ace6": "8363af",
"7bcdff": "9c75c2",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "7ab7ec",
"c9b241": "97d6e2",
"dfcf77": "bae7e8",
"174592": "37408c",
- "fdfdfd": "b1e5ff",
+ "ffffff": "b1e5ff",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
"396a83": "362864",
@@ -18,12 +18,12 @@
"838394": "cc6845",
"62ace6": "c44848",
"7bcdff": "dd6155",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "f7c685",
"c9b241": "97d6e2",
"dfcf77": "bae7e8",
"174592": "198158",
- "fdfdfd": "fff4bd",
+ "ffffff": "fff4bd",
"9c9cc5": "c96a48",
"cdcde6": "f7b785",
"396a83": "5c0d33",
diff --git a/public/images/pokemon/variant/exp/664.json b/public/images/pokemon/variant/exp/664.json
index 02633098521..bd4164ca7db 100644
--- a/public/images/pokemon/variant/exp/664.json
+++ b/public/images/pokemon/variant/exp/664.json
@@ -1,30 +1,30 @@
{
"1": {
- "797987": "9d6260",
- "f9f8fa": "ffffff",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "54544e": "895a9f",
- "383830": "4c2855",
- "727272": "a97dbb",
- "8e5136": "838b53",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "653925": "626649",
- "383834": "383834"
+ "4d4d4d": "9d6260",
+ "f8f8f8": "ffffff",
+ "101010": "101010",
+ "b3b3b3": "e9c7c4",
+ "363636": "4c2855",
+ "747474": "a97dbb",
+ "4e4e4e": "895a9f",
+ "9d7247": "838b53",
+ "d1bf6b": "a0c896",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "626649"
},
"2": {
- "797987": "590015",
- "f9f8fa": "c83e4c",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "54544e": "377772",
- "383830": "05312f",
- "727272": "73bdae",
- "8e5136": "bf8961",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "653925": "05312f",
- "383834": "383834"
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "101010": "101010",
+ "b3b3b3": "a70d37",
+ "363636": "05312f",
+ "747474": "73bdae",
+ "4e4e4e": "377772",
+ "9d7247": "dda476",
+ "d1bf6b": "ffe0ba",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "bf8961"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/665.json b/public/images/pokemon/variant/exp/665.json
index 02e88015c15..6d828dadb5d 100644
--- a/public/images/pokemon/variant/exp/665.json
+++ b/public/images/pokemon/variant/exp/665.json
@@ -1,36 +1,36 @@
{
"1": {
- "8e5136": "838b53",
- "653925": "626649",
- "52524b": "4c2855",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "838392": "9c615f",
- "8b8b8b": "a97dbb",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "6a6a6a": "895a9f",
- "ffffff": "ffffff",
- "f9f8fa": "f9f8fa",
- "94416a": "005361",
- "ff94b4": "008aac",
- "ee5a62": "00aacd"
+ "363636": "4c2855",
+ "d1bf6b": "a0c896",
+ "9d7247": "838b53",
+ "4e4e4e": "895a9f",
+ "747474": "a97dbb",
+ "bfbfbf": "b294be",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "895a9f",
+ "4d4d4d": "9c615f",
+ "f8f8f8": "ffffff",
+ "b3b3b3": "e9c7c4",
+ "802626": "005361",
+ "ff4c4c": "00aacd",
+ "eed83e": "cae2c3"
},
"2": {
- "8e5136": "bf8961",
- "653925": "bf8961",
- "52524b": "05312f",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "838392": "590015",
- "8b8b8b": "73bdae",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "6a6a6a": "377772",
- "ffffff": "c83e4c",
- "f9f8fa": "c83e4c",
- "94416a": "004270",
- "ff94b4": "0092dd",
- "ee5a62": "0092dd"
+ "363636": "05312f",
+ "d1bf6b": "ffe0ba",
+ "9d7247": "dda476",
+ "4e4e4e": "377772",
+ "747474": "73bdae",
+ "bfbfbf": "a70d37",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "590015",
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "b3b3b3": "a70d37",
+ "802626": "004270",
+ "ff4c4c": "0092dd",
+ "eed83e": "ffe0ba"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy.json b/public/images/pokemon/variant/exp/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.json b/public/images/pokemon/variant/exp/666-fancy_2.json
deleted file mode 100644
index bcfde0b3dd4..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.png b/public/images/pokemon/variant/exp/666-fancy_2.png
deleted file mode 100644
index 68af4d0a07a..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.json b/public/images/pokemon/variant/exp/666-fancy_3.json
deleted file mode 100644
index 60fd0634e79..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.png b/public/images/pokemon/variant/exp/666-fancy_3.png
deleted file mode 100644
index a8e39976f2a..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-high-plains.json b/public/images/pokemon/variant/exp/666-high-plains.json
index 330d1c39772..f63bb4f81f3 100644
--- a/public/images/pokemon/variant/exp/666-high-plains.json
+++ b/public/images/pokemon/variant/exp/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-icy-snow.json b/public/images/pokemon/variant/exp/666-icy-snow.json
index 9cae71418ce..d69d48d89e9 100644
--- a/public/images/pokemon/variant/exp/666-icy-snow.json
+++ b/public/images/pokemon/variant/exp/666-icy-snow.json
@@ -6,12 +6,13 @@
"303030": "402746",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "d9edd4",
"675220": "958c8a",
- "504a4a": "7f6991",
+ "ceab62": "d9edd4",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
},
"2": {
@@ -21,12 +22,13 @@
"303030": "364051",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "8c91a4",
"675220": "666b7d",
- "504a4a": "666b7d",
+ "ceab62": "8c91a4",
"707068": "8c91a4",
+ "504a4a": "666b7d",
"c3c3c3": "fefeff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow.json b/public/images/pokemon/variant/exp/666-meadow.json
new file mode 100644
index 00000000000..c766325427b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-meadow.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "d9edd4",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "ffeaff",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "770921",
+ "675220": "a2275e",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "707068": "ce5283",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "ce5283",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "f4c2ec",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.json b/public/images/pokemon/variant/exp/666-meadow_2.json
deleted file mode 100644
index 4d4d4d16147..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.png b/public/images/pokemon/variant/exp/666-meadow_2.png
deleted file mode 100644
index 8aada72636f..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.json b/public/images/pokemon/variant/exp/666-meadow_3.json
deleted file mode 100644
index 8af56626a35..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.png b/public/images/pokemon/variant/exp/666-meadow_3.png
deleted file mode 100644
index 146ea5e2ba9..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-monsoon.json b/public/images/pokemon/variant/exp/666-monsoon.json
index edc2e86427e..915d471b2b1 100644
--- a/public/images/pokemon/variant/exp/666-monsoon.json
+++ b/public/images/pokemon/variant/exp/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "7f6991",
- "707068": "a97cbc",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "2c3593",
- "707068": "5857bc",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-ocean.json b/public/images/pokemon/variant/exp/666-ocean.json
index 26a38bad7a8..c468bbcbf1e 100644
--- a/public/images/pokemon/variant/exp/666-ocean.json
+++ b/public/images/pokemon/variant/exp/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f3a861": "f3a861",
"fcf372": "fcf372",
- "303030": "b56208",
+ "303030": "b54908",
"ceab62": "ea8742",
"675220": "bc601c",
"504a4a": "bc601c",
diff --git a/public/images/pokemon/variant/exp/666-poke-ball.json b/public/images/pokemon/variant/exp/666-poke-ball.json
index 36cd38b95f0..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/exp/666-poke-ball.json
+++ b/public/images/pokemon/variant/exp/666-poke-ball.json
@@ -3,17 +3,36 @@
"101010": "101010",
"595959": "724b7a",
"b72c2c": "b72c2c",
- "303030": "402746",
"dc4b4b": "dc4b4b",
- "ceab62": "d9edd4",
+ "303030": "402746",
"675220": "958c8a",
+ "ceab62": "d9edd4",
"e97e7e": "e97e7e",
"971d1d": "971d1d",
"f8f8f8": "f8f8f8",
- "504a4a": "7f6991",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.json b/public/images/pokemon/variant/exp/666-poke-ball_3.json
deleted file mode 100644
index 3d133124358..00000000000
--- a/public/images/pokemon/variant/exp/666-poke-ball_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b0791af9130022168ad784a59e299ce:b180b141bed2ea965d6f07d9e2cd7ecc:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.png b/public/images/pokemon/variant/exp/666-poke-ball_3.png
deleted file mode 100644
index 767a55ab849..00000000000
Binary files a/public/images/pokemon/variant/exp/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-river.json b/public/images/pokemon/variant/exp/666-river.json
index df10a73d783..c7e5e288d05 100644
--- a/public/images/pokemon/variant/exp/666-river.json
+++ b/public/images/pokemon/variant/exp/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625843": "625843",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "504a4a": "ae7f41",
- "707068": "d9a666",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "59c9d3": "59c9d3",
- "279ec2": "279ec2",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.json b/public/images/pokemon/variant/exp/666-river_2.json
deleted file mode 100644
index f840b39ccfd..00000000000
--- a/public/images/pokemon/variant/exp/666-river_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3ecaf6e3ae563f3da9598e7b18b87b05:e4ece90a3e9880c6499c363b000de8dd:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.png b/public/images/pokemon/variant/exp/666-river_2.png
deleted file mode 100644
index 863acbbdc76..00000000000
Binary files a/public/images/pokemon/variant/exp/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/696.json b/public/images/pokemon/variant/exp/696.json
index 3a4b4480673..677f5d98578 100644
--- a/public/images/pokemon/variant/exp/696.json
+++ b/public/images/pokemon/variant/exp/696.json
@@ -1,40 +1,38 @@
{
"1": {
- "774411":"5e0b0b",
- "101010":"101010",
- "ff8f1f":"a50d0d",
- "4f2e1d":"023425",
- "5f4f4f":"0b4c29",
- "af8f7f":"478136",
- "3f3f44":"4c3216",
- "8f6f5f":"1b6430",
- "f8f7f9":"dfdea7",
- "bfbfcc":"cbbe8c",
- "121212":"121212",
- "8f8f99":"ad8c63",
- "c2c2cf":"c9bc87",
- "fbfafc":"dddca1",
- "772d34":"77452d",
- "ff9bd5":"c98c68"
- },
- "2": {
- "774411":"395cb7",
- "101010":"101010",
- "ff8f1f":"d2e9ff",
- "4f2e1d":"3e1f18",
- "5f4f4f":"644943",
- "af8f7f":"a59e9a",
- "3f3f44":"250860",
- "8f6f5f":"83726e",
- "f8f7f9":"6e46a7",
- "bfbfcc":"593097",
- "121212":"decaff",
- "8f8f99":"411684",
- "c2c2cf":"7ccad5",
- "fbfafc":"fbfafc",
- "772d34":"375ab3",
- "ff9bd5":"79c8d3"
- }
+"734517": "5e0b0b",
+"ffa64c": "a50d0d",
+"4a322c": "023425",
+"404040": "4c3216",
+"101010": "101010",
+"65483a": "0b4c29",
+"966858": "1b6430",
+"f8f8f8": "dfdea7",
+"8c8c8c": "ad8c63",
+"bfbfbf": "cbbe8c",
+"000000": "000000",
+"b73b6b": "4c3216",
+"ff949e": "c98c68",
+"b3b9b9": "cbbe8c",
+"3f3d3d": "4c3216"
+},
+"2": {
+"734517": "395cb7",
+"ffa64c": "d2e9ff",
+"4a322c": "3e1f18",
+"404040": "250860",
+"101010": "101010",
+"65483a": "644943",
+"966858": "83726e",
+"f8f8f8": "6e46a7",
+"8c8c8c": "411684",
+"bfbfbf": "593097",
+"000000": "decaff",
+"b73b6b": "395cb7",
+"ff949e": "79c8d3",
+"b3b9b9": "79c8d3",
+"3f3d3d": "395cb7"
+}
}
diff --git a/public/images/pokemon/variant/exp/697.json b/public/images/pokemon/variant/exp/697.json
index dae4554a1b7..b8d305022f5 100644
--- a/public/images/pokemon/variant/exp/697.json
+++ b/public/images/pokemon/variant/exp/697.json
@@ -1,42 +1,42 @@
{
- "1": {
- "1f0a0a":"1f0a0a",
- "471515":"0a1b17",
- "621e1d":"0b241e",
- "902e2c":"153626",
- "b45250":"285234",
- "d16c6b":"416a45",
- "653510":"5e0b0b",
- "b56726":"971c1c",
- "e39f33":"b52424",
- "756b66":"ad8c63",
- "b1b0b5":"cbbe8c",
- "f0f0f2":"dfdea7",
- "573b43":"4c3216",
- "736964":"ab885f",
- "ac628a":"9d5d18",
- "aeadb3":"a88860",
- "ededf0":"dbdaa4"
- },
- "2": {
- "1f0a0a":"1f0a0a",
- "471515":"191124",
- "621e1d":"52352f",
- "902e2c":"83726e",
- "b45250":"ab9b97",
- "d16c6b":"c7bcb9",
- "653510":"9d5390",
- "b56726":"ce7ecc",
- "e39f33":"f4dbf6",
- "756b66":"26173b",
- "b1b0b5":"33214f",
- "f0f0f2":"4b2e64",
- "573b43":"cc7cc9",
- "736964":"f6dcf7",
- "ac628a":"eed5f0",
- "aeadb3":"c779c4",
- "ededf0":"f8defa"
- }
+"1": {
+"080808": "080808",
+"32252c": "3e1e17",
+"50131e": "0b241e",
+"722533": "153626",
+"54434c": "4c3216",
+"964b1c": "5e0b0b",
+"963e4e": "285234",
+"bf7545": "971c1c",
+"f19d5a": "b52424",
+"9f9d98": "ad8c63",
+"cccccc": "cbbe8c",
+"fafafa": "dfdea7",
+"cac2c2": "cbbe8c",
+"f7eeee": "dfdea7",
+"53414b": "4c3216",
+"30222a": "3e1e17",
+"53454d": "4c3216"
+},
+"2": {
+"080808": "080808",
+"32252c": "0d0124",
+"50131e": "573b36",
+"722533": "83726e",
+"54434c": "170c25",
+"964b1c": "9d5390",
+"963e4e": "ab9b97",
+"bf7545": "ce7ecc",
+"f19d5a": "f4dbf6",
+"9f9d98": "26173b",
+"cccccc": "33214f",
+"fafafa": "4b2e64",
+"cac2c2": "ce7ecc",
+"f7eeee": "f4dbf6",
+"53414b": "dea5dd",
+"30222a": "ce7ecc",
+"53454d": "f4dbf6"
+}
}
diff --git a/public/images/pokemon/variant/exp/700.json b/public/images/pokemon/variant/exp/700.json
index 0b6071ad765..1189d463f2b 100644
--- a/public/images/pokemon/variant/exp/700.json
+++ b/public/images/pokemon/variant/exp/700.json
@@ -1,34 +1,32 @@
{
- "1": {
- "9a4557": "452f89",
- "19657b": "a63071",
- "fb9cc3": "c7a6ee",
- "52cbee": "e974db",
- "000000": "000000",
- "cb628d": "996cd2",
- "f7bbd4": "e1cff3",
- "0d146e": "0d146e",
- "3744e5": "d648b7",
- "584f4f": "5c6889",
- "ffffff": "f7f5ff",
- "1f337b": "a63071",
- "cbc0c0": "c3c5d9",
- "2999b9": "d648b7"
- },
- "2": {
- "9a4557": "197d46",
- "19657b": "c72537",
- "fb9cc3": "7dec9d",
- "52cbee": "ff9a68",
- "000000": "000000",
- "cb628d": "5dae7d",
- "f7bbd4": "f7bbd4",
- "0d146e": "0d146e",
- "3744e5": "eb5244",
- "584f4f": "7f5c89",
- "ffffff": "fff5fc",
- "1f337b": "c72537",
- "cbc0c0": "d9c3d6",
- "2999b9": "eb5244"
- }
+"1": {
+"101010": "101010",
+"8a2843": "452f89",
+"235a99": "a63071",
+"895c72": "5c6889",
+"d85a7a": "996cd2",
+"528fcc": "d648b7",
+"a88d8c": "8c8fa8",
+"f18a78": "b52d27",
+"fa8caa": "c7a6ee",
+"64c8f3": "e974db",
+"d9c3c3": "c3c5d9",
+"fff5f5": "f7f5ff",
+"65798c": "65798c"
+},
+"2": {
+"101010": "101010",
+"8a2843": "0e6134",
+"235a99": "900d1b",
+"895c72": "7f5c89",
+"d85a7a": "5dae7d",
+"528fcc": "dd3d4f",
+"a88d8c": "7f5c89",
+"f18a78": "d14ea4",
+"fa8caa": "7dec9d",
+"64c8f3": "ff9a68",
+"d9c3c3": "d9c3d6",
+"fff5f5": "fff5fc",
+"65798c": "65798c"
+}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/702.json b/public/images/pokemon/variant/exp/702.json
index 1edd126264e..12feb29a0fd 100644
--- a/public/images/pokemon/variant/exp/702.json
+++ b/public/images/pokemon/variant/exp/702.json
@@ -3,30 +3,30 @@
"101010": "101010",
"262626": "2a3b5e",
"4d4d4d": "6789b3",
- "ccbb99": "a3d1cc",
- "efefcf": "ddfff5",
- "704030": "a53c42",
- "906030": "c9685f",
- "efbf5f": "ffd3b6",
- "cf8f4f": "e49f84",
+ "bfbf86": "a3d1cc",
+ "f2f2aa": "ddfff5",
+ "735c2e": "a53c42",
+ "997a3d": "c9685f",
+ "f2c261": "ffd3b6",
+ "bf994c": "e49f84",
"1d1d1d": "1a1c45",
- "fefefe": "fefefe",
+ "f8f8f8": "f8f8f8",
"464646": "424b8f",
- "df7f5f": "7cd6a1"
+ "d97d21": "7cd6a1"
},
"2": {
"101010": "101010",
"262626": "072d38",
"4d4d4d": "197870",
- "ccbb99": "aaa8d6",
- "efefcf": "ece5ff",
- "704030": "1e0e27",
- "906030": "2d1533",
- "efbf5f": "5f3662",
- "cf8f4f": "432249",
+ "bfbf86": "aaa8d6",
+ "f2f2aa": "ece5ff",
+ "735c2e": "1e0e27",
+ "997a3d": "2d1533",
+ "f2c261": "5f3662",
+ "bf994c": "432249",
"1d1d1d": "02172d",
- "fefefe": "fefefe",
+ "f8f8f8": "f8f8f8",
"464646": "17646c",
- "df7f5f": "d2fff1"
+ "d97d21": "d2fff1"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/704.json b/public/images/pokemon/variant/exp/704.json
index 38e5cdaf70d..e292d6fb41f 100644
--- a/public/images/pokemon/variant/exp/704.json
+++ b/public/images/pokemon/variant/exp/704.json
@@ -1,30 +1,30 @@
{
"1": {
- "6f5e80": "4e4094",
- "e0d3e0": "fbb3d2",
- "010202": "101010",
- "bbafc4": "c7a1e5",
- "2f6b38": "4e4094",
- "74d457": "3aa8c4",
- "3da84d": "197497",
- "3f3d5e": "4e4094",
- "a497c2": "c7a1e5",
- "766fa6": "8b69c3",
- "4c3143": "4e4094",
- "cc93ab": "c7a1e5"
+ "807380": "b93f84",
+ "f2daf2": "fbb3d2",
+ "bfacbf": "e56ca6",
+ "4d454d": "8a2166",
+ "101010": "101010",
+ "4d993d": "197497",
+ "66cc52": "3aa8c4",
+ "b8a1e5": "c7a1e5",
+ "8f7db3": "8b69c3",
+ "665980": "4e4094",
+ "c25054": "c68260",
+ "de817e": "e5e1a1"
},
"2": {
- "6f5e80": "274159",
- "e0d3e0": "92d8c8",
- "010202": "101010",
- "bbafc4": "63a99e",
- "2f6b38": "134557",
- "74d457": "d27e26",
- "3da84d": "a34205",
- "3f3d5e": "134557",
- "a497c2": "63a99e",
- "766fa6": "2f667c",
- "4c3143": "134557",
- "cc93ab": "63a99e"
+ "807380": "237e7f",
+ "f2daf2": "92d8c8",
+ "bfacbf": "63a99e",
+ "4d454d": "134557",
+ "101010": "101010",
+ "4d993d": "a34205",
+ "66cc52": "d27e26",
+ "b8a1e5": "4a9699",
+ "8f7db3": "2f667c",
+ "665980": "274159",
+ "c25054": "9268a4",
+ "de817e": "f2daf2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/705.json b/public/images/pokemon/variant/exp/705.json
index a29b8f124dc..bf9aa91eb4b 100644
--- a/public/images/pokemon/variant/exp/705.json
+++ b/public/images/pokemon/variant/exp/705.json
@@ -1,33 +1,34 @@
{
"1": {
- "101010":"101010",
- "4d454d":"8a2166",
- "807380":"b93f84",
- "bfacbf":"e56ca6",
- "f2daf2":"fbb3d2",
- "665980":"4e4094",
- "8f7db3":"8b69c3",
- "b8a1e5":"c7a1e5",
- "4d993d":"aa6a00",
- "66cc52":"ffd047",
- "4e9c3e":"0c5474",
- "67cf53":"3aa8c4",
- "b6f2aa":"63cee1"
+ "807380": "b93f84",
+ "bfacbf": "e56ca6",
+ "f2daf2": "fbb3d2",
+ "4d454d": "8a2166",
+ "307922": "aa6a00",
+ "46b030": "ffd047",
+ "101010": "101010",
+ "98bd51": "197497",
+ "d2e79e": "3aa8c4",
+ "647543": "0c5474",
+ "b8a1e5": "c7a1e5",
+ "665980": "4e4094",
+ "8f7db3": "8b69c3",
+ "ef6f8f": "b93f84"
},
"2": {
- "101010":"101010",
- "4d454d":"194f51",
- "807380":"2b736f",
- "bfacbf":"5db6a9",
- "f2daf2":"9cead8",
- "665980":"274159",
- "8f7db3":"2f667c",
- "b8a1e5":"4a9699",
- "4d993d":"007d61",
- "66cc52":"49ffbf",
- "4e9c3e":"842401",
- "67cf53":"a34205",
- "b6f2aa":"d27e26"
+ "807380": "2b736f",
+ "bfacbf": "5db6a9",
+ "f2daf2": "9cead8",
+ "4d454d": "194f51",
+ "307922": "007d61",
+ "46b030": "49ffbf",
+ "101010": "101010",
+ "98bd51": "a34205",
+ "d2e79e": "d27e26",
+ "647543": "842401",
+ "b8a1e5": "4a9699",
+ "665980": "274159",
+ "8f7db3": "2f667c",
+ "3f6f8f": "9268a4"
}
-}
-
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/713.json b/public/images/pokemon/variant/exp/713.json
index d18009819f4..ca45360ecea 100644
--- a/public/images/pokemon/variant/exp/713.json
+++ b/public/images/pokemon/variant/exp/713.json
@@ -1,26 +1,32 @@
{
"1": {
- "42575f": "994255",
- "bbeef9": "ffbfda",
- "ffffff": "ffebf2",
- "473552": "4c131f",
- "9e7ac1": "994255",
- "6a4e7a": "732334",
- "8db7c7": "d97389",
- "000000": "000000",
- "698e9c": "bf566d",
- "e6c81e": "9dcc3e"
+ "608cba": "bf566d",
+ "bff4ff": "ffbfda",
+ "85d7f2": "f29eb3",
+ "967acc": "732334",
+ "77b8d9": "d97389",
+ "335980": "994255",
+ "f2ffff": "ffebf2",
+ "101010": "101010",
+ "737373": "737373",
+ "bfbfbf": "bfbfbf",
+ "efab34": "9dcc3e",
+ "ffe46a": "cbe696",
+ "f8f8f8": "f8f8f8"
},
"2": {
- "42575f": "42575f",
- "bbeef9": "fcc95c",
- "ffffff": "fff2ad",
- "473552": "473552",
- "9e7ac1": "6cb3ae",
- "6a4e7a": "006761",
- "8db7c7": "cc7b1e",
- "000000": "000000",
- "698e9c": "a8632a",
- "e6c81e": "8dd9d4"
+ "608cba": "a8632a",
+ "bff4ff": "fcc95c",
+ "85d7f2": "e69e2b",
+ "967acc": "2c7a75",
+ "77b8d9": "cc7b1e",
+ "335980": "824628",
+ "f2ffff": "fff2ad",
+ "101010": "101010",
+ "737373": "737373",
+ "bfbfbf": "6cb3ae",
+ "efab34": "6cb3ae",
+ "ffe46a": "b9f2ee",
+ "f8f8f8": "b9f2ee"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/715.json b/public/images/pokemon/variant/exp/715.json
index 4ca2bcad56a..0e97862f10b 100644
--- a/public/images/pokemon/variant/exp/715.json
+++ b/public/images/pokemon/variant/exp/715.json
@@ -1,20 +1,38 @@
{
+ "1": {
+ "101010": "101010",
+ "404040": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "8e5499": "202558",
+ "bfbfbf": "bb9adc",
+ "595959": "7a5ccc",
+ "801a1a": "5d173d",
+ "4cd9c1": "d04b6c",
+ "bd70cc": "2f386b",
+ "737373": "563d8f",
+ "f8f8f8": "d6c8f1",
+ "e52e2e": "903b78",
+ "000000": "000000",
+ "ffe14c": "ff8a58"
+ },
"2": {
- "404040": "c29484",
- "595959": "ecd3c3",
"101010": "101010",
- "287366": "832714",
- "4cd9c1": "dd834c",
- "3aa694": "b8552c",
- "801a1a": "7c0907",
- "e52e2e": "ad3419",
- "bd70cc": "5b1922",
- "6a3f73": "3b0c18",
- "737373": "1d060c",
- "8e5499": "7c2928",
- "bfbfbf": "43191e",
- "f8f8f8": "5a2a2b",
- "ffe14c": "49ffcd",
- "000000": "000000"
+ "404040": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "8e5499": "7c2928",
+ "bfbfbf": "43191e",
+ "595959": "ecd3c3",
+ "801a1a": "7c0907",
+ "4cd9c1": "dd834c",
+ "bd70cc": "5b1922",
+ "737373": "1d060c",
+ "f8f8f8": "5a2a2b",
+ "e52e2e": "ad3419",
+ "000000": "000000",
+ "ffe14c": "49ffcd"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/728.json b/public/images/pokemon/variant/exp/728.json
index 2439f925d49..a9c7155ec91 100644
--- a/public/images/pokemon/variant/exp/728.json
+++ b/public/images/pokemon/variant/exp/728.json
@@ -1,36 +1,44 @@
{
"1": {
- "2c316e": "00473d",
- "536fc3": "009469",
- "7199db": "14af82",
- "8d3774": "a62c20",
- "ef71c0": "ff8072",
- "ffc8ea": "ffc8ea",
- "3c4b92": "006355",
- "171717": "171717",
- "b95094": "e54c41",
- "fdfdfd": "fff6e2",
- "ccc2d0": "c2beb4",
- "9283a3": "808080",
- "7090a3": "858d7d",
- "a1d9e7": "92b599",
- "3e2d33": "3e2d33"
+ "101010": "101010",
+ "1e3a66": "363d2f",
+ "243a66": "00473d",
+ "733f50": "a62c20",
+ "404040": "404040",
+ "b3627d": "e54c41",
+ "2c4f8c": "5a6154",
+ "314f8c": "006355",
+ "436cbf": "009469",
+ "e57ea1": "ff8072",
+ "5f9ba6": "b56e76",
+ "639ba6": "858d7d",
+ "6c90d9": "14af82",
+ "808080": "808080",
+ "bfbfbf": "c2beb4",
+ "9edae5": "f7c1c5",
+ "a1dae5": "92b599",
+ "f8f8f8": "fff6e2",
+ "fefefe": "fff6e2"
},
"2": {
- "2c316e": "54041b",
- "536fc3": "a6213f",
- "7199db": "be294a",
- "8d3774": "620a33",
- "ef71c0": "dd3780",
- "ffc8ea": "f5edee",
- "3c4b92": "770f29",
- "171717": "171717",
- "b95094": "a7225c",
- "fdfdfd": "f5edee",
- "ccc2d0": "bfb4b9",
- "9283a3": "808080",
- "7090a3": "b88389",
- "a1d9e7": "f7c1c5",
- "3e2d33": "3e2d33"
+ "101010": "101010",
+ "1e3a66": "773f46",
+ "243a66": "54041b",
+ "733f50": "620a33",
+ "404040": "404040",
+ "b3627d": "a7225c",
+ "2c4f8c": "a45f67",
+ "314f8c": "770f29",
+ "436cbf": "a6213f",
+ "e57ea1": "dd3780",
+ "5f9ba6": "408c62",
+ "639ba6": "b88389",
+ "6c90d9": "be294a",
+ "808080": "808080",
+ "bfbfbf": "bfb4b9",
+ "9edae5": "91e6a2",
+ "a1dae5": "f7c1c5",
+ "f8f8f8": "f5edee",
+ "fefefe": "fff6e2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729.json b/public/images/pokemon/variant/exp/729.json
index 7d679b135ef..7b196fda526 100644
--- a/public/images/pokemon/variant/exp/729.json
+++ b/public/images/pokemon/variant/exp/729.json
@@ -1,32 +1,46 @@
{
"1": {
- "808080": "808080",
- "f8f8f8": "fff6e2",
- "4d4d4d": "2d2e31",
- "b3b3b3": "c2beb4",
- "3d5f66": "3d5f66",
- "a1dae5": "ffbd98",
- "639ba6": "be665d",
- "77b8d9": "0ccfa2",
- "3f6273": "006b65",
"101010": "101010",
- "5b8da6": "009a88",
+ "2d2e31": "2d2e31",
"733f50": "bb402f",
- "e57ea1": "ff9384"
+ "476d72": "be665d",
+ "b3627d": "fb6051",
+ "326187": "006b65",
+ "e57ea1": "ff9384",
+ "639ba6": "b56e76",
+ "2d8ec4": "009a88",
+ "1eb9ee": "0ccfa2",
+ "808080": "808080",
+ "8dafaf": "ff989e",
+ "bfbfbf": "c2beb4",
+ "bad8d8": "ffbd98",
+ "bae1f1": "f7c1c5",
+ "f8f8f8": "fff6e2",
+ "fdfdfd": "fff6e2",
+ "e17ea1": "ff9384",
+ "ab627d": "fb6051",
+ "6f3f50": "bb402f"
},
"2": {
- "808080": "808080",
- "f8f8f8": "f5edee",
- "4d4d4d": "4d4d4d",
- "b3b3b3": "bfb4b9",
- "3d5f66": "793f5e",
- "a1dae5": "deabce",
- "639ba6": "b681a6",
- "77b8d9": "c6496f",
- "3f6273": "5a141b",
"101010": "101010",
- "5b8da6": "952c3f",
+ "2d2e31": "2d2e31",
"733f50": "620a33",
- "e57ea1": "dd3780"
+ "476d72": "793f5e",
+ "b3627d": "a7225c",
+ "326187": "5a141b",
+ "e57ea1": "dd3780",
+ "639ba6": "408c62",
+ "2d8ec4": "952c3f",
+ "1eb9ee": "c6496f",
+ "808080": "808080",
+ "8dafaf": "b681a6",
+ "bfbfbf": "bfb4b9",
+ "bad8d8": "deabce",
+ "bae1f1": "91e6a2",
+ "f8f8f8": "f5edee",
+ "fdfdfd": "fff6e2",
+ "e17ea1": "deabce",
+ "ab627d": "b681a6",
+ "6f3f50": "793f5e"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_2.json b/public/images/pokemon/variant/exp/729_2.json
deleted file mode 100644
index 530888eaf6e..00000000000
--- a/public/images/pokemon/variant/exp/729_2.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "729_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_2.png b/public/images/pokemon/variant/exp/729_2.png
deleted file mode 100644
index 8349e63c91a..00000000000
Binary files a/public/images/pokemon/variant/exp/729_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/729_3.json b/public/images/pokemon/variant/exp/729_3.json
deleted file mode 100644
index 632cef739a2..00000000000
--- a/public/images/pokemon/variant/exp/729_3.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "729_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_3.png b/public/images/pokemon/variant/exp/729_3.png
deleted file mode 100644
index a4b4197f18a..00000000000
Binary files a/public/images/pokemon/variant/exp/729_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/730.json b/public/images/pokemon/variant/exp/730.json
index dbc5dda270d..5c8deeb52b2 100644
--- a/public/images/pokemon/variant/exp/730.json
+++ b/public/images/pokemon/variant/exp/730.json
@@ -1,20 +1,52 @@
{
+ "1": {
+ "101010": "101010",
+ "843843": "a62c20",
+ "8d3f4a": "a62c20",
+ "c46074": "e54c41",
+ "c76374": "e54c41",
+ "0e6792": "b54f5f",
+ "1241a1": "006355",
+ "6d7481": "917393",
+ "727481": "a0866f",
+ "1470de": "009469",
+ "5a8092": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "fd8196": "ff8072",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
+ },
"2": {
- "316a77": "500518",
- "60dbf5": "a6213f",
- "6189ac": "5c2141",
- "cee8ff": "e9a5c0",
- "499bb9": "770f29",
- "777171": "5c2141",
- "cfbdc6": "bfb4b9",
- "74b3e9": "c17b97",
- "ffffff": "f5edee",
- "000000": "000000",
- "c24262": "1d1638",
- "e9b9c5": "614388",
- "ee8ba4": "391e62",
- "0a3a65": "591945",
- "1073cc": "81387e",
- "115591": "591945"
+ "101010": "101010",
+ "843843": "5c2141",
+ "8d3f4a": "1d1638",
+ "c46074": "c17b97",
+ "c76374": "391e62",
+ "0e6792": "500518",
+ "1241a1": "591945",
+ "6d7481": "81716d",
+ "727481": "9e8193",
+ "1470de": "81387e",
+ "5a8092": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "fd8196": "e9a5c0",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/730_2.json b/public/images/pokemon/variant/exp/730_2.json
deleted file mode 100644
index cc806a36b25..00000000000
--- a/public/images/pokemon/variant/exp/730_2.json
+++ /dev/null
@@ -1,2309 +0,0 @@
-{
- "textures": [
- {
- "image": "730_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/730_2.png b/public/images/pokemon/variant/exp/730_2.png
deleted file mode 100644
index f7a1b20a9be..00000000000
Binary files a/public/images/pokemon/variant/exp/730_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/248-mega.json b/public/images/pokemon/variant/exp/back/248-mega.json
index f1770cfc32f..f5b58bf5f10 100644
--- a/public/images/pokemon/variant/exp/back/248-mega.json
+++ b/public/images/pokemon/variant/exp/back/248-mega.json
@@ -1,13 +1,28 @@
{
+ "1": {
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "004194",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "accd9c": "625695",
- "739c62": "2c3071",
- "ffffff": "ffffff",
- "6a2000": "ee7b06",
- "bd3920": "ffa904",
- "737373": "737373",
- "000000": "000000"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "2c3071",
+ "739c62": "2c3071",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.json b/public/images/pokemon/variant/exp/back/248-mega_2.json
deleted file mode 100644
index 7f236a6bb87..00000000000
--- a/public/images/pokemon/variant/exp/back/248-mega_2.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.png b/public/images/pokemon/variant/exp/back/248-mega_2.png
deleted file mode 100644
index 7971c22d8fe..00000000000
Binary files a/public/images/pokemon/variant/exp/back/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/362-mega.json b/public/images/pokemon/variant/exp/back/362-mega.json
index 3eddfcb3ef0..2f3d13a6944 100644
--- a/public/images/pokemon/variant/exp/back/362-mega.json
+++ b/public/images/pokemon/variant/exp/back/362-mega.json
@@ -1,28 +1,26 @@
{
"1": {
- "000000": "010101",
"393941": "050832",
+ "010101": "010101",
"2b74a8": "84073c",
- "7b7b83": "1b205d",
- "ffffff": "ff937b",
- "a4deff": "f9383e",
- "62bdee": "b7113a",
- "e6e6f6": "a2b7e5",
- "c5cde6": "6076c6",
+ "bbeeff": "f9383e",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"7b7b94": "1b205d",
- "acaccd": "2f3c84"
+ "e6e6f6": "a2b7e5",
+ "acaccd": "2f3c84",
+ "c5cde6": "6076c6"
},
"2": {
- "000000": "010101",
"393941": "221315",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "7b7b83": "4a282a",
- "ffffff": "c8ff9c",
- "a4deff": "5ce11a",
- "62bdee": "009325",
- "e6e6f6": "a76344",
- "c5cde6": "7e4a3f",
+ "bbeeff": "5ce11a",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"7b7b94": "4a282a",
- "acaccd": "613735"
+ "e6e6f6": "a76344",
+ "acaccd": "613735",
+ "c5cde6": "7e4a3f"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/654.json b/public/images/pokemon/variant/exp/back/654.json
index c7524e01b9a..0f3b2bf3d4e 100644
--- a/public/images/pokemon/variant/exp/back/654.json
+++ b/public/images/pokemon/variant/exp/back/654.json
@@ -1,34 +1,38 @@
{
"1": {
- "907020": "481332",
- "ffe060": "a85789",
- "e0ad10": "682546",
- "040404": "101010",
- "803020": "471b70",
- "f06030": "ab6ce0",
- "bf4020": "6231a5",
- "202020": "262626",
- "cccccc": "c093c3",
- "3c3c3c": "404040",
- "fdfdfd": "e7caef",
- "a4583e": "6231a5",
- "414141": "404040",
- "606060": "5c255f"
+ "101010": "101010",
+ "736028": "061530",
+ "ffd659": "b55390",
+ "ccab47": "872b59",
+ "732e17": "471b70",
+ "f26130": "ab6ce0",
+ "b34724": "6231a5",
+ "f8f8f8": "f7e4fc",
+ "737373": "5c255f",
+ "bfbfbf": "c093c3",
+ "804913": "c5b3ca",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "80f37b",
+ "ffc000": "4fcb61",
+ "ff8700": "207d4e"
},
"2": {
- "907020": "061530",
- "ffe060": "2b5f8a",
- "e0ad10": "173864",
- "040404": "101010",
- "803020": "005646",
- "f06030": "21d170",
- "bf4020": "0aaa77",
- "202020": "262626",
- "cccccc": "d4b996",
- "3c3c3c": "404040",
- "fdfdfd": "fff2dd",
- "a4583e": "0aaa77",
- "414141": "404040",
- "606060": "75553c"
+ "101010": "101010",
+ "736028": "061530",
+ "ffd659": "2b5f8a",
+ "ccab47": "173864",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
+ "f8f8f8": "fff2dd",
+ "737373": "75553c",
+ "bfbfbf": "d4b996",
+ "804913": "098794",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "c858a4",
+ "ffc000": "75308e",
+ "ff8700": "521364"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/656.json b/public/images/pokemon/variant/exp/back/656.json
index 34b11bfab78..f41398f3154 100644
--- a/public/images/pokemon/variant/exp/back/656.json
+++ b/public/images/pokemon/variant/exp/back/656.json
@@ -1,17 +1,17 @@
{
"1": {
- "838394": "4d7dc5",
+ "848496": "4d7dc5",
"7bcdff": "9c75c2",
"62ace6": "8363af",
"ffffff": "b1e5ff",
"396a83": "362864",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
- "174592": "198158",
+ "174592": "37408c",
"5a94cd": "7054a4"
},
"2": {
- "838394": "cc6845",
+ "848496": "cc6845",
"7bcdff": "dd6155",
"62ace6": "c44848",
"ffffff": "fff4bd",
diff --git a/public/images/pokemon/variant/exp/back/664.json b/public/images/pokemon/variant/exp/back/664.json
index 65474e240f3..ae0ec9fc792 100644
--- a/public/images/pokemon/variant/exp/back/664.json
+++ b/public/images/pokemon/variant/exp/back/664.json
@@ -1,28 +1,26 @@
{
"1": {
- "797987": "9c615f",
- "f9f8fa": "f9f8fa",
- "000000": "000000",
- "ffffff": "ffffff",
- "cdcdcd": "e9c7c4",
- "383830": "4c2855",
- "54544e": "895a9f",
- "727272": "a97dbb",
- "d8a465": "838b53",
- "f0d5b9": "a0c896",
- "653925": "626649"
+ "101010": "101010",
+ "363636": "4c2855",
+ "4d4d4d": "9d6260",
+ "4e4e4e": "895a9f",
+ "747474": "a97dbb",
+ "855d31": "626649",
+ "9d7247": "838b53",
+ "d1bf6b": "a0c896",
+ "b3b3b3": "e9c7c4",
+ "f8f8f8": "ffffff"
},
"2": {
- "797987": "590015",
- "f9f8fa": "c83e4c",
- "000000": "000000",
- "ffffff": "c83e4c",
- "cdcdcd": "a70d37",
- "383830": "05312f",
- "54544e": "377772",
- "727272": "73bdae",
- "d8a465": "dda476",
- "f0d5b9": "ffe0ba",
- "653925": "bf8961"
+ "101010": "101010",
+ "363636": "05312f",
+ "4d4d4d": "590015",
+ "4e4e4e": "377772",
+ "747474": "73bdae",
+ "855d31": "bf8961",
+ "9d7247": "dda476",
+ "d1bf6b": "ffe0ba",
+ "b3b3b3": "a70d37",
+ "f8f8f8": "c83e4c"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/665.json b/public/images/pokemon/variant/exp/back/665.json
index 876adeed0ea..c5defbab5b7 100644
--- a/public/images/pokemon/variant/exp/back/665.json
+++ b/public/images/pokemon/variant/exp/back/665.json
@@ -1,16 +1,30 @@
{
+ "1": {
+ "363636": "363636",
+ "d1bf6b": "a0c896",
+ "8c8c8c": "895a9f",
+ "bfbfbf": "a97dbb",
+ "9d7247": "838b53",
+ "101010": "101010",
+ "4d4d4d": "9c615f",
+ "b3b3b3": "e9c7c4",
+ "f8f8f8": "ffffff",
+ "802626": "005361",
+ "ff4c4c": "00aacd",
+ "eed83e": "cae2c3"
+ },
"2": {
- "8e5136": "bf8961",
- "838392": "590015",
- "d8a465": "dda476",
- "f0d5b9": "ffe0ba",
- "cdcdcd": "a70d37",
- "52524b": "360000",
- "653925": "bf8961",
- "000000": "000000",
- "f9f8fa": "c83e4c",
- "94416a": "004270",
- "ee5a62": "0092dd",
- "6a6a6a": "590015"
+ "363636": "360000",
+ "d1bf6b": "ffe0ba",
+ "8c8c8c": "590015",
+ "bfbfbf": "a70d37",
+ "9d7247": "dda476",
+ "101010": "101010",
+ "4d4d4d": "590015",
+ "b3b3b3": "a70d37",
+ "f8f8f8": "c83e4c",
+ "802626": "004270",
+ "ff4c4c": "0092dd",
+ "eed83e": "ffe0ba"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago.json b/public/images/pokemon/variant/exp/back/666-archipelago.json
new file mode 100644
index 00000000000..6386464b74e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-archipelago.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "d9edd4",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "642703",
+ "675220": "741300",
+ "504a4a": "741300",
+ "595959": "824719",
+ "707068": "a22414",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "a22414",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "e7caa5"
+
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.json b/public/images/pokemon/variant/exp/back/666-archipelago_2.json
deleted file mode 100644
index 8c6fd7bcb91..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.png b/public/images/pokemon/variant/exp/back/666-archipelago_2.png
deleted file mode 100644
index 86e17e33f11..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.json b/public/images/pokemon/variant/exp/back/666-archipelago_3.json
deleted file mode 100644
index 3f9c86ecd75..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.png b/public/images/pokemon/variant/exp/back/666-archipelago_3.png
deleted file mode 100644
index 7028f550d45..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental.json b/public/images/pokemon/variant/exp/back/666-continental.json
new file mode 100644
index 00000000000..92614fb346c
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-continental.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "595959": "724b7a",
+ "555353": "724b7a",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "402746",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "707068": "a97cbc",
+ "504a4a": "7f6991",
+ "aa5844": "aa5844",
+ "c3c3c3": "ffeaff",
+ "811c1c": "811c1c",
+ "e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.json b/public/images/pokemon/variant/exp/back/666-continental_2.json
deleted file mode 100644
index 371e157ff8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.png b/public/images/pokemon/variant/exp/back/666-continental_2.png
deleted file mode 100644
index 3b9a31469af..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.json b/public/images/pokemon/variant/exp/back/666-continental_3.json
deleted file mode 100644
index ec9c98e6312..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.png b/public/images/pokemon/variant/exp/back/666-continental_3.png
deleted file mode 100644
index b61b16538eb..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant.json b/public/images/pokemon/variant/exp/back/666-elegant.json
new file mode 100644
index 00000000000..1b7b9838005
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-elegant.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "d9edd4",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "c3c3c3",
+ "e6ddf8": "e6ddf8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "351262",
+ "675220": "7d1083",
+ "504a4a": "7d1083",
+ "595959": "612776",
+ "707068": "a73fab",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "a73fab",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "f0ecff",
+ "e6ddf8": "e6ddf8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.json b/public/images/pokemon/variant/exp/back/666-elegant_2.json
deleted file mode 100644
index 0894ba3672b..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.png b/public/images/pokemon/variant/exp/back/666-elegant_2.png
deleted file mode 100644
index 315b2fe859d..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.json b/public/images/pokemon/variant/exp/back/666-elegant_3.json
deleted file mode 100644
index 20501609416..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.png b/public/images/pokemon/variant/exp/back/666-elegant_3.png
deleted file mode 100644
index 490bbb5951c..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy.json b/public/images/pokemon/variant/exp/back/666-fancy.json
new file mode 100644
index 00000000000..5d368667ae3
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-fancy.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "6f9f42",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.json b/public/images/pokemon/variant/exp/back/666-fancy_2.json
deleted file mode 100644
index 5f8f29308d3..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.png b/public/images/pokemon/variant/exp/back/666-fancy_2.png
deleted file mode 100644
index a92f1e7eecf..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.json b/public/images/pokemon/variant/exp/back/666-fancy_3.json
deleted file mode 100644
index c1c35bf083a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.png b/public/images/pokemon/variant/exp/back/666-fancy_3.png
deleted file mode 100644
index 7a54e9bb6cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden.json b/public/images/pokemon/variant/exp/back/666-garden.json
new file mode 100644
index 00000000000..16fec8bc537
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-garden.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "d9edd4",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "044553",
+ "675220": "055160",
+ "504a4a": "055160",
+ "595959": "006b55",
+ "707068": "227687",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "227687",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "72d0a3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.json b/public/images/pokemon/variant/exp/back/666-garden_2.json
deleted file mode 100644
index 1c3840b900c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.png b/public/images/pokemon/variant/exp/back/666-garden_2.png
deleted file mode 100644
index c56ff652c7d..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.json b/public/images/pokemon/variant/exp/back/666-garden_3.json
deleted file mode 100644
index 5fbdd2097fd..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.png b/public/images/pokemon/variant/exp/back/666-garden_3.png
deleted file mode 100644
index 60c7f5b7d01..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains.json b/public/images/pokemon/variant/exp/back/666-high-plains.json
new file mode 100644
index 00000000000..984055b6a24
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-high-plains.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "337543": "337543",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "7d4428": "7d4428",
+ "707068": "a97cbc",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "d9edd4",
+ "f3a861": "f3a861",
+ "c3c3c3": "c3c3c3",
+ "773d21": "773d21"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "8f1d19",
+ "675220": "c97034",
+ "337543": "337543",
+ "504a4a": "c97034",
+ "595959": "a55422",
+ "7d4428": "7d4428",
+ "707068": "f2975a",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "f2975a",
+ "f3a861": "f3a861",
+ "c3c3c3": "edc67c",
+ "773d21": "773d21"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.json b/public/images/pokemon/variant/exp/back/666-high-plains_2.json
deleted file mode 100644
index 405f2657c8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.png b/public/images/pokemon/variant/exp/back/666-high-plains_2.png
deleted file mode 100644
index d53634ed092..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.json b/public/images/pokemon/variant/exp/back/666-high-plains_3.json
deleted file mode 100644
index 4c91b8fb5a0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.png b/public/images/pokemon/variant/exp/back/666-high-plains_3.png
deleted file mode 100644
index d6c577be131..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow.json b/public/images/pokemon/variant/exp/back/666-icy-snow.json
new file mode 100644
index 00000000000..ec52af1302a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-icy-snow.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "364051",
+ "675220": "666b7d",
+ "504a4a": "666b7d",
+ "595959": "60646a",
+ "707068": "8c91a4",
+ "ceab62": "8c91a4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json b/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
deleted file mode 100644
index a456b34be45..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png b/public/images/pokemon/variant/exp/back/666-icy-snow_2.png
deleted file mode 100644
index 02e7e2e61af..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json b/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
deleted file mode 100644
index c1b2ff5791d..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png b/public/images/pokemon/variant/exp/back/666-icy-snow_3.png
deleted file mode 100644
index 3c247e0d43a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle.json b/public/images/pokemon/variant/exp/back/666-jungle.json
new file mode 100644
index 00000000000..63b998e284e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-jungle.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "724e28": "724e28",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "567456": "567456",
+ "707068": "a97cbc",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "d9edd4",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "20452e",
+ "724e28": "724e28",
+ "675220": "153922",
+ "504a4a": "153922",
+ "595959": "285b3b",
+ "567456": "567456",
+ "707068": "385c43",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "385c43",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "a9d9a0"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.json b/public/images/pokemon/variant/exp/back/666-jungle_2.json
deleted file mode 100644
index e941cffbb5e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.png b/public/images/pokemon/variant/exp/back/666-jungle_2.png
deleted file mode 100644
index d6023a6500f..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.json b/public/images/pokemon/variant/exp/back/666-jungle_3.json
deleted file mode 100644
index 8bbc5571373..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.png b/public/images/pokemon/variant/exp/back/666-jungle_3.png
deleted file mode 100644
index 0f4ca358601..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine.json b/public/images/pokemon/variant/exp/back/666-marine.json
new file mode 100644
index 00000000000..0bae2c2067e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-marine.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "c3c3c3",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "16244f",
+ "675220": "264c85",
+ "504a4a": "264c85",
+ "595959": "2a5894",
+ "707068": "3070af",
+ "ceab62": "3070af",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "3070af",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.json b/public/images/pokemon/variant/exp/back/666-marine_2.json
deleted file mode 100644
index 7f85f0176f9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.png b/public/images/pokemon/variant/exp/back/666-marine_2.png
deleted file mode 100644
index ffa21823012..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.json b/public/images/pokemon/variant/exp/back/666-marine_3.json
deleted file mode 100644
index f61b5ed14a9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.png b/public/images/pokemon/variant/exp/back/666-marine_3.png
deleted file mode 100644
index ee4c51543ee..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow.json b/public/images/pokemon/variant/exp/back/666-meadow.json
new file mode 100644
index 00000000000..4f567cb29ee
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-meadow.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "402746",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "c3c3c3": "c3c3c3",
+ "707068": "a97cbc",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ },
+ "2": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "770921",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "c3c3c3": "f4c2ec",
+ "707068": "ce5283",
+ "675220": "a2275e",
+ "ceab62": "ce5283",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.json b/public/images/pokemon/variant/exp/back/666-meadow_2.json
deleted file mode 100644
index 7c2cbd58134..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_2.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.png b/public/images/pokemon/variant/exp/back/666-meadow_2.png
deleted file mode 100644
index bb54cac34cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.json b/public/images/pokemon/variant/exp/back/666-meadow_3.json
deleted file mode 100644
index 6dcce66c44e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_3.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.png b/public/images/pokemon/variant/exp/back/666-meadow_3.png
deleted file mode 100644
index 865e404c1cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern.json b/public/images/pokemon/variant/exp/back/666-modern.json
new file mode 100644
index 00000000000..5572a58bfa9
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-modern.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "d9edd4",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "c3c3c3",
+ "cfc5d9": "cfc5d9"
+ },
+ "2":{
+ "101010": "101010",
+ "303030": "4e0000",
+ "675220": "801521",
+ "504a4a": "801521",
+ "595959": "830012",
+ "707068": "ad2640",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "ad2640",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "ffeae8",
+ "cfc5d9": "cfc5d9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.json b/public/images/pokemon/variant/exp/back/666-modern_2.json
deleted file mode 100644
index 4b0ef1a8a59..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.png b/public/images/pokemon/variant/exp/back/666-modern_2.png
deleted file mode 100644
index 4cd5d770881..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.json b/public/images/pokemon/variant/exp/back/666-modern_3.json
deleted file mode 100644
index 78c496fc208..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.png b/public/images/pokemon/variant/exp/back/666-modern_3.png
deleted file mode 100644
index 5795174404f..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon.json b/public/images/pokemon/variant/exp/back/666-monsoon.json
new file mode 100644
index 00000000000..915d471b2b1
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-monsoon.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "807676": "807676",
+ "ceab62": "d9edd4",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.json b/public/images/pokemon/variant/exp/back/666-monsoon_2.json
deleted file mode 100644
index 344344ec0b2..00000000000
--- a/public/images/pokemon/variant/exp/back/666-monsoon_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-monsoon_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.png b/public/images/pokemon/variant/exp/back/666-monsoon_2.png
deleted file mode 100644
index 8f091f4d1de..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-monsoon_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_3.json b/public/images/pokemon/variant/exp/back/666-monsoon_3.json
deleted file mode 100644
index 4f7304f6c0c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-monsoon_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-monsoon_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_3.png b/public/images/pokemon/variant/exp/back/666-monsoon_3.png
deleted file mode 100644
index f216010ca99..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-monsoon_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-ocean.json b/public/images/pokemon/variant/exp/back/666-ocean.json
new file mode 100644
index 00000000000..70e7a51c21f
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-ocean.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "e1384d": "e1384d",
+ "ebcf3f": "ebcf3f",
+ "ceab62": "d9edd4",
+ "f4ad61": "f4ad61",
+ "f8ef6a": "f8ef6a",
+ "4482c9": "4482c9",
+ "6bb2e9": "6bb2e9",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "b54908",
+ "675220": "bc601c",
+ "504a4a": "bc601c",
+ "595959": "e99a26",
+ "707068": "ea8742",
+ "e1384d": "e1384d",
+ "ebcf3f": "ebcf3f",
+ "ceab62": "ea8742",
+ "f4ad61": "f4ad61",
+ "f8ef6a": "f8ef6a",
+ "4482c9": "4482c9",
+ "6bb2e9": "6bb2e9",
+ "c3c3c3": "f3c86b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_2.json b/public/images/pokemon/variant/exp/back/666-ocean_2.json
deleted file mode 100644
index d5bb27bf592..00000000000
--- a/public/images/pokemon/variant/exp/back/666-ocean_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-ocean_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_2.png b/public/images/pokemon/variant/exp/back/666-ocean_2.png
deleted file mode 100644
index 6f4fefc99f8..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-ocean_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_3.json b/public/images/pokemon/variant/exp/back/666-ocean_3.json
deleted file mode 100644
index 4ca1832c359..00000000000
--- a/public/images/pokemon/variant/exp/back/666-ocean_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-ocean_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_3.png b/public/images/pokemon/variant/exp/back/666-ocean_3.png
deleted file mode 100644
index 554fcb7b510..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-ocean_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball.json b/public/images/pokemon/variant/exp/back/666-poke-ball.json
new file mode 100644
index 00000000000..e21ba03fc1e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-poke-ball.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "971d1d": "971d1d",
+ "b72c2c": "b72c2c",
+ "dc4b4b": "dc4b4b",
+ "e97e7e": "e97e7e",
+ "ceab62": "d9edd4",
+ "a9a99e": "a9a99e",
+ "c3c3c3": "c3c3c3",
+ "f8f8f8": "f8f8f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "ae001a",
+ "675220": "a70038",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "707068": "d5375a",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "ceab62": "d5375a",
+ "a9a99e": "000050",
+ "c3c3c3": "f0a6bf",
+ "f8f8f8": "00006d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_2.json b/public/images/pokemon/variant/exp/back/666-poke-ball_2.json
deleted file mode 100644
index 99da9b9ac29..00000000000
--- a/public/images/pokemon/variant/exp/back/666-poke-ball_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_2.png b/public/images/pokemon/variant/exp/back/666-poke-ball_2.png
deleted file mode 100644
index a1bd953a1b3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-poke-ball_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_3.json b/public/images/pokemon/variant/exp/back/666-poke-ball_3.json
deleted file mode 100644
index de222894738..00000000000
--- a/public/images/pokemon/variant/exp/back/666-poke-ball_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_3.png b/public/images/pokemon/variant/exp/back/666-poke-ball_3.png
deleted file mode 100644
index 9e7ff12912d..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-polar.json b/public/images/pokemon/variant/exp/back/666-polar.json
new file mode 100644
index 00000000000..f86b4df3dcc
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-polar.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "2d2d61": "2d2d61",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "3b4b8a": "3b4b8a",
+ "4d6cc1": "4d6cc1",
+ "6aa2dc": "6aa2dc",
+ "bfbfbf": "bfbfbf",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "191b54",
+ "675220": "366098",
+ "2d2d61": "2d2d61",
+ "504a4a": "366098",
+ "595959": "2f3887",
+ "707068": "5f85c1",
+ "ceab62": "5f85c1",
+ "3b4b8a": "3b4b8a",
+ "4d6cc1": "4d6cc1",
+ "6aa2dc": "6aa2dc",
+ "bfbfbf": "bfbfbf",
+ "c3c3c3": "ffffff",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_2.json b/public/images/pokemon/variant/exp/back/666-polar_2.json
deleted file mode 100644
index e30095c2299..00000000000
--- a/public/images/pokemon/variant/exp/back/666-polar_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-polar_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_2.png b/public/images/pokemon/variant/exp/back/666-polar_2.png
deleted file mode 100644
index b66daac7d2c..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-polar_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-polar_3.json b/public/images/pokemon/variant/exp/back/666-polar_3.json
deleted file mode 100644
index 76df03f7d08..00000000000
--- a/public/images/pokemon/variant/exp/back/666-polar_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-polar_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_3.png b/public/images/pokemon/variant/exp/back/666-polar_3.png
deleted file mode 100644
index cab4822a306..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-polar_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-river.json b/public/images/pokemon/variant/exp/back/666-river.json
new file mode 100644
index 00000000000..c7e5e288d05
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-river.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_2.json b/public/images/pokemon/variant/exp/back/666-river_2.json
deleted file mode 100644
index 4edb4a188f8..00000000000
--- a/public/images/pokemon/variant/exp/back/666-river_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_2.png b/public/images/pokemon/variant/exp/back/666-river_2.png
deleted file mode 100644
index c689a6c7150..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-river_3.json b/public/images/pokemon/variant/exp/back/666-river_3.json
deleted file mode 100644
index 69623e13034..00000000000
--- a/public/images/pokemon/variant/exp/back/666-river_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_3.png b/public/images/pokemon/variant/exp/back/666-river_3.png
deleted file mode 100644
index a163e179d0e..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-river_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm.json b/public/images/pokemon/variant/exp/back/666-sandstorm.json
new file mode 100644
index 00000000000..6bc91afb34d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-sandstorm.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625843": "625843",
+ "72604d": "72604d",
+ "707068": "a97cbc",
+ "9b9148": "9b9148",
+ "ba8d68": "ba8d68",
+ "ceab62": "d9edd4",
+ "d9b674": "d9b674",
+ "f1d69e": "f1d69e",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "443123",
+ "675220": "9c703b",
+ "504a4a": "9c703b",
+ "595959": "88583e",
+ "625843": "625843",
+ "72604d": "72604d",
+ "707068": "c6975f",
+ "9b9148": "9b9148",
+ "ba8d68": "ba8d68",
+ "ceab62": "c6975f",
+ "d9b674": "d9b674",
+ "f1d69e": "f1d69e",
+ "c3c3c3": "ece1a9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_2.json b/public/images/pokemon/variant/exp/back/666-sandstorm_2.json
deleted file mode 100644
index 5651485f6d0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sandstorm_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sandstorm_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_2.png b/public/images/pokemon/variant/exp/back/666-sandstorm_2.png
deleted file mode 100644
index 534e96bee13..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sandstorm_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_3.json b/public/images/pokemon/variant/exp/back/666-sandstorm_3.json
deleted file mode 100644
index d43381578cb..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sandstorm_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sandstorm_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_3.png b/public/images/pokemon/variant/exp/back/666-sandstorm_3.png
deleted file mode 100644
index 649fa83e025..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sandstorm_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-savanna.json b/public/images/pokemon/variant/exp/back/666-savanna.json
new file mode 100644
index 00000000000..c261f52dced
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-savanna.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "dcc433": "dcc433",
+ "ceab62": "d9edd4",
+ "3b67ac": "3b67ac",
+ "61a0f5": "61a0f5",
+ "55d3d9": "55d3d9",
+ "6cc6c6": "6cc6c6",
+ "fffd77": "fffd77",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "183576",
+ "675220": "1d828b",
+ "504a4a": "1d828b",
+ "595959": "4168bb",
+ "707068": "4faab3",
+ "dcc433": "dcc433",
+ "ceab62": "4faab3",
+ "fffd77": "fffd77",
+ "3b67ac": "3b67ac",
+ "61a0f5": "61a0f5",
+ "55d3d9": "55d3d9",
+ "6cc6c6": "6cc6c6",
+ "c3c3c3": "81e7e1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_2.json b/public/images/pokemon/variant/exp/back/666-savanna_2.json
deleted file mode 100644
index c1f73f6efc7..00000000000
--- a/public/images/pokemon/variant/exp/back/666-savanna_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-savanna_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_2.png b/public/images/pokemon/variant/exp/back/666-savanna_2.png
deleted file mode 100644
index b4b8ecedb9e..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-savanna_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_3.json b/public/images/pokemon/variant/exp/back/666-savanna_3.json
deleted file mode 100644
index 49ab66f6855..00000000000
--- a/public/images/pokemon/variant/exp/back/666-savanna_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-savanna_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_3.png b/public/images/pokemon/variant/exp/back/666-savanna_3.png
deleted file mode 100644
index 6bc0a0b8363..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-savanna_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sun.json b/public/images/pokemon/variant/exp/back/666-sun.json
new file mode 100644
index 00000000000..21cf5787ba4
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-sun.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "c94971": "c94971",
+ "e18248": "e18248",
+ "ceab62": "d9edd4",
+ "f1a26a": "f1a26a",
+ "f0ce44": "f0ce44",
+ "fcf372": "fcf372",
+ "f47491": "f47491",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "640000",
+ "675220": "8c1850",
+ "504a4a": "8c1850",
+ "595959": "750500",
+ "707068": "b83b74",
+ "c94971": "c94971",
+ "e18248": "e18248",
+ "ceab62": "b83b74",
+ "f1a26a": "f1a26a",
+ "f0ce44": "f0ce44",
+ "fcf372": "fcf372",
+ "f47491": "f47491",
+ "c3c3c3": "fee3e7"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_2.json b/public/images/pokemon/variant/exp/back/666-sun_2.json
deleted file mode 100644
index d7c995a1bc0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sun_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sun_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_2.png b/public/images/pokemon/variant/exp/back/666-sun_2.png
deleted file mode 100644
index c9168d5a1c5..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sun_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sun_3.json b/public/images/pokemon/variant/exp/back/666-sun_3.json
deleted file mode 100644
index a3f755a4e7c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sun_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sun_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_3.png b/public/images/pokemon/variant/exp/back/666-sun_3.png
deleted file mode 100644
index 1a36299851e..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sun_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-tundra.json b/public/images/pokemon/variant/exp/back/666-tundra.json
new file mode 100644
index 00000000000..b098f776c00
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-tundra.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "539ad9": "539ad9",
+ "74bbe9": "74bbe9",
+ "a3def1": "a3def1",
+ "c3c3c3": "c3c3c3",
+ "d0d0d0": "d0d0d0",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "003d69",
+ "675220": "3a76a7",
+ "504a4a": "3a76a7",
+ "595959": "225b72",
+ "707068": "659dd0",
+ "ceab62": "659dd0",
+ "539ad9": "539ad9",
+ "74bbe9": "74bbe9",
+ "a3def1": "a3def1",
+ "c3c3c3": "cbfbfb",
+ "d0d0d0": "d0d0d0",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_2.json b/public/images/pokemon/variant/exp/back/666-tundra_2.json
deleted file mode 100644
index 3d8ae45a641..00000000000
--- a/public/images/pokemon/variant/exp/back/666-tundra_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-tundra_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_2.png b/public/images/pokemon/variant/exp/back/666-tundra_2.png
deleted file mode 100644
index 49325397d8a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-tundra_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_3.json b/public/images/pokemon/variant/exp/back/666-tundra_3.json
deleted file mode 100644
index 65be2910a02..00000000000
--- a/public/images/pokemon/variant/exp/back/666-tundra_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-tundra_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_3.png b/public/images/pokemon/variant/exp/back/666-tundra_3.png
deleted file mode 100644
index 3284e1e637b..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-tundra_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/697.json b/public/images/pokemon/variant/exp/back/697.json
index 61a5f16551b..5303995a117 100644
--- a/public/images/pokemon/variant/exp/back/697.json
+++ b/public/images/pokemon/variant/exp/back/697.json
@@ -1,37 +1,34 @@
{
- "1": {
- "080808":"080808",
- "621e1d":"0b241e",
- "902f2d":"153626",
- "b45250":"285234",
- "653510":"5e0b0b",
- "b56827":"971c1c",
- "e39f33":"b52424",
- "46413f":"4c3216",
- "766c67":"ad8c63",
- "adaaae":"cbbe8c",
- "f0f0f2":"dfdea7",
- "3d3937":"ab8a61",
- "786d68":"cfc28f",
- "afacb0":"c9bd8b",
- "ededf0":"e0dfa8"
- },
- "2": {
- "080808":"080808",
- "621e1d":"52352f",
- "902f2d":"83726e",
- "b45250":"ab9b97",
- "653510":"9d5390",
- "b56827":"ce7ecc",
- "e39f33":"f4dbf6",
- "46413f":"170c25",
- "766c67":"26173b",
- "adaaae":"33214f",
- "f0f0f2":"4b2e64",
- "3d3937":"c97bc7",
- "786d68":"e5a9ea",
- "afacb0":"d180ce",
- "ededf0":"ededf0"
- }
+
+"1": {
+"080808": "080808",
+"32252c": "3e1e17",
+"50131e": "0b241e",
+"722533": "153626",
+"54434c": "4c3216",
+"964b1c": "5e0b0b",
+"963e4e": "285234",
+"bf7545": "971c1c",
+"f19d5a": "b52424",
+"9f9d98": "ad8c63",
+"cccccc": "cbbe8c",
+"fafafa": "dfdea7",
+"53454d":"4c3216"
+},
+"2": {
+"080808": "080808",
+"32252c": "0d0124",
+"50131e": "573b36",
+"722533": "83726e",
+"54434c": "170c25",
+"964b1c": "9d5390",
+"963e4e": "ab9b97",
+"bf7545": "ce7ecc",
+"f19d5a": "f4dbf6",
+"9f9d98": "26173b",
+"cccccc": "33214f",
+"fafafa": "4b2e64",
+"53454d": "f4dbf6"
+}
}
diff --git a/public/images/pokemon/variant/exp/back/700.json b/public/images/pokemon/variant/exp/back/700.json
index 4b65fb00405..1189d463f2b 100644
--- a/public/images/pokemon/variant/exp/back/700.json
+++ b/public/images/pokemon/variant/exp/back/700.json
@@ -1,26 +1,32 @@
{
- "1": {
- "107090": "c72537",
- "af4f6f": "452f89",
- "7fcfdf": "ff9a68",
- "ffaebb": "c7a6ee",
- "101010": "101010",
- "807070": "5c6889",
- "ef6f8f": "996cd2",
- "ffffff": "f7f5ff",
- "ddcccc": "c3c5d9",
- "6f8faf": "eb5244"
- },
- "2": {
- "107090": "c72537",
- "af4f6f": "197d46",
- "7fcfdf": "ff9a68",
- "ffaebb": "7dec9d",
- "101010": "101010",
- "807070": "7f5c89",
- "ef6f8f": "5dae7d",
- "ffffff": "fff5fc",
- "ddcccc": "d9c3d6",
- "6f8faf": "eb5244"
- }
+"1": {
+"101010": "101010",
+"8a2843": "452f89",
+"235a99": "a63071",
+"895c72": "5c6889",
+"d85a7a": "996cd2",
+"528fcc": "d648b7",
+"a88d8c": "8c8fa8",
+"f18a78": "b52d27",
+"fa8caa": "c7a6ee",
+"64c8f3": "e974db",
+"d9c3c3": "c3c5d9",
+"fff5f5": "f7f5ff",
+"65798c": "65798c"
+},
+"2": {
+"101010": "101010",
+"8a2843": "0e6134",
+"235a99": "900d1b",
+"895c72": "7f5c89",
+"d85a7a": "5dae7d",
+"528fcc": "dd3d4f",
+"a88d8c": "7f5c89",
+"f18a78": "d14ea4",
+"fa8caa": "7dec9d",
+"64c8f3": "ff9a68",
+"d9c3c3": "d9c3d6",
+"fff5f5": "fff5fc",
+"65798c": "65798c"
+}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/702.json b/public/images/pokemon/variant/exp/back/702.json
index a5bb32bb790..12feb29a0fd 100644
--- a/public/images/pokemon/variant/exp/back/702.json
+++ b/public/images/pokemon/variant/exp/back/702.json
@@ -1,22 +1,32 @@
{
"1": {
"101010": "101010",
- "4d4d4d": "6789b3",
"262626": "2a3b5e",
+ "4d4d4d": "6789b3",
+ "bfbf86": "a3d1cc",
+ "f2f2aa": "ddfff5",
"735c2e": "a53c42",
+ "997a3d": "c9685f",
"f2c261": "ffd3b6",
"bf994c": "e49f84",
- "997a3d": "c9685f",
- "000000": "000000"
+ "1d1d1d": "1a1c45",
+ "f8f8f8": "f8f8f8",
+ "464646": "424b8f",
+ "d97d21": "7cd6a1"
},
"2": {
"101010": "101010",
- "4d4d4d": "197870",
"262626": "072d38",
+ "4d4d4d": "197870",
+ "bfbf86": "aaa8d6",
+ "f2f2aa": "ece5ff",
"735c2e": "1e0e27",
+ "997a3d": "2d1533",
"f2c261": "5f3662",
"bf994c": "432249",
- "997a3d": "2d1533",
- "000000": "000000"
+ "1d1d1d": "02172d",
+ "f8f8f8": "f8f8f8",
+ "464646": "17646c",
+ "d97d21": "d2fff1"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/704.json b/public/images/pokemon/variant/exp/back/704.json
index 179c06d54ac..1955f425b26 100644
--- a/public/images/pokemon/variant/exp/back/704.json
+++ b/public/images/pokemon/variant/exp/back/704.json
@@ -1,26 +1,30 @@
{
"1": {
- "766fa6": "7d699d",
- "010202": "101010",
- "6f5e80": "4e4094",
- "e0d3e0": "fbb3d2",
- "bbafc4": "da75a5",
- "2f6b38": "033c55",
- "a497c2": "da75a5",
- "74d457": "348fa6",
- "3da84d": "185d83",
- "3f3d5e": "033c55"
+ "807380": "b93f84",
+ "f2daf2": "fbb3d2",
+ "bfacbf": "e56ca6",
+ "4d454d": "8a2166",
+ "101010": "101010",
+ "4d993d": "197497",
+ "66cc52": "3aa8c4",
+ "b8a1e5": "c7a1e5",
+ "8f7db3": "8b69c3",
+ "665980": "4e4094",
+ "de817e": "e5e1a1",
+ "c25054": "c68260"
},
"2": {
- "766fa6": "2f5d6f",
- "010202": "101010",
- "6f5e80": "274159",
- "e0d3e0": "92d8c8",
- "bbafc4": "5f8d86",
- "2f6b38": "681b00",
- "a497c2": "5f8d86",
- "74d457": "bb7935",
- "3da84d": "a34205",
- "3f3d5e": "681b00"
+ "807380": "237e7f",
+ "f2daf2": "92d8c8",
+ "bfacbf": "63a99e",
+ "4d454d": "134557",
+ "101010": "101010",
+ "4d993d": "a34205",
+ "66cc52": "d27e26",
+ "b8a1e5": "4a9699",
+ "8f7db3": "2f667c",
+ "665980": "274159",
+ "de817e": "f2daf2",
+ "c25054": "9268a4"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/705.json b/public/images/pokemon/variant/exp/back/705.json
index 93f270c6976..72dd07123ea 100644
--- a/public/images/pokemon/variant/exp/back/705.json
+++ b/public/images/pokemon/variant/exp/back/705.json
@@ -1,28 +1,26 @@
{
"1": {
- "807380": "b93f84",
- "f2daf2": "fbb3d2",
- "101010": "101010",
- "4d454d": "8a2166",
- "bfacbf": "ca719c",
- "66cc52": "197497",
- "b6f2aa": "197497",
- "4d993d": "0c5474",
- "665980": "4e4094",
- "b8a1e5": "c7a1e5",
- "8f7db3": "8b69c3"
+ "101010": "101010",
+ "4d454d": "8a2166",
+ "647543": "197497",
+ "98bd51": "3aa8c4",
+ "665980": "4e4094",
+ "807380": "b93f84",
+ "8f7db3": "8b69c3",
+ "bfacbf": "e56ca6",
+ "b8a1e5": "c7a1e5",
+ "f2daf2": "fbb3d2"
},
"2": {
- "807380": "20615e",
- "f2daf2": "9cead8",
- "101010": "101010",
- "4d454d": "124143",
- "bfacbf": "4e9b8f",
- "66cc52": "a34205",
- "b6f2aa": "a34205",
- "4d993d": "842401",
- "665980": "274159",
- "b8a1e5": "4a9699",
- "8f7db3": "2f667c"
+ "101010": "101010",
+ "4d454d": "194f51",
+ "647543": "a34205",
+ "98bd51": "d27e26",
+ "665980": "274159",
+ "807380": "2b736f",
+ "8f7db3": "2f667c",
+ "bfacbf": "5db6a9",
+ "b8a1e5": "4a9699",
+ "f2daf2": "9cead8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/713.json b/public/images/pokemon/variant/exp/back/713.json
index 8c54b0ab776..61977f60470 100644
--- a/public/images/pokemon/variant/exp/back/713.json
+++ b/public/images/pokemon/variant/exp/back/713.json
@@ -1,22 +1,22 @@
{
"1": {
- "6994bf": "bf566d",
- "f2ffff": "ffebf2",
- "335980": "994255",
+ "608cba": "bf566d",
"967acc": "732334",
- "77b8d9": "d97389",
"85d7f2": "f29eb3",
"bff4ff": "ffbfda",
+ "335980": "994255",
+ "f2ffff": "ffebf2",
+ "77b8d9": "d97389",
"101010": "101010"
},
"2": {
- "6994bf": "a8632a",
- "f2ffff": "fff2ad",
- "335980": "824628",
+ "608cba": "a8632a",
"967acc": "2c7a75",
- "77b8d9": "cc7b1e",
"85d7f2": "e69e2b",
"bff4ff": "fcc95c",
+ "335980": "824628",
+ "f2ffff": "fff2ad",
+ "77b8d9": "cc7b1e",
"101010": "101010"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/728.json b/public/images/pokemon/variant/exp/back/728.json
index f736f512525..a9c7155ec91 100644
--- a/public/images/pokemon/variant/exp/back/728.json
+++ b/public/images/pokemon/variant/exp/back/728.json
@@ -1,34 +1,44 @@
{
"1": {
- "8d3774": "e54c41",
- "2c316e": "00473d",
- "ef71c0": "ff8072",
- "ffc8ea": "fff6e2",
- "536fc3": "009469",
- "b95094": "e54c41",
- "7199db": "14af82",
- "171717": "171717",
- "9283a3": "808080",
- "ccc2d0": "c2beb4",
- "3c4b92": "006355",
- "fafafa": "fff6e2",
- "7090a3": "858d7d",
- "a1d9e7": "92b599"
+ "101010": "101010",
+ "1e3a66": "363d2f",
+ "243a66": "00473d",
+ "733f50": "a62c20",
+ "404040": "404040",
+ "b3627d": "e54c41",
+ "2c4f8c": "5a6154",
+ "314f8c": "006355",
+ "436cbf": "009469",
+ "e57ea1": "ff8072",
+ "5f9ba6": "b56e76",
+ "639ba6": "858d7d",
+ "6c90d9": "14af82",
+ "808080": "808080",
+ "bfbfbf": "c2beb4",
+ "9edae5": "f7c1c5",
+ "a1dae5": "92b599",
+ "f8f8f8": "fff6e2",
+ "fefefe": "fff6e2"
},
"2": {
- "8d3774": "620a33",
- "2c316e": "54041b",
- "ef71c0": "dd3780",
- "ffc8ea": "f5edee",
- "536fc3": "a6213f",
- "b95094": "a7225c",
- "7199db": "be294a",
- "171717": "171717",
- "9283a3": "9283a3",
- "ccc2d0": "bfb4b9",
- "3c4b92": "770f29",
- "fafafa": "f5edee",
- "7090a3": "b88389",
- "a1d9e7": "f7c1c5"
+ "101010": "101010",
+ "1e3a66": "773f46",
+ "243a66": "54041b",
+ "733f50": "620a33",
+ "404040": "404040",
+ "b3627d": "a7225c",
+ "2c4f8c": "a45f67",
+ "314f8c": "770f29",
+ "436cbf": "a6213f",
+ "e57ea1": "dd3780",
+ "5f9ba6": "408c62",
+ "639ba6": "b88389",
+ "6c90d9": "be294a",
+ "808080": "808080",
+ "bfbfbf": "bfb4b9",
+ "9edae5": "91e6a2",
+ "a1dae5": "f7c1c5",
+ "f8f8f8": "f5edee",
+ "fefefe": "fff6e2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729.json b/public/images/pokemon/variant/exp/back/729.json
new file mode 100644
index 00000000000..a0e40c36aec
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/729.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "2d2e31": "2d2e31",
+ "733f50": "bb402f",
+ "476d72": "be665d",
+ "b3627d": "fb6051",
+ "326187": "006b65",
+ "e57ea1": "ff9384",
+ "639ba6": "b56e76",
+ "2d8ec4": "009a88",
+ "1eb9ee": "0ccfa2",
+ "808080": "808080",
+ "8dafaf": "ff989e",
+ "bfbfbf": "c2beb4",
+ "bad8d8": "ffbd98",
+ "bae1f1": "f7c1c5",
+ "f8f8f8": "fff6e2",
+ "fdfdfd": "fff6e2"
+ },
+ "2": {
+ "101010": "101010",
+ "2d2e31": "2d2e31",
+ "733f50": "620a33",
+ "476d72": "793f5e",
+ "b3627d": "a7225c",
+ "326187": "5a141b",
+ "e57ea1": "dd3780",
+ "639ba6": "408c62",
+ "2d8ec4": "952c3f",
+ "1eb9ee": "c6496f",
+ "808080": "808080",
+ "8dafaf": "b681a6",
+ "bfbfbf": "bfb4b9",
+ "bad8d8": "deabce",
+ "bae1f1": "91e6a2",
+ "f8f8f8": "f5edee",
+ "fdfdfd": "fff6e2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729_2.json b/public/images/pokemon/variant/exp/back/729_2.json
deleted file mode 100644
index 146cac6c9d1..00000000000
--- a/public/images/pokemon/variant/exp/back/729_2.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "729_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729_2.png b/public/images/pokemon/variant/exp/back/729_2.png
deleted file mode 100644
index d5600f3bee4..00000000000
Binary files a/public/images/pokemon/variant/exp/back/729_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/729_3.json b/public/images/pokemon/variant/exp/back/729_3.json
deleted file mode 100644
index 6a251ba9b19..00000000000
--- a/public/images/pokemon/variant/exp/back/729_3.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "729_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729_3.png b/public/images/pokemon/variant/exp/back/729_3.png
deleted file mode 100644
index 182d81a0754..00000000000
Binary files a/public/images/pokemon/variant/exp/back/729_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/730.json b/public/images/pokemon/variant/exp/back/730.json
index 8c3238188cf..ae6d464dd3f 100644
--- a/public/images/pokemon/variant/exp/back/730.json
+++ b/public/images/pokemon/variant/exp/back/730.json
@@ -1,18 +1,52 @@
{
- "2": {
- "337287": "500518",
+ "1": {
"101010": "101010",
- "83e6d5": "a6213f",
- "52a4b4": "770f29",
- "91b9e1": "c17b97",
- "bde5ff": "e9a5c0",
- "bfbfd1": "bfb4b9",
- "fafafa": "f5edee",
- "737373": "737373",
- "8b3959": "1d1638",
- "ff8193": "614388",
- "17417f": "3e0f2f",
- "215ba5": "591945",
- "2f82eb": "81387e"
+ "843843": "a62c20",
+ "8d3f4a": "a62c20",
+ "c46074": "e54c41",
+ "c76374": "e54c41",
+ "0e6792": "b54f5f",
+ "1241a1": "006355",
+ "6d7481": "917393",
+ "727481": "a0866f",
+ "1470de": "009469",
+ "476d72": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "fd8196": "ff8072",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
+ },
+ "2": {
+ "101010": "101010",
+ "843843": "5c2141",
+ "8d3f4a": "1d1638",
+ "c46074": "c17b97",
+ "c76374": "391e62",
+ "0e6792": "500518",
+ "1241a1": "591945",
+ "6d7481": "81716d",
+ "727481": "9e8193",
+ "1470de": "81387e",
+ "476d72": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "fd8196": "e9a5c0",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/730_2.json b/public/images/pokemon/variant/exp/back/730_2.json
deleted file mode 100644
index b1e8fd29a29..00000000000
--- a/public/images/pokemon/variant/exp/back/730_2.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "730_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 79,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2717094fe274718326c9b0fe3237866b:3ad96e0a8adb3bab17597f2996c3f5cc:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/730_2.png b/public/images/pokemon/variant/exp/back/730_2.png
deleted file mode 100644
index e9090ce19dd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/730_2.png and /dev/null differ
diff --git a/public/images/statuses_ca-ES.png b/public/images/statuses_ca-ES.png
index d372b989be9..fe05e243f7a 100644
Binary files a/public/images/statuses_ca-ES.png and b/public/images/statuses_ca-ES.png differ
diff --git a/public/images/statuses_es-ES.png b/public/images/statuses_es-ES.png
index d372b989be9..dc845d6fb1f 100644
Binary files a/public/images/statuses_es-ES.png and b/public/images/statuses_es-ES.png differ
diff --git a/public/images/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/types_ca-ES.json b/public/images/types_ca-ES.json
new file mode 100644
index 00000000000..fa3abaaf259
--- /dev/null
+++ b/public/images/types_ca-ES.json
@@ -0,0 +1,440 @@
+{
+ "textures": [
+ {
+ "image": "types_ca-ES.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 32,
+ "h": 280
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "unknown",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "bug",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 14,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dark",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 28,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dragon",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 42,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "electric",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 56,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fairy",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 70,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fighting",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 84,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fire",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 98,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "flying",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 112,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ghost",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 126,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "grass",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 140,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ground",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 154,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ice",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 168,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "normal",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 182,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "poison",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 196,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "psychic",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "rock",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 224,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "steel",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 238,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "water",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 252,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "stellar",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 266,
+ "w": 32,
+ "h": 14
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:f14cf47d9a8f1d40c8e03aa6ba00fff3:6fc4227b57a95d429a1faad4280f7ec8:5961efbfbf4c56b8745347e7a663a32f$"
+ }
+}
diff --git a/public/images/types_ca-ES.png b/public/images/types_ca-ES.png
new file mode 100644
index 00000000000..e85c84ed9c9
Binary files /dev/null and b/public/images/types_ca-ES.png differ
diff --git a/public/images/types_de.png b/public/images/types_de.png
old mode 100644
new mode 100755
index 62ad3a332bc..a033554029c
Binary files a/public/images/types_de.png and b/public/images/types_de.png differ
diff --git a/public/images/types_es-MX.json b/public/images/types_es-MX.json
new file mode 100644
index 00000000000..b3dbfcd697f
--- /dev/null
+++ b/public/images/types_es-MX.json
@@ -0,0 +1,440 @@
+{
+ "textures": [
+ {
+ "image": "types_es-MX.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 32,
+ "h": 280
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "unknown",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "bug",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 14,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dark",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 28,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dragon",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 42,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "electric",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 56,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fairy",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 70,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fighting",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 84,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fire",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 98,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "flying",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 112,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ghost",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 126,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "grass",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 140,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ground",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 154,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ice",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 168,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "normal",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 182,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "poison",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 196,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "psychic",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "rock",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 224,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "steel",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 238,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "water",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 252,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "stellar",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 266,
+ "w": 32,
+ "h": 14
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:f14cf47d9a8f1d40c8e03aa6ba00fff3:6fc4227b57a95d429a1faad4280f7ec8:5961efbfbf4c56b8745347e7a663a32f$"
+ }
+}
diff --git a/public/images/types_es-MX.png b/public/images/types_es-MX.png
new file mode 100644
index 00000000000..134a68258cc
Binary files /dev/null and b/public/images/types_es-MX.png differ
diff --git a/public/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/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/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/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 58dda14ee83..8538aa3e0f6 160000
--- a/public/locales
+++ b/public/locales
@@ -1 +1 @@
-Subproject commit 58dda14ee834204c4bd5ece47694a3c068df4b0e
+Subproject commit 8538aa3e0f6f38c9c9c74fd0cf6df1e2f8a0bd6d
diff --git a/scripts/find_sprite_variant_mismatches.py b/scripts/find_sprite_variant_mismatches.py
new file mode 100644
index 00000000000..483695fdb66
--- /dev/null
+++ b/scripts/find_sprite_variant_mismatches.py
@@ -0,0 +1,98 @@
+"""
+Validates the contents of the variant's masterlist file and identifies
+any mismatched entries for the sprite of the same key between front, back, exp, exp back, and female.
+
+This will create a csv file that contains all of the entries with mismatches.
+
+An empty entry means that there was not a mismatch for that version of the sprite (meaning it matches front).
+"""
+
+import sys
+
+if sys.version_info < (3, 7):
+ msg = "This script requires Python 3.7+"
+ raise RuntimeError(msg)
+
+import json
+import os
+import csv
+from dataclasses import dataclass, field
+from typing import Literal as L
+
+MASTERLIST_PATH = os.path.join(
+ os.path.dirname(os.path.dirname(__file__)), "public", "images", "pokemon", "variant", "_masterlist.json"
+)
+DEFAULT_OUTPUT_PATH = "sprite-mismatches.csv"
+
+
+@dataclass(order=True)
+class Sprite:
+ key: str = field(compare=False)
+ front: list[int] = field(default_factory=list, compare=False)
+ back: list[int] = field(default_factory=list, compare=False)
+ female: list[int] = field(default_factory=list, compare=False)
+ exp: list[int] = field(default_factory=list, compare=False)
+ expback: list[int] = field(default_factory=list, compare=False)
+ sortedKey: tuple[int] | tuple[int, str] = field(init=False, repr=False, compare=True)
+
+ def as_row(self) -> tuple[str, list[int] | L[""], list[int] | L[""], list[int] | L[""], list[int] | L[""], list[int] | L[""]]:
+ """return sprite information as a tuple for csv writing"""
+ return (self.key, self.front or "", self.back or "", self.exp or "", self.expback or "", self.female or "")
+
+ def is_mismatch(self) -> bool:
+ """return True if the female, back, or exp sprites do not match the front"""
+ for val in [self.back, self.exp, self.expback, self.female]:
+ if val != [] and val != self.front:
+ return True
+ return False
+
+ def __post_init__(self):
+ split = self.key.split("-", maxsplit=1)
+ self.sortedKey = (int(split[0]), split[1]) if len(split) == 2 else (int(split[0]),)
+
+
+def make_mismatch_sprite_list(path):
+ with open(path, "r") as f:
+ masterlist: dict = json.load(f)
+
+ # Go through the keys in "front" and "back" and make sure they match the masterlist
+ back_data: dict[str, list[int]] = masterlist.pop("back", {})
+ exp_data: dict[str, list[int]] = masterlist.pop("exp", {})
+ exp_back_data: dict[str, list[int]] = exp_data.get("back", [])
+ female_data: dict[str, list[int]] = masterlist.pop("female", {})
+
+ sprites: list[Sprite] = []
+
+ for key, item in masterlist.items():
+ sprite = Sprite(
+ key, front=item, back=back_data.get(key, []), exp=exp_data.get(key, []), expback=exp_back_data.get(key, []), female=female_data.get(key, [])
+ )
+ if sprite.is_mismatch():
+ sprites.append(sprite)
+
+ return sprites
+
+
+def write_mismatch_csv(filename: str, mismatches: list[Sprite]):
+ with open(filename, "w", newline="") as csvfile:
+ writer = csv.writer(csvfile)
+ writer.writerow(["key", "front", "back", "exp", "expback", "female"])
+ for sprite in sorted(mismatches):
+ writer.writerow(sprite.as_row())
+
+
+if __name__ == "__main__":
+ import argparse
+
+ p = argparse.ArgumentParser("find_sprite_variant_mismatches", description=__doc__)
+
+ p.add_argument(
+ "-o",
+ "--output",
+ default=DEFAULT_OUTPUT_PATH,
+ help=f"The path to a file to save the output file. If not specified, will write to {DEFAULT_OUTPUT_PATH}.",
+ )
+ p.add_argument("--masterlist", default=MASTERLIST_PATH, help=f"The path to the masterlist file to validate. Defaults to {MASTERLIST_PATH}.")
+ args = p.parse_args()
+ mismatches = make_mismatch_sprite_list(args.masterlist)
+ write_mismatch_csv(args.output, mismatches)
diff --git a/src/@types/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/account.ts b/src/account.ts
index 4c86595a5e6..96ce32714bb 100644
--- a/src/account.ts
+++ b/src/account.ts
@@ -8,13 +8,25 @@ export let loggedInUser: UserInfo | null = null;
export const clientSessionId = Utils.randomString(32);
export function initLoggedInUser(): void {
- loggedInUser = { username: "Guest", lastSessionSlot: -1, discordId: "", googleId: "", hasAdminRole: false };
+ loggedInUser = {
+ username: "Guest",
+ lastSessionSlot: -1,
+ discordId: "",
+ googleId: "",
+ hasAdminRole: false,
+ };
}
export function updateUserInfo(): Promise<[boolean, number]> {
return new Promise<[boolean, number]>(resolve => {
if (bypassLogin) {
- loggedInUser = { username: "Guest", lastSessionSlot: -1, discordId: "", googleId: "", hasAdminRole: false };
+ loggedInUser = {
+ username: "Guest",
+ lastSessionSlot: -1,
+ discordId: "",
+ googleId: "",
+ hasAdminRole: false,
+ };
let lastSessionSlot = -1;
for (let s = 0; s < 5; s++) {
if (localStorage.getItem(`sessionData${s ? s : ""}_${loggedInUser.username}`)) {
@@ -24,7 +36,7 @@ export function updateUserInfo(): Promise<[boolean, number]> {
}
loggedInUser.lastSessionSlot = lastSessionSlot;
// Migrate old data from before the username was appended
- [ "data", "sessionData", "sessionData1", "sessionData2", "sessionData3", "sessionData4" ].map(d => {
+ ["data", "sessionData", "sessionData1", "sessionData2", "sessionData3", "sessionData4"].map(d => {
const lsItem = localStorage.getItem(d);
if (lsItem && !!loggedInUser?.username) {
const lsUserItem = localStorage.getItem(`${d}_${loggedInUser.username}`);
@@ -35,16 +47,15 @@ export function updateUserInfo(): Promise<[boolean, number]> {
localStorage.removeItem(d);
}
});
- return resolve([ true, 200 ]);
+ return resolve([true, 200]);
}
- pokerogueApi.account.getInfo().then(([ accountInfo, status ]) => {
+ pokerogueApi.account.getInfo().then(([accountInfo, status]) => {
if (!accountInfo) {
- resolve([ false, status ]);
+ resolve([false, status]);
return;
- } else {
- loggedInUser = accountInfo;
- resolve([ true, 200 ]);
}
+ loggedInUser = accountInfo;
+ resolve([true, 200]);
});
});
}
diff --git a/src/battle-scene.ts b/src/battle-scene.ts
index c7e3d4bc928..7ab96566ef5 100644
--- a/src/battle-scene.ts
+++ b/src/battle-scene.ts
@@ -9,19 +9,62 @@ import type { Constructor } from "#app/utils";
import { isNullOrUndefined, randSeedInt } from "#app/utils";
import * as Utils from "#app/utils";
import type { Modifier, ModifierPredicate, TurnHeldItemTransferModifier } from "./modifier/modifier";
-import { ConsumableModifier, ConsumablePokemonModifier, DoubleBattleChanceBoosterModifier, ExpBalanceModifier, ExpShareModifier, FusePokemonModifier, HealingBoosterModifier, ModifierBar, MultipleParticipantExpBonusModifier, PersistentModifier, PokemonExpBoosterModifier, PokemonFormChangeItemModifier, PokemonHeldItemModifier, PokemonHpRestoreModifier, PokemonIncrementingStatModifier, RememberMoveModifier } from "./modifier/modifier";
+import {
+ ConsumableModifier,
+ ConsumablePokemonModifier,
+ DoubleBattleChanceBoosterModifier,
+ ExpBalanceModifier,
+ ExpShareModifier,
+ FusePokemonModifier,
+ HealingBoosterModifier,
+ ModifierBar,
+ MultipleParticipantExpBonusModifier,
+ PersistentModifier,
+ PokemonExpBoosterModifier,
+ PokemonFormChangeItemModifier,
+ PokemonHeldItemModifier,
+ PokemonHpRestoreModifier,
+ PokemonIncrementingStatModifier,
+ RememberMoveModifier,
+} from "./modifier/modifier";
import { PokeballType } from "#enums/pokeball";
-import { initCommonAnims, initMoveAnim, loadCommonAnimAssets, loadMoveAnimAssets, populateAnims } from "#app/data/battle-anims";
+import {
+ initCommonAnims,
+ initMoveAnim,
+ loadCommonAnimAssets,
+ loadMoveAnimAssets,
+ populateAnims,
+} from "#app/data/battle-anims";
import type { Phase } from "#app/phase";
import { initGameSpeed } from "#app/system/game-speed";
import { Arena, ArenaBase } from "#app/field/arena";
import { GameData } from "#app/system/game-data";
import { addTextObject, getTextColor, TextStyle } from "#app/ui/text";
-import { allMoves } from "#app/data/move";
+import { allMoves } from "#app/data/moves/move";
import { MusicPreference } from "#app/system/settings/settings";
-import { getDefaultModifierTypeForTier, getEnemyModifierTypesForWave, getLuckString, getLuckTextTint, getModifierPoolForType, getModifierType, getPartyLuckValue, ModifierPoolType, modifierTypes, PokemonHeldItemModifierType } from "#app/modifier/modifier-type";
+import {
+ getDefaultModifierTypeForTier,
+ getEnemyModifierTypesForWave,
+ getLuckString,
+ getLuckTextTint,
+ getModifierPoolForType,
+ getModifierType,
+ getPartyLuckValue,
+ ModifierPoolType,
+ modifierTypes,
+ PokemonHeldItemModifierType,
+} from "#app/modifier/modifier-type";
import AbilityBar from "#app/ui/ability-bar";
-import { allAbilities, applyAbAttrs, applyPostBattleInitAbAttrs, applyPostItemLostAbAttrs, BlockItemTheftAbAttr, DoubleBattleChanceAbAttr, PostBattleInitAbAttr, PostItemLostAbAttr } from "#app/data/ability";
+import {
+ allAbilities,
+ applyAbAttrs,
+ applyPostBattleInitAbAttrs,
+ applyPostItemLostAbAttrs,
+ BlockItemTheftAbAttr,
+ DoubleBattleChanceAbAttr,
+ PostBattleInitAbAttr,
+ PostItemLostAbAttr,
+} from "#app/data/ability";
import type { FixedBattleConfig } from "#app/battle";
import Battle, { BattleType } from "#app/battle";
import type { GameMode } from "#app/game-mode";
@@ -29,8 +72,8 @@ import { GameModes, getGameMode } from "#app/game-mode";
import FieldSpritePipeline from "#app/pipelines/field-sprite";
import SpritePipeline from "#app/pipelines/sprite";
import PartyExpBar from "#app/ui/party-exp-bar";
-import type { TrainerSlot } from "#app/data/trainer-config";
-import { trainerConfigs } from "#app/data/trainer-config";
+import type { TrainerSlot } from "./enums/trainer-slot";
+import { trainerConfigs } from "#app/data/trainers/trainer-config";
import Trainer, { TrainerVariant } from "#app/field/trainer";
import type TrainerData from "#app/system/trainer-data";
import SoundFade from "phaser3-rex-plugins/plugins/soundfade";
@@ -47,10 +90,15 @@ import { addUiThemeOverrides } from "#app/ui/ui-theme";
import type PokemonData from "#app/system/pokemon-data";
import { Nature } from "#enums/nature";
import type { SpeciesFormChange, SpeciesFormChangeTrigger } from "#app/data/pokemon-forms";
-import { FormChangeItem, pokemonFormChanges, SpeciesFormChangeManualTrigger, SpeciesFormChangeTimeOfDayTrigger } from "#app/data/pokemon-forms";
+import {
+ FormChangeItem,
+ pokemonFormChanges,
+ SpeciesFormChangeManualTrigger,
+ SpeciesFormChangeTimeOfDayTrigger,
+} from "#app/data/pokemon-forms";
import { FormChangePhase } from "#app/phases/form-change-phase";
import { getTypeRgb } from "#app/data/type";
-import { Type } from "#enums/type";
+import { PokemonType } from "#enums/pokemon-type";
import PokemonSpriteSparkleHandler from "#app/field/pokemon-sprite-sparkle-handler";
import CharSprite from "#app/ui/char-sprite";
import DamageNumberHandler from "#app/field/damage-number-handler";
@@ -100,7 +148,14 @@ import { ToggleDoublePositionPhase } from "#app/phases/toggle-double-position-ph
import { TurnInitPhase } from "#app/phases/turn-init-phase";
import { ShopCursorTarget } from "#app/enums/shop-cursor-target";
import MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter";
-import { allMysteryEncounters, ANTI_VARIANCE_WEIGHT_MODIFIER, AVERAGE_ENCOUNTERS_PER_RUN_TARGET, BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT, MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT, mysteryEncountersByBiome } from "#app/data/mystery-encounters/mystery-encounters";
+import {
+ allMysteryEncounters,
+ ANTI_VARIANCE_WEIGHT_MODIFIER,
+ AVERAGE_ENCOUNTERS_PER_RUN_TARGET,
+ BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT,
+ MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT,
+ mysteryEncountersByBiome,
+} from "#app/data/mystery-encounters/mystery-encounters";
import { MysteryEncounterSaveData } from "#app/data/mystery-encounters/mystery-encounter-save-data";
import { MysteryEncounterType } from "#enums/mystery-encounter-type";
import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
@@ -112,17 +167,18 @@ import { ExpGainsSpeed } from "#enums/exp-gains-speed";
import { BattlerTagType } from "#enums/battler-tag-type";
import { FRIENDSHIP_GAIN_FROM_BATTLE } from "#app/data/balance/starters";
import { StatusEffect } from "#enums/status-effect";
-import { initGlobalScene } from "#app/global-scene";
+import { globalScene, initGlobalScene } from "#app/global-scene";
+import { ShowAbilityPhase } from "#app/phases/show-ability-phase";
+import { HideAbilityPhase } from "#app/phases/hide-ability-phase";
+import { timedEventManager } from "./global-event-manager";
export const bypassLogin = import.meta.env.VITE_BYPASS_LOGIN === "1";
const DEBUG_RNG = false;
-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 => isNaN(iv) || iv === null || iv > 31 ? -1 : iv);
+const OPP_IVS_OVERRIDE_VALIDATED: number[] = (
+ Array.isArray(Overrides.OPP_IVS_OVERRIDE) ? Overrides.OPP_IVS_OVERRIDE : new Array(6).fill(Overrides.OPP_IVS_OVERRIDE)
+).map(iv => (Number.isNaN(iv) || iv === null || iv > 31 ? -1 : iv));
export const startingWave = Overrides.STARTING_WAVE_OVERRIDE || 1;
@@ -130,18 +186,18 @@ const expSpriteKeys: string[] = [];
export let starterColors: StarterColors;
interface StarterColors {
- [key: string]: [string, string]
+ [key: string]: [string, string];
}
export interface PokeballCounts {
- [pb: string]: number;
+ [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 {
@@ -151,73 +207,73 @@ export default class BattleScene extends SceneBase {
public sessionPlayTime: number | null = null;
public lastSavePlayTime: number | 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: number = 1;
- public damageNumbersMode: number = 0;
- public reroll: boolean = false;
+ public masterVolume = 0.5;
+ public bgmVolume = 1;
+ public fieldVolume = 1;
+ public seVolume = 1;
+ public uiVolume = 1;
+ public gameSpeed = 1;
+ public damageNumbersMode = 0;
+ public reroll = false;
public shopCursorTarget: number = ShopCursorTarget.REWARDS;
- public commandCursorMemory: boolean = false;
- public dexForDevs: boolean = false;
- public showMovesetFlyout: boolean = true;
- public showArenaFlyout: boolean = true;
- public showTimeOfDayWidget: boolean = true;
+ public commandCursorMemory = false;
+ public dexForDevs = false;
+ public showMovesetFlyout = true;
+ public showArenaFlyout = true;
+ public showTimeOfDayWidget = true;
public timeOfDayAnimation: EaseType = EaseType.NONE;
- public showLevelUpStats: boolean = true;
+ public showLevelUpStats = true;
public enableTutorials: boolean = import.meta.env.VITE_BYPASS_TUTORIAL === "1";
- public enableMoveInfo: boolean = true;
- public enableRetries: boolean = false;
- public hideIvs: boolean = false;
+ public enableMoveInfo = true;
+ public enableRetries = false;
+ public hideIvs = false;
/**
* Determines the condition for a notification should be shown for Candy Upgrades
* - 0 = 'Off'
* - 1 = 'Passives Only'
* - 2 = 'On'
*/
- public candyUpgradeNotification: number = 0;
+ public candyUpgradeNotification = 0;
/**
* Determines what type of notification is used for Candy Upgrades
* - 0 = 'Icon'
* - 1 = 'Animation'
*/
- public candyUpgradeDisplay: number = 0;
+ public candyUpgradeDisplay = 0;
public moneyFormat: MoneyFormat = MoneyFormat.NORMAL;
public uiTheme: UiTheme = UiTheme.DEFAULT;
- public windowType: number = 0;
- public experimentalSprites: boolean = false;
+ public windowType = 0;
+ public experimentalSprites = false;
public musicPreference: number = MusicPreference.ALLGENS;
- public moveAnimations: boolean = true;
+ public moveAnimations = true;
public expGainsSpeed: ExpGainsSpeed = ExpGainsSpeed.DEFAULT;
- public skipSeenDialogues: boolean = false;
+ public skipSeenDialogues = false;
/**
* Determines if the egg hatching animation should be skipped
* - 0 = Never (never skip animation)
* - 1 = Ask (ask to skip animation when hatching 2 or more eggs)
* - 2 = Always (automatically skip animation when hatching 2 or more eggs)
*/
- public eggSkipPreference: number = 0;
+ public eggSkipPreference = 0;
/**
- * Defines the experience gain display mode.
- *
- * @remarks
- * The `expParty` can have several modes:
- * - `0` - Default: The normal experience gain display, nothing changed.
- * - `1` - Level Up Notification: Displays the level up in the small frame instead of a message.
- * - `2` - Skip: No level up frame nor message.
- *
- * Modes `1` and `2` are still compatible with stats display, level up, new move, etc.
- * @default 0 - Uses the default normal experience gain display.
- */
+ * Defines the experience gain display mode.
+ *
+ * @remarks
+ * The `expParty` can have several modes:
+ * - `0` - Default: The normal experience gain display, nothing changed.
+ * - `1` - Level Up Notification: Displays the level up in the small frame instead of a message.
+ * - `2` - Skip: No level up frame nor message.
+ *
+ * Modes `1` and `2` are still compatible with stats display, level up, new move, etc.
+ * @default 0 - Uses the default normal experience gain display.
+ */
public expParty: ExpNotification = 0;
- public hpBarSpeed: number = 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.
@@ -227,13 +283,13 @@ export default class BattleScene extends SceneBase {
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: number;
@@ -291,8 +347,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[];
@@ -315,9 +371,9 @@ export default class BattleScene extends SceneBase {
private bgmCache: Set
= new Set();
private playTimeTimer: Phaser.Time.TimerEvent;
- public rngCounter: number = 0;
- public rngSeedOverride: string = "";
- public rngOffset: number = 0;
+ public rngCounter = 0;
+ public rngSeedOverride = "";
+ public rngOffset = 0;
public inputMethod: string;
private infoToggles: InfoToggle[] = [];
@@ -358,7 +414,11 @@ export default class BattleScene extends SceneBase {
if (variant) {
atlasPath = atlasPath.replace("variant/", "");
}
- this.load.atlas(key, `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.png`, `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.json`);
+ this.load.atlas(
+ key,
+ `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.png`,
+ `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.json`,
+ );
}
/**
@@ -370,17 +430,17 @@ export default class BattleScene extends SceneBase {
fileRoot = `exp/${fileRoot}`;
}
let variantConfig = variantData;
- fileRoot.split("/").map((p) => (variantConfig ? (variantConfig = variantConfig[p]) : null));
+ fileRoot.split("/").map(p => (variantConfig ? (variantConfig = variantConfig[p]) : null));
const variantSet = variantConfig as VariantSet;
- return new Promise((resolve) => {
+ return new Promise(resolve => {
if (variantSet && variant !== undefined && variantSet[variant] === 1) {
if (variantColorCache.hasOwnProperty(spriteKey)) {
return resolve();
}
this.cachedFetch(`./images/pokemon/variant/${fileRoot}.json`)
- .then((res) => res.json())
- .then((c) => {
+ .then(res => res.json())
+ .then(c => {
variantColorCache[spriteKey] = c;
resolve();
});
@@ -394,8 +454,8 @@ export default class BattleScene extends SceneBase {
if (DEBUG_RNG) {
const originalRealInRange = Phaser.Math.RND.realInRange;
Phaser.Math.RND.realInRange = function (min: number, max: number): number {
- const ret = originalRealInRange.apply(this, [ min, max ]);
- const args = [ "RNG", ++this.rngCounter, ret / (max - min), `min: ${min} / max: ${max}` ];
+ const ret = originalRealInRange.apply(this, [min, max]);
+ const args = ["RNG", ++this.rngCounter, ret / (max - min), `min: ${min} / max: ${max}`];
args.push(`seed: ${this.rngSeedOverride || this.waveSeed || this.seed}`);
if (this.rngOffset) {
args.push(`offset: ${this.rngOffset}`);
@@ -441,12 +501,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");
@@ -461,13 +521,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({
@@ -489,7 +552,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);
@@ -547,28 +610,39 @@ export default class BattleScene extends SceneBase {
this.candyBar.setup();
this.fieldUI.add(this.candyBar);
- this.biomeWaveText = addTextObject((this.game.canvas.width / 6) - 2, 0, startingWave.toString(), TextStyle.BATTLE_INFO);
+ this.biomeWaveText = addTextObject(
+ this.game.canvas.width / 6 - 2,
+ 0,
+ startingWave.toString(),
+ TextStyle.BATTLE_INFO,
+ );
this.biomeWaveText.setName("text-biome-wave");
this.biomeWaveText.setOrigin(1, 0.5);
this.fieldUI.add(this.biomeWaveText);
- this.moneyText = addTextObject((this.game.canvas.width / 6) - 2, 0, "", TextStyle.MONEY);
+ this.moneyText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.MONEY);
this.moneyText.setName("text-money");
this.moneyText.setOrigin(1, 0.5);
this.fieldUI.add(this.moneyText);
- this.scoreText = addTextObject((this.game.canvas.width / 6) - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
+ this.scoreText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
this.scoreText.setName("text-score");
this.scoreText.setOrigin(1, 0.5);
this.fieldUI.add(this.scoreText);
- this.luckText = addTextObject((this.game.canvas.width / 6) - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
+ this.luckText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
this.luckText.setName("text-luck");
this.luckText.setOrigin(1, 0.5);
this.luckText.setVisible(false);
this.fieldUI.add(this.luckText);
- this.luckLabelText = addTextObject((this.game.canvas.width / 6) - 2, 0, i18next.t("common:luckIndicator"), TextStyle.PARTY, { fontSize: "54px" });
+ this.luckLabelText = addTextObject(
+ this.game.canvas.width / 6 - 2,
+ 0,
+ i18next.t("common:luckIndicator"),
+ TextStyle.PARTY,
+ { fontSize: "54px" },
+ );
this.luckLabelText.setName("text-luck-label");
this.luckLabelText.setOrigin(1, 0.5);
this.luckLabelText.setVisible(false);
@@ -585,7 +659,10 @@ export default class BattleScene extends SceneBase {
this.spriteSparkleHandler = new PokemonSpriteSparkleHandler();
this.spriteSparkleHandler.setup();
- this.pokemonInfoContainer = new PokemonInfoContainer((this.game.canvas.width / 6) + 52, -(this.game.canvas.height / 6) + 66);
+ this.pokemonInfoContainer = new PokemonInfoContainer(
+ this.game.canvas.width / 6 + 52,
+ -(this.game.canvas.height / 6) + 66,
+ );
this.pokemonInfoContainer.setup();
this.fieldUI.add(this.pokemonInfoContainer);
@@ -607,14 +684,18 @@ export default class BattleScene extends SceneBase {
this.arenaPlayerTransition.setVisible(false);
this.arenaNextEnemy.setVisible(false);
- [ this.arenaPlayer, this.arenaPlayerTransition, this.arenaEnemy, this.arenaNextEnemy ].forEach(a => {
+ for (const a of [this.arenaPlayer, this.arenaPlayerTransition, this.arenaEnemy, this.arenaNextEnemy]) {
if (a instanceof Phaser.GameObjects.Sprite) {
a.setOrigin(0, 0);
}
field.add(a);
- });
+ }
- const trainer = this.addFieldSprite(0, 0, `trainer_${this.gameData.gender === PlayerGender.FEMALE ? "f" : "m"}_back`);
+ const trainer = this.addFieldSprite(
+ 0,
+ 0,
+ `trainer_${this.gameData.gender === PlayerGender.FEMALE ? "f" : "m"}_back`,
+ );
trainer.setOrigin(0.5, 1);
trainer.setName("sprite-trainer");
@@ -627,16 +708,19 @@ export default class BattleScene extends SceneBase {
frames: this.anims.generateFrameNumbers("prompt", { start: 1, end: 4 }),
frameRate: 6,
repeat: -1,
- showOnStart: true
+ showOnStart: true,
});
this.anims.create({
key: "tera_sparkle",
- frames: this.anims.generateFrameNumbers("tera_sparkle", { start: 0, end: 12 }),
+ frames: this.anims.generateFrameNumbers("tera_sparkle", {
+ start: 0,
+ end: 12,
+ }),
frameRate: 18,
repeat: 0,
showOnStart: true,
- hideOnComplete: true
+ hideOnComplete: true,
});
this.reset(false, false, true);
@@ -648,13 +732,15 @@ export default class BattleScene extends SceneBase {
ui.setup();
- const defaultMoves = [ Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE ];
+ const defaultMoves = [Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE];
Promise.all([
Promise.all(loadPokemonAssets),
initCommonAnims().then(() => loadCommonAnimAssets(true)),
- Promise.all([ Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE ].map(m => initMoveAnim(m))).then(() => loadMoveAnimAssets(defaultMoves, true)),
- this.initStarterColors()
+ Promise.all([Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE].map(m => initMoveAnim(m))).then(
+ () => loadMoveAnimAssets(defaultMoves, true),
+ ),
+ this.initStarterColors(),
]).then(() => {
this.pushPhase(new LoginPhase());
this.pushPhase(new TitlePhase());
@@ -688,7 +774,7 @@ export default class BattleScene extends SceneBase {
if (this.lastSavePlayTime !== null) {
this.lastSavePlayTime++;
}
- }
+ },
});
this.updateBiomeWaveText();
@@ -700,19 +786,26 @@ export default class BattleScene extends SceneBase {
if (expSpriteKeys.length) {
return;
}
- this.cachedFetch("./exp-sprites.json").then(res => res.json()).then(keys => {
- if (Array.isArray(keys)) {
- expSpriteKeys.push(...keys);
- }
- Promise.resolve();
- });
+ this.cachedFetch("./exp-sprites.json")
+ .then(res => res.json())
+ .then(keys => {
+ if (Array.isArray(keys)) {
+ expSpriteKeys.push(...keys);
+ }
+ Promise.resolve();
+ });
}
async initVariantData(): Promise {
- Object.keys(variantData).forEach(key => delete variantData[key]);
- await this.cachedFetch("./images/pokemon/variant/_masterlist.json").then(res => res.json())
+ for (const key of Object.keys(variantData)) {
+ delete variantData[key];
+ }
+ await this.cachedFetch("./images/pokemon/variant/_masterlist.json")
+ .then(res => res.json())
.then(v => {
- Object.keys(v).forEach(k => variantData[k] = v[k]);
+ for (const k of Object.keys(v)) {
+ variantData[k] = v[k];
+ }
if (this.experimentalSprites) {
const expVariantData = variantData["exp"];
const traverseVariantData = (keys: string[]) => {
@@ -723,7 +816,7 @@ export default class BattleScene extends SceneBase {
variantTree = variantTree[k];
expTree = expTree[k];
} else if (variantTree.hasOwnProperty(k) && expTree.hasOwnProperty(k)) {
- if ([ "back", "female" ].includes(k)) {
+ if (["back", "female"].includes(k)) {
traverseVariantData(keys.concat(k));
} else {
variantTree[k] = expTree[k];
@@ -731,7 +824,9 @@ export default class BattleScene extends SceneBase {
}
});
};
- Object.keys(expVariantData).forEach(ek => traverseVariantData([ ek ]));
+ for (const ek of Object.keys(expVariantData)) {
+ traverseVariantData([ek]);
+ }
}
Promise.resolve();
});
@@ -754,36 +849,16 @@ export default class BattleScene extends SceneBase {
return resolve();
}
- this.cachedFetch("./starter-colors.json").then(res => res.json()).then(sc => {
- starterColors = {};
- Object.keys(sc).forEach(key => {
- starterColors[key] = sc[key];
+ this.cachedFetch("./starter-colors.json")
+ .then(res => res.json())
+ .then(sc => {
+ starterColors = {};
+ for (const key of Object.keys(sc)) {
+ starterColors[key] = sc[key];
+ }
+
+ resolve();
});
-
- /*const loadPokemonAssets: Promise[] = [];
-
- for (let s of Object.keys(speciesStarters)) {
- const species = getPokemonSpecies(parseInt(s));
- loadPokemonAssets.push(species.loadAssets(this, false, 0, false));
- }
-
- Promise.all(loadPokemonAssets).then(() => {
- const starterCandyColors = {};
- const rgbaToHexFunc = (r, g, b) => [r, g, b].map(x => x.toString(16).padStart(2, '0')).join('');
-
- for (let s of Object.keys(speciesStarters)) {
- const species = getPokemonSpecies(parseInt(s));
-
- starterCandyColors[species.speciesId] = species.generateCandyColors(this).map(c => rgbaToHexFunc(c[0], c[1], c[2]));
- }
-
- console.log(JSON.stringify(starterCandyColors));
-
- resolve();
- });*/
-
- resolve();
- });
});
}
@@ -831,7 +906,7 @@ export default class BattleScene extends SceneBase {
* or `undefined` if there are no valid pokemon
* @param includeSwitching Whether a pokemon that is currently switching out is valid, default `true`
*/
- public getPlayerPokemon(includeSwitching: boolean = true): PlayerPokemon | undefined {
+ public getPlayerPokemon(includeSwitching = true): PlayerPokemon | undefined {
return this.getPlayerField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
}
@@ -856,7 +931,7 @@ export default class BattleScene extends SceneBase {
* or `undefined` if there are no valid pokemon
* @param includeSwitching Whether a pokemon that is currently switching out is valid, default `true`
*/
- public getEnemyPokemon(includeSwitching: boolean = true): EnemyPokemon | undefined {
+ public getEnemyPokemon(includeSwitching = true): EnemyPokemon | undefined {
return this.getEnemyField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
}
@@ -876,15 +951,13 @@ export default class BattleScene extends SceneBase {
* @param activeOnly Whether to consider only active pokemon
* @returns array of {@linkcode Pokemon}
*/
- public getField(activeOnly: boolean = false): Pokemon[] {
+ public getField(activeOnly = false): Pokemon[] {
const ret = new Array(4).fill(null);
const playerField = this.getPlayerField();
const enemyField = this.getEnemyField();
ret.splice(0, playerField.length, ...playerField);
ret.splice(2, enemyField.length, ...enemyField);
- return activeOnly
- ? ret.filter(p => p?.isActive())
- : ret;
+ return activeOnly ? ret.filter(p => p?.isActive()) : ret;
}
/**
@@ -900,7 +973,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();
}
@@ -923,7 +1002,7 @@ 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;
}
@@ -932,8 +1011,31 @@ export default class BattleScene extends SceneBase {
return (findInParty(this.getPlayerParty()) || findInParty(this.getEnemyParty())) ?? null;
}
- 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);
+ 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);
}
@@ -941,7 +1043,15 @@ export default class BattleScene extends SceneBase {
return pokemon;
}
- addEnemyPokemon(species: PokemonSpecies, level: number, trainerSlot: TrainerSlot, boss: boolean = false, shinyLock: boolean = false, dataSource?: PokemonData, postProcess?: (enemyPokemon: EnemyPokemon) => void): EnemyPokemon {
+ addEnemyPokemon(
+ species: PokemonSpecies,
+ level: number,
+ trainerSlot: TrainerSlot,
+ boss = false,
+ shinyLock = false,
+ dataSource?: PokemonData,
+ postProcess?: (enemyPokemon: EnemyPokemon) => void,
+ ): EnemyPokemon {
if (Overrides.OPP_LEVEL_OVERRIDE > 0) {
level = Overrides.OPP_LEVEL_OVERRIDE;
}
@@ -960,7 +1070,13 @@ export default class BattleScene extends SceneBase {
const secondaryIvs = Utils.getIvsFromId(Utils.randSeedInt(4294967296));
for (let s = 0; s < pokemon.ivs.length; s++) {
- pokemon.ivs[s] = Math.round(Phaser.Math.Linear(Math.min(pokemon.ivs[s], secondaryIvs[s]), Math.max(pokemon.ivs[s], secondaryIvs[s]), 0.75));
+ pokemon.ivs[s] = Math.round(
+ Phaser.Math.Linear(
+ Math.min(pokemon.ivs[s], secondaryIvs[s]),
+ Math.max(pokemon.ivs[s], secondaryIvs[s]),
+ 0.75,
+ ),
+ );
}
}
if (postProcess) {
@@ -983,7 +1099,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;
}
@@ -997,7 +1113,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`);
@@ -1027,13 +1150,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);
@@ -1049,7 +1181,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);
@@ -1062,7 +1201,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) {
@@ -1093,11 +1232,11 @@ export default class BattleScene extends SceneBase {
* @param min The minimum integer to pick, default `0`
* @returns A random integer between {@linkcode min} and ({@linkcode min} + {@linkcode range} - 1)
*/
- randBattleSeedInt(range: number, min: number = 0): number {
+ 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();
}
@@ -1111,7 +1250,11 @@ export default class BattleScene extends SceneBase {
this.lockModifierTiers = false;
- this.pokeballCounts = Object.fromEntries(Utils.getEnumValues(PokeballType).filter(p => p <= PokeballType.MASTER_BALL).map(t => [ t, 0 ]));
+ this.pokeballCounts = Object.fromEntries(
+ Utils.getEnumValues(PokeballType)
+ .filter(p => p <= PokeballType.MASTER_BALL)
+ .map(t => [t, 0]),
+ );
this.pokeballCounts[PokeballType.POKEBALL] += 5;
if (Overrides.POKEBALL_OVERRIDE.active) {
this.pokeballCounts = Overrides.POKEBALL_OVERRIDE.pokeballs;
@@ -1153,7 +1296,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);
@@ -1162,7 +1305,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();
@@ -1180,7 +1324,15 @@ export default class BattleScene extends SceneBase {
...allSpecies,
...allMoves,
...allAbilities,
- ...Utils.getEnumValues(ModifierPoolType).map(mpt => getModifierPoolForType(mpt)).map(mp => Object.values(mp).flat().map(mt => mt.modifierType).filter(mt => "localize" in mt).map(lpb => lpb as unknown as Localizable)).flat()
+ ...Utils.getEnumValues(ModifierPoolType)
+ .map(mpt => getModifierPoolForType(mpt))
+ .flatMap(mp =>
+ Object.values(mp)
+ .flat()
+ .map(mt => mt.modifierType)
+ .filter(mt => "localize" in mt)
+ .map(lpb => lpb as unknown as Localizable),
+ ),
];
for (const item of localizable) {
item.localize();
@@ -1193,7 +1345,7 @@ export default class BattleScene extends SceneBase {
this.fadeOutBgm(250, false);
this.tweens.add({
- targets: [ this.uiContainer ],
+ targets: [this.uiContainer],
alpha: 0,
duration: 250,
ease: "Sine.easeInOut",
@@ -1206,7 +1358,7 @@ export default class BattleScene extends SceneBase {
this.children.removeAll(true);
this.game.domContainer.innerHTML = "";
this.launchBattle();
- }
+ },
});
}
}
@@ -1214,13 +1366,22 @@ export default class BattleScene extends SceneBase {
getDoubleBattleChance(newWaveIndex: number, playerField: PlayerPokemon[]) {
const doubleChance = new Utils.NumberHolder(newWaveIndex % 10 === 0 ? 32 : 8);
this.applyModifiers(DoubleBattleChanceBoosterModifier, true, doubleChance);
- playerField.forEach(p => applyAbAttrs(DoubleBattleChanceAbAttr, p, null, false, doubleChance));
+ for (const p of playerField) {
+ applyAbAttrs(DoubleBattleChanceAbAttr, p, null, false, doubleChance);
+ }
return Math.max(doubleChance.value, 1);
}
- newBattle(waveIndex?: number, 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;
@@ -1235,12 +1396,18 @@ export default class BattleScene extends SceneBase {
battleConfig = this.gameMode.getFixedBattle(newWaveIndex);
newDouble = battleConfig.double;
newBattleType = battleConfig.battleType;
- this.executeWithSeedOffset(() => newTrainer = battleConfig?.getTrainer(), (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8);
+ this.executeWithSeedOffset(
+ () => (newTrainer = battleConfig?.getTrainer()),
+ (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8,
+ );
if (newTrainer) {
this.field.add(newTrainer);
}
} else {
- if (!this.gameMode.hasTrainers) {
+ if (
+ !this.gameMode.hasTrainers ||
+ (Overrides.DISABLE_STANDARD_TRAINERS_OVERRIDE && isNullOrUndefined(trainerData))
+ ) {
newBattleType = BattleType.WILD;
} else if (battleType === undefined) {
newBattleType = this.gameMode.isWaveTrainer(newWaveIndex, this.arena) ? BattleType.TRAINER : BattleType.WILD;
@@ -1256,11 +1423,18 @@ export default class BattleScene extends SceneBase {
} else if (trainerConfigs[trainerType].hasDouble) {
doubleTrainer = !Utils.randSeedInt(this.getDoubleBattleChance(newWaveIndex, playerField));
// Add a check that special trainers can't be double except for tate and liza - they should use the normal double chance
- if (trainerConfigs[trainerType].trainerTypeDouble && ![ TrainerType.TATE, TrainerType.LIZA ].includes(trainerType)) {
+ if (
+ trainerConfigs[trainerType].trainerTypeDouble &&
+ ![TrainerType.TATE, TrainerType.LIZA].includes(trainerType)
+ ) {
doubleTrainer = false;
}
}
- const variant = doubleTrainer ? TrainerVariant.DOUBLE : (Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT);
+ const variant = doubleTrainer
+ ? TrainerVariant.DOUBLE
+ : Utils.randSeedInt(2)
+ ? TrainerVariant.FEMALE
+ : TrainerVariant.DEFAULT;
newTrainer = trainerData !== undefined ? trainerData.toTrainer() : new Trainer(trainerType, variant);
this.field.add(newTrainer);
}
@@ -1300,10 +1474,10 @@ export default class BattleScene extends SceneBase {
doubleOverrideForWave = "single";
break;
case "even-doubles":
- doubleOverrideForWave = (newWaveIndex % 2) ? "single" : "double";
+ doubleOverrideForWave = newWaveIndex % 2 ? "single" : "double";
break;
case "odd-doubles":
- doubleOverrideForWave = (newWaveIndex % 2) ? "double" : "single";
+ doubleOverrideForWave = newWaveIndex % 2 ? "double" : "single";
break;
}
@@ -1333,12 +1507,18 @@ export default class BattleScene extends SceneBase {
if (lastBattle?.double && !newDouble) {
this.tryRemovePhase(p => p instanceof SwitchPhase);
- this.getPlayerField().forEach(p => p.lapseTag(BattlerTagType.COMMANDED));
+ for (const p of this.getPlayerField()) {
+ p.lapseTag(BattlerTagType.COMMANDED);
+ }
}
- this.executeWithSeedOffset(() => {
- this.currentBattle = new Battle(this.gameMode, newWaveIndex, newBattleType, newTrainer, newDouble);
- }, newWaveIndex << 3, this.waveSeed);
+ this.executeWithSeedOffset(
+ () => {
+ this.currentBattle = new Battle(this.gameMode, newWaveIndex, newBattleType, newTrainer, newDouble);
+ },
+ newWaveIndex << 3,
+ this.waveSeed,
+ );
this.currentBattle.incrementTurn();
if (newBattleType === BattleType.MYSTERY_ENCOUNTER) {
@@ -1351,19 +1531,27 @@ export default class BattleScene extends SceneBase {
if (!waveIndex && lastBattle) {
const isWaveIndexMultipleOfTen = !(lastBattle.waveIndex % 10);
const isEndlessOrDaily = this.gameMode.hasShortBiomes || this.gameMode.isDaily;
- const isEndlessFifthWave = this.gameMode.hasShortBiomes && (lastBattle.waveIndex % 5) === 0;
- const isWaveIndexMultipleOfFiftyMinusOne = (lastBattle.waveIndex % 50) === 49;
- const isNewBiome = isWaveIndexMultipleOfTen || isEndlessFifthWave || (isEndlessOrDaily && isWaveIndexMultipleOfFiftyMinusOne);
- const resetArenaState = isNewBiome || [ BattleType.TRAINER, BattleType.MYSTERY_ENCOUNTER ].includes(this.currentBattle.battleType) || this.currentBattle.battleSpec === BattleSpec.FINAL_BOSS;
- this.getEnemyParty().forEach(enemyPokemon => enemyPokemon.destroy());
+ const isEndlessFifthWave = this.gameMode.hasShortBiomes && lastBattle.waveIndex % 5 === 0;
+ const isWaveIndexMultipleOfFiftyMinusOne = lastBattle.waveIndex % 50 === 49;
+ const isNewBiome =
+ isWaveIndexMultipleOfTen || isEndlessFifthWave || (isEndlessOrDaily && isWaveIndexMultipleOfFiftyMinusOne);
+ const resetArenaState =
+ isNewBiome ||
+ [BattleType.TRAINER, BattleType.MYSTERY_ENCOUNTER].includes(this.currentBattle.battleType) ||
+ this.currentBattle.battleSpec === BattleSpec.FINAL_BOSS;
+ for (const enemyPokemon of this.getEnemyParty()) {
+ enemyPokemon.destroy();
+ }
this.trySpreadPokerus();
- if (!isNewBiome && (newWaveIndex % 10) === 5) {
+ if (!isNewBiome && newWaveIndex % 10 === 5) {
this.arena.updatePoolsForTimeOfDay();
}
if (resetArenaState) {
this.arena.resetArenaEffects();
- playerField.forEach((pokemon) => pokemon.lapseTag(BattlerTagType.COMMANDED));
+ for (const pokemon of playerField) {
+ pokemon.lapseTag(BattlerTagType.COMMANDED);
+ }
playerField.forEach((pokemon, p) => {
if (pokemon.isOnField()) {
@@ -1375,7 +1563,10 @@ export default class BattleScene extends SceneBase {
pokemon.resetBattleData();
pokemon.resetTera();
applyPostBattleInitAbAttrs(PostBattleInitAbAttr, pokemon);
- if (pokemon.hasSpecies(Species.TERAPAGOS) || (this.gameMode.isClassic && this.currentBattle.waveIndex > 180 && this.currentBattle.waveIndex <= 190)) {
+ if (
+ pokemon.hasSpecies(Species.TERAPAGOS) ||
+ (this.gameMode.isClassic && this.currentBattle.waveIndex > 180 && this.currentBattle.waveIndex <= 190)
+ ) {
this.arena.playerTerasUsed = 0;
}
}
@@ -1409,22 +1600,30 @@ export default class BattleScene extends SceneBase {
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) {
@@ -1443,7 +1642,7 @@ export default class BattleScene extends SceneBase {
y: defaultHeight - scaledHeight,
duration: !instant ? Utils.fixedInt(Math.abs(this.field.scale - scale) * 200) : 0,
ease: "Sine.easeInOut",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1453,7 +1652,68 @@ export default class BattleScene extends SceneBase {
return 0;
}
- const isEggPhase: boolean = [ "EggLapsePhase", "EggHatchPhase" ].includes(this.getCurrentPhase()?.constructor.name ?? "");
+ const isEggPhase: boolean = ["EggLapsePhase", "EggHatchPhase"].includes(
+ this.getCurrentPhase()?.constructor.name ?? "",
+ );
+
+ if (
+ // Give trainers with specialty types an appropriately-typed form for Wormadam, Rotom, Arceus, Oricorio, Silvally, or Paldean Tauros.
+ !isEggPhase &&
+ this.currentBattle?.battleType === BattleType.TRAINER &&
+ !isNullOrUndefined(this.currentBattle.trainer) &&
+ this.currentBattle.trainer.config.hasSpecialtyType()
+ ) {
+ if (species.speciesId === Species.WORMADAM) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.GROUND:
+ return 1; // Sandy Cloak
+ case PokemonType.STEEL:
+ return 2; // Trash Cloak
+ case PokemonType.GRASS:
+ return 0; // Plant Cloak
+ }
+ }
+ if (species.speciesId === Species.ROTOM) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.FLYING:
+ return 4; // Fan Rotom
+ case PokemonType.GHOST:
+ return 0; // Lightbulb Rotom
+ case PokemonType.FIRE:
+ return 1; // Heat Rotom
+ case PokemonType.GRASS:
+ return 5; // Mow Rotom
+ case PokemonType.WATER:
+ return 2; // Wash Rotom
+ case PokemonType.ICE:
+ return 3; // Frost Rotom
+ }
+ }
+ if (species.speciesId === Species.ORICORIO) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.GHOST:
+ return 3; // Sensu Style
+ case PokemonType.FIRE:
+ return 0; // Baile Style
+ case PokemonType.ELECTRIC:
+ return 1; // Pom-Pom Style
+ case PokemonType.PSYCHIC:
+ return 2; // Pa'u Style
+ }
+ }
+ if (species.speciesId === Species.PALDEA_TAUROS) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.FIRE:
+ return 1; // Blaze Breed
+ case PokemonType.WATER:
+ return 2; // Aqua Breed
+ }
+ }
+ if (species.speciesId === Species.SILVALLY || species.speciesId === Species.ARCEUS) {
+ // Would probably never happen, but might as well
+ return this.currentBattle.trainer.config.specialtyType;
+ }
+ }
switch (species.speciesId) {
case Species.UNOWN:
@@ -1462,8 +1722,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:
@@ -1486,13 +1744,19 @@ export default class BattleScene extends SceneBase {
}
return Utils.randSeedInt(8);
case Species.EEVEE:
- if (this.currentBattle?.battleType === BattleType.TRAINER && this.currentBattle?.waveIndex < 30 && !isEggPhase) {
+ if (
+ this.currentBattle?.battleType === BattleType.TRAINER &&
+ this.currentBattle?.waveIndex < 30 &&
+ !isEggPhase
+ ) {
return 0; // No Partner Eevee for Wave 12 Preschoolers
}
return Utils.randSeedInt(2);
+ case Species.FROAKIE:
+ case Species.FROGADIER:
case Species.GRENINJA:
- if (this.currentBattle?.battleType === BattleType.TRAINER) {
- return 0; // Don't give trainers Battle Bond Greninja
+ if (this.currentBattle?.battleType === BattleType.TRAINER && !isEggPhase) {
+ return 0; // Don't give trainers Battle Bond Greninja, Froakie or Frogadier
}
return Utils.randSeedInt(2);
case Species.URSHIFU:
@@ -1508,19 +1772,32 @@ export default class BattleScene extends SceneBase {
case Species.BASCULEGION:
case Species.OINKOLOGNE:
return gender === Gender.FEMALE ? 1 : 0;
- case Species.TOXTRICITY:
- const lowkeyNatures = [ Nature.LONELY, Nature.BOLD, Nature.RELAXED, Nature.TIMID, Nature.SERIOUS, Nature.MODEST, Nature.MILD, Nature.QUIET, Nature.BASHFUL, Nature.CALM, Nature.GENTLE, Nature.CAREFUL ];
+ case Species.TOXTRICITY: {
+ const lowkeyNatures = [
+ Nature.LONELY,
+ Nature.BOLD,
+ Nature.RELAXED,
+ Nature.TIMID,
+ Nature.SERIOUS,
+ Nature.MODEST,
+ Nature.MILD,
+ Nature.QUIET,
+ Nature.BASHFUL,
+ Nature.CALM,
+ Nature.GENTLE,
+ Nature.CAREFUL,
+ ];
if (nature !== undefined && lowkeyNatures.indexOf(nature) > -1) {
return 1;
}
return 0;
+ }
case Species.GIMMIGHOUL:
- // Chest form can only be found in Mysterious Chest Encounter, if this is a game mode with MEs
+ // Chest form can only be found in Mysterious Chest Encounter, if this is a game mode with MEs
if (this.gameMode.hasMysteryEncounters && !isEggPhase) {
return 1; // Wandering form
- } else {
- return Utils.randSeedInt(species.forms.length);
}
+ return Utils.randSeedInt(species.forms.length);
}
if (ignoreArena) {
@@ -1539,24 +1816,33 @@ export default class BattleScene extends SceneBase {
private getGeneratedOffsetGym(): boolean {
let ret = false;
- this.executeWithSeedOffset(() => {
- ret = !Utils.randSeedInt(2);
- }, 0, this.seed.toString());
+ this.executeWithSeedOffset(
+ () => {
+ ret = !Utils.randSeedInt(2);
+ },
+ 0,
+ this.seed.toString(),
+ );
return ret;
}
private getGeneratedWaveCycleOffset(): number {
let ret = 0;
- this.executeWithSeedOffset(() => {
- ret = Utils.randSeedInt(8) * 5;
- }, 0, this.seed.toString());
+ this.executeWithSeedOffset(
+ () => {
+ ret = Utils.randSeedInt(8) * 5;
+ },
+ 0,
+ this.seed.toString(),
+ );
return ret;
}
- getEncounterBossSegments(waveIndex: number, level: number, species?: PokemonSpecies, forceBoss: boolean = false): number {
+ 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;
}
@@ -1570,14 +1856,17 @@ export default class BattleScene extends SceneBase {
isBoss = true;
} else {
this.executeWithSeedOffset(() => {
- isBoss = waveIndex % 10 === 0 || (this.gameMode.hasRandomBosses && Utils.randSeedInt(100) < Math.min(Math.max(Math.ceil((waveIndex - 250) / 50), 0) * 2, 30));
+ isBoss =
+ waveIndex % 10 === 0 ||
+ (this.gameMode.hasRandomBosses &&
+ Utils.randSeedInt(100) < Math.min(Math.max(Math.ceil((waveIndex - 250) / 50), 0) * 2, 30));
}, waveIndex << 2);
}
if (!isBoss) {
return 0;
}
- let ret: number = 2;
+ let ret = 2;
if (level >= 100) {
ret++;
@@ -1607,26 +1896,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?: number): void {
const wave = waveIndex || this.currentBattle?.waveIndex || 0;
this.waveSeed = Utils.shiftCharCodes(this.seed, wave);
- Phaser.Math.RND.sow([ this.waveSeed ]);
+ Phaser.Math.RND.sow([this.waveSeed]);
console.log("Wave Seed:", this.waveSeed, wave);
this.rngCounter = 0;
}
- executeWithSeedOffset(func: Function, offset: number, seedOverride?: string): void {
+ executeWithSeedOffset(
+ // biome-ignore lint/complexity/noBannedTypes: Refactor to not use Function
+ func: Function,
+ offset: number,
+ seedOverride?: string,
+ ): void {
if (!func) {
return;
}
@@ -1634,7 +1931,7 @@ export default class BattleScene extends SceneBase {
const tempRngOffset = this.rngOffset;
const tempRngSeedOverride = this.rngSeedOverride;
const state = Phaser.Math.RND.state();
- Phaser.Math.RND.sow([ Utils.shiftCharCodes(seedOverride || this.seed, offset) ]);
+ Phaser.Math.RND.sow([Utils.shiftCharCodes(seedOverride || this.seed, offset)]);
this.rngCounter = 0;
this.rngOffset = offset;
this.rngSeedOverride = seedOverride || "";
@@ -1645,7 +1942,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) {
@@ -1655,14 +1958,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, isTerastallized: pokemon ? pokemon.isTerastallized : false });
+ 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;
}
@@ -1681,7 +2003,7 @@ export default class BattleScene extends SceneBase {
alpha: 0.5,
ease: "Sine.easeOut",
duration: duration,
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1693,7 +2015,7 @@ export default class BattleScene extends SceneBase {
alpha: 0,
duration: duration,
ease: "Cubic.easeIn",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1714,7 +2036,7 @@ export default class BattleScene extends SceneBase {
alpha: this.shopOverlayOpacity,
ease: "Sine.easeOut",
duration,
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1727,7 +2049,7 @@ export default class BattleScene extends SceneBase {
alpha: 0,
duration: duration,
ease: "Cubic.easeIn",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1744,13 +2066,13 @@ export default class BattleScene extends SceneBase {
const isBoss = !(this.currentBattle.waveIndex % 10);
const biomeString: string = getBiomeName(this.arena.biomeType);
this.fieldUI.moveAbove(this.biomeWaveText, this.luckText);
- this.biomeWaveText.setText( biomeString + " - " + this.currentBattle.waveIndex.toString());
+ this.biomeWaveText.setText(biomeString + " - " + this.currentBattle.waveIndex.toString());
this.biomeWaveText.setColor(!isBoss ? "#ffffff" : "#f89890");
this.biomeWaveText.setShadowColor(!isBoss ? "#636363" : "#984038");
this.biomeWaveText.setVisible(true);
}
- updateMoneyText(forceVisible: boolean = true): void {
+ updateMoneyText(forceVisible = true): void {
if (this.money === undefined) {
return;
}
@@ -1774,7 +2096,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)),
});
}
@@ -1788,8 +2110,10 @@ export default class BattleScene extends SceneBase {
* @param duration The time for this label to fade in, if it is not already visible.
*/
updateAndShowText(duration: number): void {
- const labels = [ this.luckLabelText, this.luckText ];
- labels.forEach(t => t.setAlpha(0));
+ const labels = [this.luckLabelText, this.luckText];
+ for (const label of labels) {
+ label.setAlpha(0);
+ }
const luckValue = getPartyLuckValue(this.getPlayerParty());
this.luckText.setText(getLuckString(luckValue));
if (luckValue < 14) {
@@ -1797,14 +2121,16 @@ export default class BattleScene extends SceneBase {
} else {
this.luckText.setTint(0xffef5c, 0x47ff69, 0x6b6bff, 0xff6969);
}
- this.luckLabelText.setX((this.game.canvas.width / 6) - 2 - (this.luckText.displayWidth + 2));
+ this.luckLabelText.setX(this.game.canvas.width / 6 - 2 - (this.luckText.displayWidth + 2));
this.tweens.add({
targets: labels,
duration: duration,
alpha: 1,
onComplete: () => {
- labels.forEach(t => t.setVisible(true));
- }
+ for (const label of labels) {
+ label.setVisible(true);
+ }
+ },
});
}
@@ -1812,14 +2138,16 @@ export default class BattleScene extends SceneBase {
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);
+ }
+ },
});
}
@@ -1827,11 +2155,15 @@ export default class BattleScene extends SceneBase {
const enemyModifierCount = this.enemyModifiers.filter(m => m.isIconVisible()).length;
const biomeWaveTextHeight = this.biomeWaveText.getBottomLeft().y - this.biomeWaveText.getTopLeft().y;
this.biomeWaveText.setY(
- -(this.game.canvas.height / 6) + (enemyModifierCount ? enemyModifierCount <= 12 ? 15 : 24 : 0) + (biomeWaveTextHeight / 2)
+ -(this.game.canvas.height / 6) +
+ (enemyModifierCount ? (enemyModifierCount <= 12 ? 15 : 24) : 0) +
+ biomeWaveTextHeight / 2,
);
this.moneyText.setY(this.biomeWaveText.y + 10);
this.scoreText.setY(this.moneyText.y + 10);
- [ this.luckLabelText, this.luckText ].map(l => l.setY((this.scoreText.visible ? this.scoreText : this.moneyText).y + 10));
+ [this.luckLabelText, this.luckText].map(l =>
+ l.setY((this.scoreText.visible ? this.scoreText : this.moneyText).y + 10),
+ );
const offsetY = (this.scoreText.visible ? this.scoreText : this.moneyText).y + 15;
this.partyExpBar.setY(offsetY);
this.candyBar.setY(offsetY + 15);
@@ -1848,18 +2180,24 @@ export default class BattleScene extends SceneBase {
}
addFaintedEnemyScore(enemy: EnemyPokemon): void {
- 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());
+ let scoreIncrease =
+ enemy.getSpeciesForm().getBaseExp() *
+ (enemy.level / this.getMaxExpLevel()) *
+ ((enemy.ivs.reduce((iv: number, total: number) => (total += iv), 0) / 93) * 0.2 + 0.8);
+ this.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemy.id, false).map(
+ m => (scoreIncrease *= (m as PokemonHeldItemModifier).getScoreMultiplier()),
+ );
if (enemy.isBoss()) {
scoreIncrease *= Math.sqrt(enemy.bossSegments);
}
this.currentBattle.battleScore += Math.ceil(scoreIncrease);
}
- getMaxExpLevel(ignoreLevelCap: boolean = false): number {
+ getMaxExpLevel(ignoreLevelCap = false): number {
if (Overrides.LEVEL_CAP_OVERRIDE > 0) {
return Overrides.LEVEL_CAP_OVERRIDE;
- } else if (ignoreLevelCap || Overrides.LEVEL_CAP_OVERRIDE < 0) {
+ }
+ if (ignoreLevelCap || Overrides.LEVEL_CAP_OVERRIDE < 0) {
return Number.MAX_SAFE_INTEGER;
}
const waveIndex = Math.ceil((this.currentBattle?.waveIndex || 1) / 10) * 10;
@@ -1868,18 +2206,33 @@ export default class BattleScene extends SceneBase {
return Math.ceil(baseLevel / 2) * 2 + 2;
}
- randomSpecies(waveIndex: number, level: number, fromArenaPool?: boolean, speciesFilter?: PokemonSpeciesFilter, filterAllEvolutions?: boolean): PokemonSpecies {
+ randomSpecies(
+ waveIndex: number,
+ level: number,
+ fromArenaPool?: boolean,
+ speciesFilter?: PokemonSpeciesFilter,
+ filterAllEvolutions?: boolean,
+ ): PokemonSpecies {
if (fromArenaPool) {
return this.arena.randomSpecies(waveIndex, level, undefined, getPartyLuckValue(this.party));
}
- const filteredSpecies = speciesFilter ? [ ...new Set(allSpecies.filter(s => s.isCatchable()).filter(speciesFilter).map(s => {
- if (!filterAllEvolutions) {
- while (pokemonPrevolutions.hasOwnProperty(s.speciesId)) {
- s = getPokemonSpecies(pokemonPrevolutions[s.speciesId]);
- }
- }
- return s;
- })) ] : allSpecies.filter(s => s.isCatchable());
+ const filteredSpecies = speciesFilter
+ ? [
+ ...new Set(
+ allSpecies
+ .filter(s => s.isCatchable())
+ .filter(speciesFilter)
+ .map(s => {
+ if (!filterAllEvolutions) {
+ while (pokemonPrevolutions.hasOwnProperty(s.speciesId)) {
+ s = getPokemonSpecies(pokemonPrevolutions[s.speciesId]);
+ }
+ }
+ return s;
+ }),
+ ),
+ ]
+ : allSpecies.filter(s => s.isCatchable());
return filteredSpecies[Utils.randSeedInt(filteredSpecies.length)];
}
@@ -1887,8 +2240,9 @@ export default class BattleScene extends SceneBase {
const relWave = waveIndex % 250;
const biomes = Utils.getEnumValues(Biome).filter(b => b !== Biome.TOWN && b !== Biome.END);
const maxDepth = biomeDepths[Biome.END][0] - 2;
- const depthWeights = new Array(maxDepth + 1).fill(null)
- .map((_, i: number) => ((1 - Math.min(Math.abs((i / (maxDepth - 1)) - (relWave / 250)) + 0.25, 1)) / 0.75) * 250);
+ 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) {
@@ -1908,17 +2262,20 @@ export default class BattleScene extends SceneBase {
}
isBgmPlaying(): boolean {
- return this.bgm && this.bgm.isPlaying;
+ return this.bgm?.isPlaying ?? false;
}
playBgm(bgmName?: string, fadeOut?: boolean): void {
if (bgmName === undefined) {
bgmName = this.currentBattle?.getBgmOverride() || this.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;
@@ -1929,15 +2286,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;
}
@@ -1946,7 +2301,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 }));
@@ -1995,7 +2350,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- ")) {
@@ -2013,7 +2367,7 @@ export default class BattleScene extends SceneBase {
}
}
- fadeOutBgm(duration: number = 500, destroy: boolean = true): boolean {
+ fadeOutBgm(duration = 500, destroy = true): boolean {
if (!this.bgm) {
return false;
}
@@ -2032,7 +2386,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);
@@ -2052,24 +2406,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);
@@ -2089,7 +2443,7 @@ export default class BattleScene extends SceneBase {
this.bgmResumeTimer.destroy();
}
if (resumeBgm) {
- this.bgmResumeTimer = this.time.delayedCall((pauseDuration || Utils.fixedInt(sound.totalDuration * 1000)), () => {
+ this.bgmResumeTimer = this.time.delayedCall(pauseDuration || Utils.fixedInt(sound.totalDuration * 1000), () => {
this.resumeBgm();
this.bgmResumeTimer = null;
});
@@ -2101,9 +2455,9 @@ export default class BattleScene extends SceneBase {
getBgmLoopPoint(bgmName: string): number {
switch (bgmName) {
case "title": //Firel PokéRogue Title
- return 46.500;
+ return 46.5;
case "battle_kanto_champion": //B2W2 Kanto Champion Battle
- return 13.950;
+ return 13.95;
case "battle_johto_champion": //B2W2 Johto Champion Battle
return 23.498;
case "battle_hoenn_champion_g5": //B2W2 Hoenn Champion Battle
@@ -2117,7 +2471,7 @@ export default class BattleScene extends SceneBase {
case "battle_champion_iris": //B2W2 Unova Champion Battle
return 10.145;
case "battle_kalos_champion": //XY Kalos Champion Battle
- return 10.380;
+ return 10.38;
case "battle_champion_kukui": //SM Kukui Battle
return 15.784;
case "battle_alola_champion": //USUM Alola Champion Battle
@@ -2133,17 +2487,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
@@ -2161,7 +2515,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
@@ -2175,13 +2529,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
@@ -2191,7 +2545,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
@@ -2209,7 +2563,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
@@ -2233,7 +2587,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
@@ -2241,7 +2595,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
@@ -2251,7 +2605,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
@@ -2265,7 +2619,7 @@ export default class BattleScene extends SceneBase {
case "battle_flare_grunt": //XY Team Flare Battle
return 4.228;
case "battle_aether_grunt": // SM Aether Foundation Battle
- return 16.00;
+ return 16.0;
case "battle_skull_grunt": // SM Team Skull Battle
return 20.87;
case "battle_macro_grunt": // SWSH Trainer Battle
@@ -2279,7 +2633,7 @@ export default class BattleScene extends SceneBase {
case "battle_skull_admin": //SM Team Skull Admin Battle
return 15.463;
case "battle_oleana": //SWSH Oleana Battle
- return 14.110;
+ return 14.11;
case "battle_star_admin": //SV Team Star Boss Battle
return 9.493;
case "battle_rocket_boss": //USUM Giovanni Battle
@@ -2310,6 +2664,10 @@ export default class BattleScene extends SceneBase {
return 41.42;
case "mystery_encounter_delibirdy": // Firel Delibirdy
return 82.28;
+ case "title_afd": // Andr06 - PokéRogue Title Remix (AFD)
+ return 47.660;
+ case "battle_rival_3_afd": // Andr06 - Final N Battle Remix (AFD)
+ return 49.147;
}
return 0;
@@ -2332,7 +2690,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.
*
@@ -2344,7 +2701,7 @@ export default class BattleScene extends SceneBase {
*
*/
pushConditionalPhase(phase: Phase, condition: () => boolean): void {
- this.conditionalQueue.push([ condition, phase ]);
+ this.conditionalQueue.push([condition, phase]);
}
/**
@@ -2352,7 +2709,7 @@ 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);
}
@@ -2375,6 +2732,18 @@ export default class BattleScene extends SceneBase {
this.phaseQueue.splice(0, this.phaseQueue.length);
}
+ /**
+ * Clears all phase-related stuff, including all phase queues, the current and standby phases, and a splice index
+ */
+ clearAllPhases(): void {
+ for (const queue of [this.phaseQueue, this.phaseQueuePrepend, this.conditionalQueue, this.nextCommandPhaseQueue]) {
+ queue.splice(0, queue.length);
+ }
+ this.currentPhase = null;
+ this.standbyPhase = null;
+ this.clearPhaseQueueSplice();
+ }
+
/**
* Used by function unshiftPhase(), sets index to start inserting at current length instead of the end of the array, useful if phaseQueuePrepend gets longer with Phases
*/
@@ -2502,19 +2871,18 @@ 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 | Phase [], targetPhase: Constructor): boolean {
+ prependToPhase(phase: Phase | Phase[], targetPhase: Constructor): boolean {
if (!Array.isArray(phase)) {
- phase = [ phase ];
+ phase = [phase];
}
const targetIndex = this.phaseQueue.findIndex(ph => ph instanceof targetPhase);
if (targetIndex !== -1) {
this.phaseQueue.splice(targetIndex, 0, ...phase);
return true;
- } else {
- this.unshiftPhase(...phase);
- return false;
}
+ this.unshiftPhase(...phase);
+ return false;
}
/**
@@ -2525,17 +2893,16 @@ export default class BattleScene extends SceneBase {
*/
appendToPhase(phase: Phase | Phase[], targetPhase: Constructor): boolean {
if (!Array.isArray(phase)) {
- phase = [ 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;
- } else {
- this.unshiftPhase(...phase);
- return false;
}
+ this.unshiftPhase(...phase);
+ return false;
}
/**
@@ -2546,7 +2913,13 @@ export default class BattleScene extends SceneBase {
* @param promptDelay optional param for MessagePhase constructor
* @param defer boolean for which queue to add it to, false -> add to PhaseQueuePrepend, true -> nextCommandPhaseQueue
*/
- queueMessage(message: string, callbackDelay?: number | null, prompt?: boolean | null, promptDelay?: number | null, defer?: boolean | null) {
+ queueMessage(
+ message: string,
+ callbackDelay?: number | null,
+ prompt?: boolean | null,
+ promptDelay?: number | null,
+ defer?: boolean | null,
+ ) {
const phase = new MessagePhase(message, callbackDelay, prompt, promptDelay);
if (!defer) {
// adds to the end of PhaseQueuePrepend
@@ -2557,6 +2930,21 @@ export default class BattleScene extends SceneBase {
}
}
+ /**
+ * Queues an ability bar flyout phase
+ * @param pokemon The pokemon who has the ability
+ * @param passive Whether the ability is a passive
+ * @param show Whether to show or hide the bar
+ */
+ public queueAbilityDisplay(pokemon: Pokemon, passive: boolean, show: boolean): void {
+ this.unshiftPhase(
+ show
+ ? new ShowAbilityPhase(pokemon.getBattlerIndex(), passive)
+ : new HideAbilityPhase(pokemon.getBattlerIndex(), passive),
+ );
+ this.clearPhaseQueueSplice();
+ }
+
/**
* Moves everything from nextCommandPhaseQueue to phaseQueue (keeping order)
*/
@@ -2578,94 +2966,99 @@ export default class BattleScene extends SceneBase {
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 as PersistentModifier).add(this.modifiers, !!virtual)) {
- if (modifier instanceof PokemonFormChangeItemModifier) {
- 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.NumberHolder(1);
- this.applyModifiers(HealingBoosterModifier, true, hpRestoreMultiplier);
- args.push(hpRestoreMultiplier.value);
- } else {
- args.push(1);
- }
- } else if (modifier instanceof FusePokemonModifier) {
- args.push(this.getPokemonById(modifier.fusePokemonId) as PlayerPokemon);
- } else if (modifier instanceof RememberMoveModifier && !Utils.isNullOrUndefined(cost)) {
- args.push(cost);
- }
-
- if (modifier.shouldApply(pokemon, ...args)) {
- const result = modifier.apply(pokemon, ...args);
- if (result instanceof Promise) {
- modifierPromises.push(result.then(s => success ||= s));
- } else {
- success ||= result;
- }
- }
- }
-
- return Promise.allSettled([ this.party.map(p => p.updateInfo(instant)), ...modifierPromises ]).then(() => resolve(success));
- } else {
- const args = [ this ];
- if (modifier.shouldApply(...args)) {
- const result = modifier.apply(...args);
- if (result instanceof Promise) {
- return result.then(success => resolve(success));
- } else {
- success ||= result;
- }
- }
- }
+ } else if (!virtual) {
+ const defaultModifierType = getDefaultModifierTypeForTier(modifier.type.tier);
+ this.queueMessage(
+ i18next.t("battle:itemStackFull", {
+ fullItemName: modifier.type.name,
+ itemName: defaultModifierType.name,
+ }),
+ undefined,
+ false,
+ 3000,
+ );
+ return this.addModifier(defaultModifierType.newModifier(), ignoreUpdate, playSound, false, instant);
}
- resolve(success);
- });
+ for (const rm of modifiersToRemove) {
+ this.removeModifier(rm);
+ }
+
+ if (!ignoreUpdate && !virtual) {
+ this.updateModifiers(true, instant);
+ }
+ } else if (modifier instanceof ConsumableModifier) {
+ if (playSound && !this.sound.get(soundName)) {
+ this.playSound(soundName);
+ }
+
+ if (modifier instanceof ConsumablePokemonModifier) {
+ for (const p in this.party) {
+ const pokemon = this.party[p];
+
+ const args: unknown[] = [];
+ if (modifier instanceof PokemonHpRestoreModifier) {
+ if (!(modifier as PokemonHpRestoreModifier).fainted) {
+ const hpRestoreMultiplier = new Utils.NumberHolder(1);
+ this.applyModifiers(HealingBoosterModifier, true, hpRestoreMultiplier);
+ args.push(hpRestoreMultiplier.value);
+ } else {
+ args.push(1);
+ }
+ } else if (modifier instanceof FusePokemonModifier) {
+ args.push(this.getPokemonById(modifier.fusePokemonId) as PlayerPokemon);
+ } else if (modifier instanceof RememberMoveModifier && !Utils.isNullOrUndefined(cost)) {
+ args.push(cost);
+ }
+
+ if (modifier.shouldApply(pokemon, ...args)) {
+ const result = modifier.apply(pokemon, ...args);
+ success ||= result;
+ }
+ }
+
+ this.party.map(p => p.updateInfo(instant));
+ } else {
+ const args = [this];
+ if (modifier.shouldApply(...args)) {
+ const result = modifier.apply(...args);
+ success ||= result;
+ }
+ }
+ }
+ return success;
}
addEnemyModifier(modifier: PersistentModifier, ignoreUpdate?: boolean, instant?: boolean): Promise {
@@ -2683,7 +3076,8 @@ export default class BattleScene extends SceneBase {
}
}
if (!ignoreUpdate) {
- this.updateModifiers(false, instant).then(() => resolve());
+ this.updateModifiers(false, instant);
+ resolve();
} else {
resolve();
}
@@ -2704,76 +3098,128 @@ export default class BattleScene extends SceneBase {
* @param itemLost If `true`, treat the item's current holder as losing the item (for now, this simply enables Unburden). Default is `true`.
* @returns `true` if the transfer was successful
*/
- tryTransferHeldItemModifier(itemModifier: PokemonHeldItemModifier, target: Pokemon, playSound: boolean, transferQuantity: number = 1, instant?: boolean, ignoreUpdate?: boolean, itemLost: boolean = true): Promise {
- return new Promise(resolve => {
- const source = itemModifier.pokemonId ? itemModifier.getPokemon() : null;
- const cancelled = new Utils.BooleanHolder(false);
- Utils.executeIf(!!source && source.isPlayer() !== target.isPlayer(), () => applyAbAttrs(BlockItemTheftAbAttr, source! /* checked in condition*/, cancelled)).then(() => {
- if (cancelled.value) {
- return resolve(false);
- }
- const newItemModifier = itemModifier.clone() as PokemonHeldItemModifier;
- newItemModifier.pokemonId = target.id;
- const matchingModifier = this.findModifier(m => m instanceof PokemonHeldItemModifier
- && (m as PokemonHeldItemModifier).matchType(itemModifier) && m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier;
- let removeOld = true;
- if (matchingModifier) {
- const maxStackCount = matchingModifier.getMaxStackCount();
- if (matchingModifier.stackCount >= maxStackCount) {
- return resolve(false);
- }
- const countTaken = Math.min(transferQuantity, itemModifier.stackCount, maxStackCount - matchingModifier.stackCount);
- itemModifier.stackCount -= countTaken;
- newItemModifier.stackCount = matchingModifier.stackCount + countTaken;
- removeOld = !itemModifier.stackCount;
- } else {
- const countTaken = Math.min(transferQuantity, itemModifier.stackCount);
- itemModifier.stackCount -= countTaken;
- newItemModifier.stackCount = countTaken;
- }
- removeOld = !itemModifier.stackCount;
- if (!removeOld || !source || this.removeModifier(itemModifier, !source.isPlayer())) {
- const addModifier = () => {
- if (!matchingModifier || this.removeModifier(matchingModifier, !target.isPlayer())) {
- if (target.isPlayer()) {
- this.addModifier(newItemModifier, ignoreUpdate, playSound, false, instant).then(() => {
- if (source && itemLost) {
- applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
- }
- resolve(true);
- });
- } else {
- this.addEnemyModifier(newItemModifier, ignoreUpdate, instant).then(() => {
- if (source && itemLost) {
- applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
- }
- resolve(true);
- });
- }
- } else {
- resolve(false);
+ tryTransferHeldItemModifier(
+ itemModifier: PokemonHeldItemModifier,
+ target: Pokemon,
+ playSound: boolean,
+ transferQuantity = 1,
+ instant?: boolean,
+ ignoreUpdate?: boolean,
+ itemLost = true,
+ ): boolean {
+ const source = itemModifier.pokemonId ? itemModifier.getPokemon() : null;
+ const cancelled = new Utils.BooleanHolder(false);
+
+ if (source && source.isPlayer() !== target.isPlayer()) {
+ applyAbAttrs(BlockItemTheftAbAttr, source, cancelled);
+ }
+
+ if (cancelled.value) {
+ return false;
+ }
+
+ const newItemModifier = itemModifier.clone() as PokemonHeldItemModifier;
+ newItemModifier.pokemonId = target.id;
+ const matchingModifier = this.findModifier(
+ m => m instanceof PokemonHeldItemModifier && m.matchType(itemModifier) && m.pokemonId === target.id,
+ target.isPlayer(),
+ ) as PokemonHeldItemModifier;
+
+ if (matchingModifier) {
+ const maxStackCount = matchingModifier.getMaxStackCount();
+ if (matchingModifier.stackCount >= maxStackCount) {
+ return false;
+ }
+ const countTaken = Math.min(
+ transferQuantity,
+ itemModifier.stackCount,
+ maxStackCount - matchingModifier.stackCount,
+ );
+ itemModifier.stackCount -= countTaken;
+ newItemModifier.stackCount = matchingModifier.stackCount + countTaken;
+ } else {
+ const countTaken = Math.min(transferQuantity, itemModifier.stackCount);
+ itemModifier.stackCount -= countTaken;
+ newItemModifier.stackCount = countTaken;
+ }
+
+ const removeOld = itemModifier.stackCount === 0;
+
+ if (!removeOld || !source || this.removeModifier(itemModifier, !source.isPlayer())) {
+ const addModifier = () => {
+ if (!matchingModifier || this.removeModifier(matchingModifier, !target.isPlayer())) {
+ if (target.isPlayer()) {
+ this.addModifier(newItemModifier, ignoreUpdate, playSound, false, instant);
+ if (source && itemLost) {
+ applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
}
- };
- if (source && source.isPlayer() !== target.isPlayer() && !ignoreUpdate) {
- this.updateModifiers(source.isPlayer(), instant).then(() => addModifier());
- } else {
- addModifier();
+ return true;
}
- return;
+ this.addEnemyModifier(newItemModifier, ignoreUpdate, instant);
+ if (source && itemLost) {
+ applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
+ }
+ return true;
}
- resolve(false);
- });
- });
+ return false;
+ };
+ if (source && source.isPlayer() !== target.isPlayer() && !ignoreUpdate) {
+ this.updateModifiers(source.isPlayer(), instant);
+ addModifier();
+ } else {
+ addModifier();
+ }
+ return true;
+ }
+ return false;
+ }
+
+ canTransferHeldItemModifier(itemModifier: PokemonHeldItemModifier, target: Pokemon, transferQuantity = 1): boolean {
+ const mod = itemModifier.clone() as PokemonHeldItemModifier;
+ const source = mod.pokemonId ? mod.getPokemon() : null;
+ const cancelled = new Utils.BooleanHolder(false);
+
+ if (source && source.isPlayer() !== target.isPlayer()) {
+ applyAbAttrs(BlockItemTheftAbAttr, source, cancelled);
+ }
+
+ if (cancelled.value) {
+ return false;
+ }
+
+ const matchingModifier = this.findModifier(
+ m => m instanceof PokemonHeldItemModifier && m.matchType(mod) && m.pokemonId === target.id,
+ target.isPlayer(),
+ ) as PokemonHeldItemModifier;
+
+ if (matchingModifier) {
+ const maxStackCount = matchingModifier.getMaxStackCount();
+ if (matchingModifier.stackCount >= maxStackCount) {
+ return false;
+ }
+ const countTaken = Math.min(transferQuantity, mod.stackCount, maxStackCount - matchingModifier.stackCount);
+ mod.stackCount -= countTaken;
+ } else {
+ const countTaken = Math.min(transferQuantity, mod.stackCount);
+ mod.stackCount -= countTaken;
+ }
+
+ const removeOld = mod.stackCount === 0;
+
+ return !removeOld || !source || this.hasModifier(itemModifier, !source.isPlayer());
}
removePartyMemberModifiers(partyMemberIndex: number): Promise {
return new Promise(resolve => {
const pokemonId = this.getPlayerParty()[partyMemberIndex].id;
- const modifiersToRemove = this.modifiers.filter(m => m instanceof PokemonHeldItemModifier && (m as PokemonHeldItemModifier).pokemonId === pokemonId);
+ const modifiersToRemove = this.modifiers.filter(
+ m => m instanceof PokemonHeldItemModifier && (m as PokemonHeldItemModifier).pokemonId === pokemonId,
+ );
for (const m of modifiersToRemove) {
this.modifiers.splice(this.modifiers.indexOf(m), 1);
}
- this.updateModifiers().then(() => resolve());
+ this.updateModifiers();
+ resolve();
});
}
@@ -2796,13 +3242,11 @@ export default class BattleScene extends SceneBase {
for (const modifier of modifiers) {
this.addEnemyModifier(modifier, true, true);
}
-
- this.currentBattle.trainer.genAI(party);
}
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);
@@ -2813,9 +3257,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;
@@ -2823,99 +3269,108 @@ export default class BattleScene extends SceneBase {
if (isFinalBoss) {
upgradeChance /= 8;
}
- const modifierChance = this.gameMode.getEnemyModifierChance(isBoss);
- let pokemonModifierChance = modifierChance;
- if (this.currentBattle.battleType === BattleType.TRAINER && this.currentBattle.trainer)
- pokemonModifierChance = Math.ceil(pokemonModifierChance * this.currentBattle.trainer.getPartyMemberModifierChanceMultiplier(i)); // eslint-disable-line
let count = 0;
for (let c = 0; c < chances; c++) {
- if (!Utils.randSeedInt(modifierChance)) {
+ if (!Utils.randSeedInt(this.gameMode.getEnemyModifierChance(isBoss))) {
count++;
}
}
if (isBoss) {
count = Math.max(count, Math.floor(chances / 2));
}
- getEnemyModifierTypesForWave(difficultyWaveIndex, count, [ enemyPokemon ], this.currentBattle.battleType === BattleType.TRAINER ? ModifierPoolType.TRAINER : ModifierPoolType.WILD, upgradeChance)
- .map(mt => mt.newModifier(enemyPokemon).add(this.enemyModifiers, false));
+ getEnemyModifierTypesForWave(
+ difficultyWaveIndex,
+ count,
+ [enemyPokemon],
+ this.currentBattle.battleType === BattleType.TRAINER ? ModifierPoolType.TRAINER : ModifierPoolType.WILD,
+ upgradeChance,
+ ).map(mt => mt.newModifier(enemyPokemon).add(this.enemyModifiers, false));
}
return true;
});
- this.updateModifiers(false).then(() => resolve());
+ this.updateModifiers(false);
+ resolve();
});
}
/**
- * Removes all modifiers from enemy pokemon of {@linkcode PersistentModifier} type
- */
+ * Removes all modifiers from enemy pokemon of {@linkcode PersistentModifier} type
+ */
clearEnemyModifiers(): void {
const modifiersToRemove = this.enemyModifiers.filter(m => m instanceof PersistentModifier);
for (const m of modifiersToRemove) {
this.enemyModifiers.splice(this.enemyModifiers.indexOf(m), 1);
}
- this.updateModifiers(false).then(() => this.updateUIPositions());
+ this.updateModifiers(false);
+ this.updateUIPositions();
}
/**
- * Removes all modifiers from enemy pokemon of {@linkcode PokemonHeldItemModifier} type
- * @param pokemon - If specified, only removes held items from that {@linkcode Pokemon}
- */
+ * Removes all modifiers from enemy pokemon of {@linkcode PokemonHeldItemModifier} type
+ * @param pokemon - If specified, only removes held items from that {@linkcode Pokemon}
+ */
clearEnemyHeldItemModifiers(pokemon?: Pokemon): void {
- const modifiersToRemove = this.enemyModifiers.filter(m => m instanceof PokemonHeldItemModifier && (!pokemon || m.getPokemon() === pokemon));
+ const modifiersToRemove = this.enemyModifiers.filter(
+ m => m instanceof PokemonHeldItemModifier && (!pokemon || m.getPokemon() === pokemon),
+ );
for (const m of modifiersToRemove) {
this.enemyModifiers.splice(this.enemyModifiers.indexOf(m), 1);
}
- this.updateModifiers(false).then(() => this.updateUIPositions());
+ this.updateModifiers(false);
+ this.updateUIPositions();
}
setModifiersVisible(visible: boolean) {
- [ this.modifierBar, this.enemyModifierBar ].map(m => m.setVisible(visible));
+ [this.modifierBar, this.enemyModifierBar].map(m => m.setVisible(visible));
}
- updateModifiers(player?: boolean, instant?: boolean): Promise {
- if (player === undefined) {
- player = true;
+ updateModifiers(player = true, instant?: boolean): void {
+ const modifiers = player ? this.modifiers : (this.enemyModifiers as PersistentModifier[]);
+ for (let m = 0; m < modifiers.length; m++) {
+ const modifier = modifiers[m];
+ if (
+ modifier instanceof PokemonHeldItemModifier &&
+ !this.getPokemonById((modifier as PokemonHeldItemModifier).pokemonId)
+ ) {
+ modifiers.splice(m--, 1);
+ }
}
- return new Promise(resolve => {
- const modifiers = player ? this.modifiers : this.enemyModifiers as PersistentModifier[];
- for (let m = 0; m < modifiers.length; m++) {
- const modifier = modifiers[m];
- if (modifier instanceof PokemonHeldItemModifier && !this.getPokemonById((modifier as PokemonHeldItemModifier).pokemonId)) {
- modifiers.splice(m--, 1);
- }
- }
- for (const modifier of modifiers) {
- if (modifier instanceof PersistentModifier) {
- (modifier as PersistentModifier).virtualStackCount = 0;
- }
+ for (const modifier of modifiers) {
+ if (modifier instanceof PersistentModifier) {
+ (modifier as PersistentModifier).virtualStackCount = 0;
}
+ }
- const modifiersClone = modifiers.slice(0);
- for (const modifier of modifiersClone) {
- if (!modifier.getStackCount()) {
- modifiers.splice(modifiers.indexOf(modifier), 1);
- }
+ const modifiersClone = modifiers.slice(0);
+ for (const modifier of modifiersClone) {
+ if (!modifier.getStackCount()) {
+ modifiers.splice(modifiers.indexOf(modifier), 1);
}
+ }
- this.updatePartyForModifiers(player ? this.getPlayerParty() : this.getEnemyParty(), instant).then(() => {
- (player ? this.modifierBar : this.enemyModifierBar).updateModifiers(modifiers);
- if (!player) {
- this.updateUIPositions();
- }
- resolve();
- });
- });
+ this.updatePartyForModifiers(player ? this.getPlayerParty() : this.getEnemyParty(), instant);
+ (player ? this.modifierBar : this.enemyModifierBar).updateModifiers(modifiers);
+ if (!player) {
+ this.updateUIPositions();
+ }
}
updatePartyForModifiers(party: Pokemon[], instant?: boolean): Promise {
return new Promise(resolve => {
- Promise.allSettled(party.map(p => {
- p.calculateStats();
- return p.updateInfo(instant);
- })).then(() => resolve());
+ Promise.allSettled(
+ party.map(p => {
+ p.calculateStats();
+ return p.updateInfo(instant);
+ }),
+ ).then(() => resolve());
});
}
+ hasModifier(modifier: PersistentModifier, enemy = false): boolean {
+ const modifiers = !enemy ? this.modifiers : this.enemyModifiers;
+ return modifiers.indexOf(modifier) > -1;
+ }
+
/**
* Removes a currently owned item. If the item is stacked, the entire item stack
* gets removed. This function does NOT apply in-battle effects, such as Unburden.
@@ -2924,7 +3379,7 @@ export default class BattleScene extends SceneBase {
* @param enemy If `true`, remove an item owned by the enemy. If `false`, remove an item owned by the player. Default is `false`.
* @returns `true` if the item exists and was successfully removed, `false` otherwise.
*/
- removeModifier(modifier: PersistentModifier, enemy: boolean = false): boolean {
+ removeModifier(modifier: PersistentModifier, enemy = false): boolean {
const modifiers = !enemy ? this.modifiers : this.enemyModifiers;
const modifierIndex = modifiers.indexOf(modifier);
if (modifierIndex > -1) {
@@ -2947,7 +3402,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);
}
@@ -2957,7 +3412,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);
}
@@ -2967,7 +3422,7 @@ export default class BattleScene extends SceneBase {
* @param player Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @returns the first modifier that passed the `modifierFilter` function; `undefined` if none passed
*/
- findModifier(modifierFilter: ModifierPredicate, player: boolean = true): PersistentModifier | undefined {
+ findModifier(modifierFilter: ModifierPredicate, player = true): PersistentModifier | undefined {
return (player ? this.modifiers : this.enemyModifiers).find(modifierFilter);
}
@@ -2978,18 +3433,28 @@ export default class BattleScene extends SceneBase {
* @param ...args The list of arguments needed to invoke `modifierType.apply`
* @returns the list of all modifiers that matched `modifierType` and were applied.
*/
- applyShuffledModifiers(modifierType: Constructor, player: boolean = true, ...args: Parameters): T[] {
- let modifiers = (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType && m.shouldApply(...args));
- this.executeWithSeedOffset(() => {
- const shuffleModifiers = mods => {
- if (mods.length < 1) {
- return mods;
- }
- const rand = Utils.randSeedInt(mods.length);
- return [ mods[rand], ...shuffleModifiers(mods.filter((_, i) => i !== rand)) ];
- };
- modifiers = shuffleModifiers(modifiers);
- }, this.currentBattle.turn << 4, this.waveSeed);
+ applyShuffledModifiers(
+ modifierType: Constructor,
+ player = true,
+ ...args: Parameters
+ ): T[] {
+ let modifiers = (player ? this.modifiers : this.enemyModifiers).filter(
+ (m): m is T => m instanceof modifierType && m.shouldApply(...args),
+ );
+ this.executeWithSeedOffset(
+ () => {
+ const shuffleModifiers = mods => {
+ if (mods.length < 1) {
+ return mods;
+ }
+ const rand = Utils.randSeedInt(mods.length);
+ return [mods[rand], ...shuffleModifiers(mods.filter((_, i) => i !== rand))];
+ };
+ modifiers = shuffleModifiers(modifiers);
+ },
+ this.currentBattle.turn << 4,
+ this.waveSeed,
+ );
return this.applyModifiersInternal(modifiers, player, args);
}
@@ -3000,13 +3465,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)) {
@@ -3025,8 +3500,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)" : "");
@@ -3037,22 +3518,33 @@ export default class BattleScene extends SceneBase {
return null;
}
- triggerPokemonFormChange(pokemon: Pokemon, formChangeTriggerType: Constructor, delayed: boolean = false, modal: boolean = false): boolean {
+ triggerPokemonFormChange(
+ pokemon: Pokemon,
+ formChangeTriggerType: Constructor,
+ delayed = false,
+ modal = false,
+ ): boolean {
if (pokemonFormChanges.hasOwnProperty(pokemon.species.speciesId)) {
-
// in case this is NECROZMA, determine which forms this
- const matchingFormChangeOpts = pokemonFormChanges[pokemon.species.speciesId].filter(fc => fc.findTrigger(formChangeTriggerType) && fc.canChange(pokemon));
+ const matchingFormChangeOpts = pokemonFormChanges[pokemon.species.speciesId].filter(
+ fc => fc.findTrigger(formChangeTriggerType) && fc.canChange(pokemon),
+ );
let matchingFormChange: SpeciesFormChange | null;
if (pokemon.species.speciesId === Species.NECROZMA && matchingFormChangeOpts.length > 1) {
// Ultra Necrozma is changing its form back, so we need to figure out into which form it devolves.
- const formChangeItemModifiers = (this.findModifiers(m => m instanceof PokemonFormChangeItemModifier && m.pokemonId === pokemon.id) as PokemonFormChangeItemModifier[]).filter(m => m.active).map(m => m.formChangeItem);
+ const formChangeItemModifiers = (
+ this.findModifiers(
+ m => m instanceof PokemonFormChangeItemModifier && m.pokemonId === pokemon.id,
+ ) as PokemonFormChangeItemModifier[]
+ )
+ .filter(m => m.active)
+ .map(m => m.formChangeItem);
-
- matchingFormChange = formChangeItemModifiers.includes(FormChangeItem.N_LUNARIZER) ?
- matchingFormChangeOpts[0] :
- formChangeItemModifiers.includes(FormChangeItem.N_SOLARIZER) ?
- matchingFormChangeOpts[1] :
- null;
+ matchingFormChange = formChangeItemModifiers.includes(FormChangeItem.N_LUNARIZER)
+ ? matchingFormChangeOpts[0]
+ : formChangeItemModifiers.includes(FormChangeItem.N_SOLARIZER)
+ ? matchingFormChangeOpts[1]
+ : null;
} else {
matchingFormChange = matchingFormChangeOpts[0];
}
@@ -3077,7 +3569,12 @@ export default class BattleScene extends SceneBase {
return false;
}
- triggerPokemonBattleAnim(pokemon: Pokemon, battleAnimType: PokemonAnimType, fieldAssets?: Phaser.GameObjects.Sprite[], delayed: boolean = false): boolean {
+ triggerPokemonBattleAnim(
+ pokemon: Pokemon,
+ battleAnimType: PokemonAnimType,
+ fieldAssets?: Phaser.GameObjects.Sprite[],
+ delayed = false,
+ ): boolean {
const phase: Phase = new PokemonAnimPhase(battleAnimType, pokemon, fieldAssets);
if (delayed) {
this.pushPhase(phase);
@@ -3095,8 +3592,10 @@ export default class BattleScene extends SceneBase {
}
validateAchv(achv: Achv, args?: unknown[]): boolean {
- if ((!this.gameData.achvUnlocks.hasOwnProperty(achv.id) || Overrides.ACHIEVEMENTS_REUNLOCK_OVERRIDE)
- && achv.validate(args)) {
+ if (
+ (!this.gameData.achvUnlocks.hasOwnProperty(achv.id) || Overrides.ACHIEVEMENTS_REUNLOCK_OVERRIDE) &&
+ achv.validate(args)
+ ) {
this.gameData.achvUnlocks[achv.id] = new Date().getTime();
this.ui.achvBar.showAchv(achv);
if (vouchers.hasOwnProperty(achv.id)) {
@@ -3125,19 +3624,21 @@ export default class BattleScene extends SceneBase {
gameMode: this.currentBattle ? this.gameMode.getName() : "Title",
biome: this.currentBattle ? getBiomeName(this.arena.biomeType) : "",
wave: this.currentBattle?.waveIndex ?? 0,
- party: this.party ? this.party.map((p) => {
- return {
- name: p.name,
- form: p.getFormKey(),
- types: p.getTypes().map((type) => Type[type]),
- teraType: Type[p.getTeraType()],
- isTerastallized: p.isTerastallized,
- level: p.level,
- currentHP: p.hp,
- maxHP: p.getMaxHp(),
- status: p.status?.effect ? StatusEffect[p.status.effect] : ""
- };
- }) : [],
+ party: this.party
+ ? this.party.map(p => {
+ return {
+ name: p.name,
+ form: p.getFormKey(),
+ types: p.getTypes().map(type => PokemonType[type]),
+ teraType: PokemonType[p.getTeraType()],
+ isTerastallized: p.isTerastallized,
+ level: p.level,
+ currentHP: p.hp,
+ maxHP: p.getMaxHp(),
+ status: p.status?.effect ? StatusEffect[p.status.effect] : "",
+ };
+ })
+ : [],
modeChain: this.ui?.getModeChain() ?? [],
};
(window as any).gameInfo = gameInfo;
@@ -3153,7 +3654,7 @@ export default class BattleScene extends SceneBase {
const keys: string[] = [];
let activePokemon: (PlayerPokemon | EnemyPokemon)[] = this.getPlayerParty();
activePokemon = activePokemon.concat(this.getEnemyParty());
- activePokemon.forEach((p) => {
+ for (const p of activePokemon) {
keys.push(p.getSpriteKey(true));
if (p instanceof PlayerPokemon) {
keys.push(p.getBattleSpriteKey(true, true));
@@ -3162,7 +3663,7 @@ export default class BattleScene extends SceneBase {
if (p.fusionSpecies) {
keys.push(p.fusionSpecies.getCryKey(p.fusionFormIndex));
}
- });
+ }
return keys;
}
@@ -3173,24 +3674,31 @@ export default class BattleScene extends SceneBase {
initFinalBossPhaseTwo(pokemon: Pokemon): void {
if (pokemon instanceof EnemyPokemon && pokemon.isBoss() && !pokemon.formIndex && pokemon.bossSegmentIndex < 1) {
this.fadeOutBgm(Utils.fixedInt(2000), false);
- this.ui.showDialogue(battleSpecDialogue[BattleSpec.FINAL_BOSS].firstStageWin, pokemon.species.name, undefined, () => {
- const finalBossMBH = getModifierType(modifierTypes.MINI_BLACK_HOLE).newModifier(pokemon) as TurnHeldItemTransferModifier;
- finalBossMBH.setTransferrableFalse();
- this.addEnemyModifier(finalBossMBH, false, true);
- pokemon.generateAndPopulateMoveset(1);
- this.setFieldScale(0.75);
- this.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- this.currentBattle.double = true;
- const availablePartyMembers = this.getPlayerParty().filter((p) => p.isAllowedInBattle());
- if (availablePartyMembers.length > 1) {
- this.pushPhase(new ToggleDoublePositionPhase(true));
- if (!availablePartyMembers[1].isOnField()) {
- this.pushPhase(new SummonPhase(1));
+ this.ui.showDialogue(
+ battleSpecDialogue[BattleSpec.FINAL_BOSS].firstStageWin,
+ pokemon.species.name,
+ undefined,
+ () => {
+ const finalBossMBH = getModifierType(modifierTypes.MINI_BLACK_HOLE).newModifier(
+ pokemon,
+ ) as TurnHeldItemTransferModifier;
+ finalBossMBH.setTransferrableFalse();
+ this.addEnemyModifier(finalBossMBH, false, true);
+ pokemon.generateAndPopulateMoveset(1);
+ this.setFieldScale(0.75);
+ this.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
+ this.currentBattle.double = true;
+ const availablePartyMembers = this.getPlayerParty().filter(p => p.isAllowedInBattle());
+ if (availablePartyMembers.length > 1) {
+ this.pushPhase(new ToggleDoublePositionPhase(true));
+ if (!availablePartyMembers[1].isOnField()) {
+ this.pushPhase(new SummonPhase(1));
+ }
}
- }
- this.shiftPhase();
- });
+ this.shiftPhase();
+ },
+ );
return;
}
@@ -3204,22 +3712,32 @@ export default class BattleScene extends SceneBase {
* @param useWaveIndexMultiplier Default false. If true, will multiply expValue by a scaling waveIndex multiplier. Not needed if expValue is already scaled by level/wave
* @param pokemonParticipantIds Participants. If none are defined, no exp will be given. To spread evenly among the party, should pass all ids of party members.
*/
- applyPartyExp(expValue: number, pokemonDefeated: boolean, useWaveIndexMultiplier?: boolean, pokemonParticipantIds?: Set): void {
+ applyPartyExp(
+ expValue: number,
+ pokemonDefeated: boolean,
+ useWaveIndexMultiplier?: boolean,
+ pokemonParticipantIds?: Set,
+ ): void {
const participantIds = pokemonParticipantIds ?? this.currentBattle.playerParticipantIds;
const party = this.getPlayerParty();
const expShareModifier = this.findModifier(m => m instanceof ExpShareModifier) as ExpShareModifier;
const expBalanceModifier = this.findModifier(m => m instanceof ExpBalanceModifier) as ExpBalanceModifier;
- const multipleParticipantExpBonusModifier = this.findModifier(m => m instanceof MultipleParticipantExpBonusModifier) as MultipleParticipantExpBonusModifier;
+ const multipleParticipantExpBonusModifier = this.findModifier(
+ m => m instanceof MultipleParticipantExpBonusModifier,
+ ) as MultipleParticipantExpBonusModifier;
const nonFaintedPartyMembers = party.filter(p => p.hp);
const expPartyMembers = nonFaintedPartyMembers.filter(p => p.level < this.getMaxExpLevel());
const partyMemberExp: number[] = [];
// EXP value calculation is based off Pokemon.getExpValue
if (useWaveIndexMultiplier) {
- expValue = Math.floor(expValue * this.currentBattle.waveIndex / 5 + 1);
+ expValue = Math.floor((expValue * this.currentBattle.waveIndex) / 5 + 1);
}
if (participantIds.size > 0) {
- if (this.currentBattle.battleType === BattleType.TRAINER || this.currentBattle.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE) {
+ if (
+ this.currentBattle.battleType === BattleType.TRAINER ||
+ this.currentBattle.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE
+ ) {
expValue = Math.floor(expValue * 1.5);
} else if (this.currentBattle.isBattleMysteryEncounter() && this.currentBattle.mysteryEncounter) {
expValue = Math.floor(expValue * this.currentBattle.mysteryEncounter.expMultiplier);
@@ -3245,7 +3763,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;
}
@@ -3283,7 +3801,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(),
+ );
});
}
@@ -3292,7 +3814,11 @@ export default class BattleScene extends SceneBase {
if (exp) {
const partyMemberIndex = party.indexOf(expPartyMembers[pm]);
- this.unshiftPhase(expPartyMembers[pm].isOnField() ? new ExpPhase(partyMemberIndex, exp) : new ShowPartyExpBarPhase(partyMemberIndex, exp));
+ this.unshiftPhase(
+ expPartyMembers[pm].isOnField()
+ ? new ExpPhase(partyMemberIndex, exp)
+ : new ShowPartyExpBarPhase(partyMemberIndex, exp),
+ );
}
}
}
@@ -3304,8 +3830,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
+ );
}
/**
@@ -3316,7 +3848,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;
@@ -3325,21 +3857,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;
}
}
@@ -3356,7 +3900,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;
@@ -3369,7 +3916,11 @@ export default class BattleScene extends SceneBase {
}
// Check for queued encounters first
- if (!encounter && this.mysteryEncounterSaveData?.queuedEncounters && this.mysteryEncounterSaveData.queuedEncounters.length > 0) {
+ if (
+ !encounter &&
+ this.mysteryEncounterSaveData?.queuedEncounters &&
+ this.mysteryEncounterSaveData.queuedEncounters.length > 0
+ ) {
let i = 0;
while (i < this.mysteryEncounterSaveData.queuedEncounters.length && !!encounter) {
const candidate = this.mysteryEncounterSaveData.queuedEncounters[i];
@@ -3389,53 +3940,78 @@ export default class BattleScene extends SceneBase {
}
// See Enum values for base tier weights
- const tierWeights = [ MysteryEncounterTier.COMMON, MysteryEncounterTier.GREAT, MysteryEncounterTier.ULTRA, MysteryEncounterTier.ROGUE ];
+ const tierWeights = [
+ MysteryEncounterTier.COMMON,
+ MysteryEncounterTier.GREAT,
+ MysteryEncounterTier.ULTRA,
+ MysteryEncounterTier.ROGUE,
+ ];
// Adjust tier weights by previously encountered events to lower odds of only Common/Great in run
- this.mysteryEncounterSaveData.encounteredEvents.forEach(seenEncounterData => {
+ // biome-ignore format: biome sucks at formatting this line
+ for (const seenEncounterData of this.mysteryEncounterSaveData.encounteredEvents) {
if (seenEncounterData.tier === MysteryEncounterTier.COMMON) {
tierWeights[0] = tierWeights[0] - 6;
} else if (seenEncounterData.tier === MysteryEncounterTier.GREAT) {
tierWeights[1] = tierWeights[1] - 4;
}
- });
+ }
const totalWeight = tierWeights.reduce((a, b) => a + b);
const tierValue = Utils.randSeedInt(totalWeight);
const commonThreshold = totalWeight - tierWeights[0];
const greatThreshold = totalWeight - tierWeights[0] - tierWeights[1];
const ultraThreshold = totalWeight - tierWeights[0] - tierWeights[1] - tierWeights[2];
- let tier: MysteryEncounterTier | null = tierValue > commonThreshold ? MysteryEncounterTier.COMMON : tierValue > greatThreshold ? MysteryEncounterTier.GREAT : tierValue > ultraThreshold ? MysteryEncounterTier.ULTRA : MysteryEncounterTier.ROGUE;
+ let tier: MysteryEncounterTier | null =
+ tierValue > commonThreshold
+ ? MysteryEncounterTier.COMMON
+ : tierValue > greatThreshold
+ ? MysteryEncounterTier.GREAT
+ : tierValue > ultraThreshold
+ ? MysteryEncounterTier.ULTRA
+ : MysteryEncounterTier.ROGUE;
if (!isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_TIER_OVERRIDE)) {
tier = Overrides.MYSTERY_ENCOUNTER_TIER_OVERRIDE;
}
let availableEncounters: MysteryEncounter[] = [];
- const previousEncounter = this.mysteryEncounterSaveData.encounteredEvents.length > 0 ?
- this.mysteryEncounterSaveData.encounteredEvents[this.mysteryEncounterSaveData.encounteredEvents.length - 1].type
- : null;
+ const previousEncounter =
+ this.mysteryEncounterSaveData.encounteredEvents.length > 0
+ ? this.mysteryEncounterSaveData.encounteredEvents[this.mysteryEncounterSaveData.encounteredEvents.length - 1]
+ .type
+ : null;
const disabledEncounters = this.eventManager.getEventMysteryEncountersDisabled();
- const biomeMysteryEncounters = mysteryEncountersByBiome.get(this.arena.biomeType)?.filter(enc => !disabledEncounters.includes(enc)) ?? [];
+ const biomeMysteryEncounters =
+ mysteryEncountersByBiome.get(this.arena.biomeType)?.filter(enc => !disabledEncounters.includes(enc)) ?? [];
// If no valid encounters exist at tier, checks next tier down, continuing until there are some encounters available
while (availableEncounters.length === 0 && tier !== null) {
availableEncounters = biomeMysteryEncounters
- .filter((encounterType) => {
+ .filter(encounterType => {
const encounterCandidate = allMysteryEncounters[encounterType];
if (!encounterCandidate) {
return false;
}
- if (this.eventManager.getMysteryEncounterTierForEvent(encounterType, encounterCandidate.encounterTier) !== tier) {
+ if (
+ this.eventManager.getMysteryEncounterTierForEvent(encounterType, encounterCandidate.encounterTier) !== tier
+ ) {
return false;
}
const disallowedGameModes = encounterCandidate.disallowedGameModes;
- if (disallowedGameModes && disallowedGameModes.length > 0
- && disallowedGameModes.includes(this.gameMode.modeId)) {
+ if (
+ disallowedGameModes &&
+ disallowedGameModes.length > 0 &&
+ disallowedGameModes.includes(this.gameMode.modeId)
+ ) {
return false;
}
if (this.gameMode.modeId === GameModes.CHALLENGE) {
const disallowedChallenges = encounterCandidate.disallowedChallenges;
- if (disallowedChallenges && disallowedChallenges.length > 0 && this.gameMode.challenges.some(challenge => disallowedChallenges.includes(challenge.id))) {
+ if (
+ disallowedChallenges &&
+ disallowedChallenges.length > 0 &&
+ this.gameMode.challenges.some(challenge => disallowedChallenges.includes(challenge.id))
+ ) {
return false;
}
}
@@ -3445,14 +4021,18 @@ export default class BattleScene extends SceneBase {
if (previousEncounter !== null && encounterType === previousEncounter) {
return false;
}
- if (this.mysteryEncounterSaveData.encounteredEvents.length > 0 &&
- (encounterCandidate.maxAllowedEncounters && encounterCandidate.maxAllowedEncounters > 0)
- && this.mysteryEncounterSaveData.encounteredEvents.filter(e => e.type === encounterType).length >= encounterCandidate.maxAllowedEncounters) {
+ if (
+ this.mysteryEncounterSaveData.encounteredEvents.length > 0 &&
+ encounterCandidate.maxAllowedEncounters &&
+ encounterCandidate.maxAllowedEncounters > 0 &&
+ this.mysteryEncounterSaveData.encounteredEvents.filter(e => e.type === encounterType).length >=
+ encounterCandidate.maxAllowedEncounters
+ ) {
return false;
}
return true;
})
- .map((m) => (allMysteryEncounters[m]));
+ .map(m => allMysteryEncounters[m]);
// Decrement tier
if (tier === MysteryEncounterTier.ROGUE) {
tier = MysteryEncounterTier.ULTRA;
diff --git a/src/battle.ts b/src/battle.ts
index 242954a3729..367c52568dc 100644
--- a/src/battle.ts
+++ b/src/battle.ts
@@ -5,7 +5,7 @@ import Trainer, { TrainerVariant } from "./field/trainer";
import type { GameMode } from "./game-mode";
import { MoneyMultiplierModifier, PokemonHeldItemModifier } from "./modifier/modifier";
import type { PokeballType } from "#enums/pokeball";
-import { trainerConfigs } from "#app/data/trainer-config";
+import { trainerConfigs } from "#app/data/trainers/trainer-config";
import { SpeciesFormKey } from "#enums/species-form-key";
import type { EnemyPokemon, PlayerPokemon, TurnMove } from "#app/field/pokemon";
import type Pokemon from "#app/field/pokemon";
@@ -50,7 +50,7 @@ export enum BattleType {
WILD,
TRAINER,
CLEAR,
- MYSTERY_ENCOUNTER
+ MYSTERY_ENCOUNTER,
}
export enum BattlerIndex {
@@ -58,25 +58,25 @@ export enum BattlerIndex {
PLAYER,
PLAYER_2,
ENEMY,
- ENEMY_2
+ ENEMY_2,
}
export interface TurnCommand {
- command: Command;
- cursor?: number;
- move?: TurnMove;
- targets?: BattlerIndex[];
- skip?: boolean;
- args?: any[];
+ command: Command;
+ cursor?: number;
+ move?: TurnMove;
+ targets?: BattlerIndex[];
+ skip?: boolean;
+ args?: any[];
}
export interface FaintLogEntry {
- pokemon: Pokemon,
- turn: number
+ pokemon: Pokemon;
+ turn: number;
}
interface TurnCommands {
- [key: number]: TurnCommand | null
+ [key: number]: TurnCommand | null;
}
export default class Battle {
@@ -89,19 +89,19 @@ export default class Battle {
public enemyParty: EnemyPokemon[] = [];
public seenEnemyPartyMemberIds: Set = new Set();
public double: boolean;
- public started: boolean = false;
- public enemySwitchCounter: number = 0;
- public turn: number = 0;
+ public started = false;
+ public enemySwitchCounter = 0;
+ public turn = 0;
public preTurnCommands: TurnCommands;
public turnCommands: TurnCommands;
public playerParticipantIds: Set = new Set();
- public battleScore: number = 0;
+ public battleScore = 0;
public postBattleLoot: PokemonHeldItemModifier[] = [];
- public escapeAttempts: number = 0;
+ public escapeAttempts = 0;
public lastMove: Moves;
public battleSeed: string = Utils.randomString(16, true);
private battleSeedState: string | null = null;
- public moneyScattered: number = 0;
+ public moneyScattered = 0;
/** Primarily for double battles, keeps track of last enemy and player pokemon that triggered its ability or used a move */
public lastEnemyInvolved: number;
public lastPlayerInvolved: number;
@@ -111,7 +111,7 @@ export default class 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: number = 0;
+ public enemyFaints = 0;
public playerFaintsHistory: FaintLogEntry[] = [];
public enemyFaintsHistory: FaintLogEntry[] = [];
@@ -119,17 +119,18 @@ 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 = false) {
+ 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.enemyLevels =
+ battleType !== BattleType.TRAINER
+ ? new Array(double ? 2 : 1).fill(null).map(() => this.getLevelForWave())
+ : trainer?.getPartyLevels(this.waveIndex);
this.double = double;
}
@@ -180,8 +181,8 @@ export default class Battle {
incrementTurn(): void {
this.turn++;
- this.turnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [ bt, null ]));
- this.preTurnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [ bt, null ]));
+ this.turnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [bt, null]));
+ this.preTurnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [bt, null]));
this.battleSeedState = null;
}
@@ -194,12 +195,19 @@ export default class Battle {
}
addPostBattleLoot(enemyPokemon: EnemyPokemon): void {
- this.postBattleLoot.push(...globalScene.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemyPokemon.id && m.isTransferable, false).map(i => {
- const ret = i as PokemonHeldItemModifier;
- //@ts-ignore - this is awful to fix/change
- ret.pokemonId = null;
- return ret;
- }));
+ this.postBattleLoot.push(
+ ...globalScene
+ .findModifiers(
+ m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemyPokemon.id && m.isTransferable,
+ false,
+ )
+ .map(i => {
+ const ret = i as PokemonHeldItemModifier;
+ //@ts-ignore - this is awful to fix/change
+ ret.pokemonId = null;
+ return ret;
+ }),
+ );
}
pickUpScatteredMoney(): void {
@@ -214,7 +222,9 @@ export default class Battle {
const userLocale = navigator.language || "en-US";
const formattedMoneyAmount = moneyAmount.value.toLocaleString(userLocale);
- const message = i18next.t("battle:moneyPickedUp", { moneyAmount: formattedMoneyAmount });
+ const message = i18next.t("battle:moneyPickedUp", {
+ moneyAmount: formattedMoneyAmount,
+ });
globalScene.queueMessage(message, undefined, true);
globalScene.currentBattle.moneyScattered = 0;
@@ -227,13 +237,17 @@ export default class Battle {
}
for (const p of globalScene.getEnemyParty()) {
if (p.isBoss()) {
- partyMemberTurnMultiplier *= (p.bossSegments / 1.5) / globalScene.getEnemyParty().length;
+ partyMemberTurnMultiplier *= p.bossSegments / 1.5 / globalScene.getEnemyParty().length;
}
}
- const turnMultiplier = Phaser.Tweens.Builders.GetEaseFunction("Sine.easeIn")(1 - Math.min(this.turn - 2, 10 * partyMemberTurnMultiplier) / (10 * partyMemberTurnMultiplier));
+ const turnMultiplier = Phaser.Tweens.Builders.GetEaseFunction("Sine.easeIn")(
+ 1 - Math.min(this.turn - 2, 10 * partyMemberTurnMultiplier) / (10 * partyMemberTurnMultiplier),
+ );
const finalBattleScore = Math.ceil(this.battleScore * turnMultiplier);
globalScene.score += finalBattleScore;
- console.log(`Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`);
+ console.log(
+ `Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`,
+ );
console.log(`Total Score: ${globalScene.score}`);
globalScene.updateScoreText();
}
@@ -243,16 +257,20 @@ export default class Battle {
// Music is overridden for MEs during ME onInit()
// Should not use any BGM overrides before swapping from DEFAULT mode
return null;
- } else if (this.battleType === BattleType.TRAINER || this.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE) {
+ }
+ if (
+ this.battleType === BattleType.TRAINER ||
+ this.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE
+ ) {
if (!this.started && this.trainer?.config.encounterBgm && this.trainer?.getEncounterMessages()?.length) {
return `encounter_${this.trainer?.getEncounterBgm()}`;
}
if (globalScene.musicPreference === MusicPreference.GENFIVE) {
return this.trainer?.getBattleBgm() ?? null;
- } else {
- return this.trainer?.getMixedBattleBgm() ?? null;
}
- } else if (this.gameMode.isClassic && this.waveIndex > 195 && this.battleSpec !== BattleSpec.FINAL_BOSS) {
+ return this.trainer?.getMixedBattleBgm() ?? null;
+ }
+ if (this.gameMode.isClassic && this.waveIndex > 195 && this.battleSpec !== BattleSpec.FINAL_BOSS) {
return "end_summit";
}
const wildOpponents = globalScene.getEnemyParty();
@@ -281,7 +299,8 @@ export default class Battle {
}
return "battle_legendary_unova";
}
- } else if (globalScene.musicPreference === MusicPreference.ALLGENS) {
+ }
+ if (globalScene.musicPreference === MusicPreference.ALLGENS) {
switch (pokemon.species.speciesId) {
case Species.ARTICUNO:
case Species.ZAPDOS:
@@ -434,7 +453,7 @@ export default class Battle {
* @param min The minimum integer to pick, default `0`
* @returns A random integer between {@linkcode min} and ({@linkcode min} + {@linkcode range} - 1)
*/
- randSeedInt(range: number, min: number = 0): number {
+ randSeedInt(range: number, min = 0): number {
if (range <= 1) {
return min;
}
@@ -444,7 +463,7 @@ export default class Battle {
if (this.battleSeedState) {
Phaser.Math.RND.state(this.battleSeedState);
} else {
- Phaser.Math.RND.sow([ Utils.shiftCharCodes(this.battleSeed, this.turn << 6) ]);
+ Phaser.Math.RND.sow([Utils.shiftCharCodes(this.battleSeed, this.turn << 6)]);
console.log("Battle Seed:", this.battleSeed);
}
globalScene.rngCounter = this.rngCounter++;
@@ -467,7 +486,13 @@ export default class Battle {
export class FixedBattle extends Battle {
constructor(waveIndex: number, config: FixedBattleConfig) {
- super(globalScene.gameMode, waveIndex, config.battleType, config.battleType === BattleType.TRAINER ? config.getTrainer() : undefined, config.double);
+ super(
+ globalScene.gameMode,
+ waveIndex,
+ config.battleType,
+ config.battleType === BattleType.TRAINER ? config.getTrainer() : undefined,
+ config.double,
+ );
if (config.getEnemyParty) {
this.enemyParty = config.getEnemyParty();
}
@@ -516,7 +541,6 @@ export class FixedBattleConfig {
}
}
-
/**
* Helper function to generate a random trainer for evil team trainers and the elite 4/champion
* @param trainerPool The TrainerType or list of TrainerTypes that can possibly be generated
@@ -524,31 +548,44 @@ export class FixedBattleConfig {
* @param seedOffset the seed offset to use for the random generation of the trainer
* @returns the generated trainer
*/
-export function getRandomTrainerFunc(trainerPool: (TrainerType | TrainerType[])[], randomGender: boolean = false, seedOffset: number = 0): GetTrainerFunc {
+export function getRandomTrainerFunc(
+ trainerPool: (TrainerType | TrainerType[])[],
+ randomGender = false,
+ seedOffset = 0,
+): GetTrainerFunc {
return () => {
const rand = Utils.randSeedInt(trainerPool.length);
const trainerTypes: TrainerType[] = [];
globalScene.executeWithSeedOffset(() => {
for (const trainerPoolEntry of trainerPool) {
- const trainerType = Array.isArray(trainerPoolEntry)
- ? Utils.randSeedItem(trainerPoolEntry)
- : trainerPoolEntry;
+ const trainerType = Array.isArray(trainerPoolEntry) ? Utils.randSeedItem(trainerPoolEntry) : trainerPoolEntry;
trainerTypes.push(trainerType);
}
}, seedOffset);
let trainerGender = TrainerVariant.DEFAULT;
if (randomGender) {
- trainerGender = (Utils.randInt(2) === 0) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT;
+ trainerGender = Utils.randInt(2) === 0 ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT;
}
/* 1/3 chance for evil team grunts to be double battles */
- const evilTeamGrunts = [ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ];
+ const evilTeamGrunts = [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ];
const isEvilTeamGrunt = evilTeamGrunts.includes(trainerTypes[rand]);
if (trainerConfigs[trainerTypes[rand]].hasDouble && isEvilTeamGrunt) {
- return new Trainer(trainerTypes[rand], (Utils.randInt(3) === 0) ? TrainerVariant.DOUBLE : trainerGender);
+ return new Trainer(trainerTypes[rand], Utils.randInt(3) === 0 ? TrainerVariant.DOUBLE : trainerGender);
}
return new Trainer(trainerTypes[rand], trainerGender);
@@ -556,7 +593,7 @@ export function getRandomTrainerFunc(trainerPool: (TrainerType | TrainerType[])[
}
export interface FixedBattleConfigs {
- [key: number]: FixedBattleConfig
+ [key: number]: FixedBattleConfig;
}
/**
* Youngster/Lass on 5
@@ -568,51 +605,355 @@ export interface FixedBattleConfigs {
* Champion on 190
*/
export const classicFixedBattles: FixedBattleConfigs = {
- [ClassicFixedBossWaves.TOWN_YOUNGSTER]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(() => new Trainer(TrainerType.YOUNGSTER, Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT)),
- [ClassicFixedBossWaves.RIVAL_1]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(() => new Trainer(TrainerType.RIVAL, globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT)),
- [ClassicFixedBossWaves.RIVAL_2]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(() => new Trainer(TrainerType.RIVAL_2, globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.EVIL_GRUNT_1]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [ClassicFixedBossWaves.RIVAL_3]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(() => new Trainer(TrainerType.RIVAL_3, globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.EVIL_GRUNT_2]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [ClassicFixedBossWaves.EVIL_GRUNT_3]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [ClassicFixedBossWaves.EVIL_ADMIN_1]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
- .setGetTrainerFunc(getRandomTrainerFunc([[ TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL ], [ TrainerType.TABITHA, TrainerType.COURTNEY ], [ TrainerType.MATT, TrainerType.SHELLY ], [ TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN ], [ TrainerType.ZINZOLIN, TrainerType.COLRESS ], [ TrainerType.XEROSIC, TrainerType.BRYONY ], TrainerType.FABA, TrainerType.PLUMERIA, TrainerType.OLEANA, [ TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI ]], true)),
- [ClassicFixedBossWaves.RIVAL_4]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(() => new Trainer(TrainerType.RIVAL_4, globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.EVIL_GRUNT_4]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [ClassicFixedBossWaves.EVIL_ADMIN_2]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
- .setGetTrainerFunc(getRandomTrainerFunc([[ TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL ], [ TrainerType.TABITHA, TrainerType.COURTNEY ], [ TrainerType.MATT, TrainerType.SHELLY ], [ TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN ], [ TrainerType.ZINZOLIN, TrainerType.COLRESS ], [ TrainerType.XEROSIC, TrainerType.BRYONY ], TrainerType.FABA, TrainerType.PLUMERIA, TrainerType.OLEANA, [ TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI ]], true, 1)),
- [ClassicFixedBossWaves.EVIL_BOSS_1]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_BOSS_GIOVANNI_1, TrainerType.MAXIE, TrainerType.ARCHIE, TrainerType.CYRUS, TrainerType.GHETSIS, TrainerType.LYSANDRE, TrainerType.LUSAMINE, TrainerType.GUZMA, TrainerType.ROSE, TrainerType.PENNY ]))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.RIVAL_5]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(() => new Trainer(TrainerType.RIVAL_5, globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.EVIL_BOSS_2]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_BOSS_GIOVANNI_2, TrainerType.MAXIE_2, TrainerType.ARCHIE_2, TrainerType.CYRUS_2, TrainerType.GHETSIS_2, TrainerType.LYSANDRE_2, TrainerType.LUSAMINE_2, TrainerType.GUZMA_2, TrainerType.ROSE_2, TrainerType.PENNY_2 ]))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.ELITE_FOUR_1]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.LORELEI, TrainerType.WILL, TrainerType.SIDNEY, TrainerType.AARON, TrainerType.SHAUNTAL, TrainerType.MALVA, [ TrainerType.HALA, TrainerType.MOLAYNE ], TrainerType.MARNIE_ELITE, TrainerType.RIKA, TrainerType.CRISPIN ])),
- [ClassicFixedBossWaves.ELITE_FOUR_2]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.BRUNO, TrainerType.KOGA, TrainerType.PHOEBE, TrainerType.BERTHA, TrainerType.MARSHAL, TrainerType.SIEBOLD, TrainerType.OLIVIA, TrainerType.NESSA_ELITE, TrainerType.POPPY, TrainerType.AMARYS ])),
- [ClassicFixedBossWaves.ELITE_FOUR_3]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.AGATHA, TrainerType.BRUNO, TrainerType.GLACIA, TrainerType.FLINT, TrainerType.GRIMSLEY, TrainerType.WIKSTROM, TrainerType.ACEROLA, [ TrainerType.BEA_ELITE, TrainerType.ALLISTER_ELITE ], TrainerType.LARRY_ELITE, TrainerType.LACEY ])),
- [ClassicFixedBossWaves.ELITE_FOUR_4]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.LANCE, TrainerType.KAREN, TrainerType.DRAKE, TrainerType.LUCIAN, TrainerType.CAITLIN, TrainerType.DRASNA, TrainerType.KAHILI, TrainerType.RAIHAN_ELITE, TrainerType.HASSEL, TrainerType.DRAYTON ])),
- [ClassicFixedBossWaves.CHAMPION]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.BLUE, [ TrainerType.RED, TrainerType.LANCE_CHAMPION ], [ TrainerType.STEVEN, TrainerType.WALLACE ], TrainerType.CYNTHIA, [ TrainerType.ALDER, TrainerType.IRIS ], TrainerType.DIANTHA, [ TrainerType.KUKUI, TrainerType.HAU ], [ TrainerType.LEON, TrainerType.MUSTARD ], [ TrainerType.GEETA, TrainerType.NEMONA ], TrainerType.KIERAN ])),
- [ClassicFixedBossWaves.RIVAL_6]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(() => new Trainer(TrainerType.RIVAL_6, globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false })
+ [ClassicFixedBossWaves.TOWN_YOUNGSTER]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () => new Trainer(TrainerType.YOUNGSTER, Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT),
+ ),
+ [ClassicFixedBossWaves.RIVAL_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_2,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_3,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_GRUNT_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_ADMIN_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ [TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL],
+ [TrainerType.TABITHA, TrainerType.COURTNEY],
+ [TrainerType.MATT, TrainerType.SHELLY],
+ [TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN],
+ [TrainerType.ZINZOLIN, TrainerType.COLRESS],
+ [TrainerType.XEROSIC, TrainerType.BRYONY],
+ TrainerType.FABA,
+ TrainerType.PLUMERIA,
+ TrainerType.OLEANA,
+ [TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI],
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_4,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_ADMIN_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ [TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL],
+ [TrainerType.TABITHA, TrainerType.COURTNEY],
+ [TrainerType.MATT, TrainerType.SHELLY],
+ [TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN],
+ [TrainerType.ZINZOLIN, TrainerType.COLRESS],
+ [TrainerType.XEROSIC, TrainerType.BRYONY],
+ TrainerType.FABA,
+ TrainerType.PLUMERIA,
+ TrainerType.OLEANA,
+ [TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI],
+ ],
+ true,
+ 1,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_BOSS_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.ROCKET_BOSS_GIOVANNI_1,
+ TrainerType.MAXIE,
+ TrainerType.ARCHIE,
+ TrainerType.CYRUS,
+ TrainerType.GHETSIS,
+ TrainerType.LYSANDRE,
+ TrainerType.LUSAMINE,
+ TrainerType.GUZMA,
+ TrainerType.ROSE,
+ TrainerType.PENNY,
+ ]),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.RIVAL_5]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_5,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_BOSS_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.ROCKET_BOSS_GIOVANNI_2,
+ TrainerType.MAXIE_2,
+ TrainerType.ARCHIE_2,
+ TrainerType.CYRUS_2,
+ TrainerType.GHETSIS_2,
+ TrainerType.LYSANDRE_2,
+ TrainerType.LUSAMINE_2,
+ TrainerType.GUZMA_2,
+ TrainerType.ROSE_2,
+ TrainerType.PENNY_2,
+ ]),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.ELITE_FOUR_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.LORELEI,
+ TrainerType.WILL,
+ TrainerType.SIDNEY,
+ TrainerType.AARON,
+ TrainerType.SHAUNTAL,
+ TrainerType.MALVA,
+ [TrainerType.HALA, TrainerType.MOLAYNE],
+ TrainerType.MARNIE_ELITE,
+ TrainerType.RIKA,
+ TrainerType.CRISPIN,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.BRUNO,
+ TrainerType.KOGA,
+ TrainerType.PHOEBE,
+ TrainerType.BERTHA,
+ TrainerType.MARSHAL,
+ TrainerType.SIEBOLD,
+ TrainerType.OLIVIA,
+ TrainerType.NESSA_ELITE,
+ TrainerType.POPPY,
+ TrainerType.AMARYS,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.AGATHA,
+ TrainerType.BRUNO,
+ TrainerType.GLACIA,
+ TrainerType.FLINT,
+ TrainerType.GRIMSLEY,
+ TrainerType.WIKSTROM,
+ TrainerType.ACEROLA,
+ [TrainerType.BEA_ELITE, TrainerType.ALLISTER_ELITE],
+ TrainerType.LARRY_ELITE,
+ TrainerType.LACEY,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.LANCE,
+ TrainerType.KAREN,
+ TrainerType.DRAKE,
+ TrainerType.LUCIAN,
+ TrainerType.CAITLIN,
+ TrainerType.DRASNA,
+ TrainerType.KAHILI,
+ TrainerType.RAIHAN_ELITE,
+ TrainerType.HASSEL,
+ TrainerType.DRAYTON,
+ ]),
+ ),
+ [ClassicFixedBossWaves.CHAMPION]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.BLUE,
+ [TrainerType.RED, TrainerType.LANCE_CHAMPION],
+ [TrainerType.STEVEN, TrainerType.WALLACE],
+ TrainerType.CYNTHIA,
+ [TrainerType.ALDER, TrainerType.IRIS],
+ TrainerType.DIANTHA,
+ [TrainerType.KUKUI, TrainerType.HAU],
+ [TrainerType.LEON, TrainerType.MUSTARD],
+ [TrainerType.GEETA, TrainerType.NEMONA],
+ TrainerType.KIERAN,
+ ]),
+ ),
+ [ClassicFixedBossWaves.RIVAL_6]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_6,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.GREAT,
+ ModifierTier.GREAT,
+ ],
+ allowLuckUpgrades: false,
+ }),
};
diff --git a/src/configs/inputs/cfg_keyboard_qwerty.ts b/src/configs/inputs/cfg_keyboard_qwerty.ts
index 5ddc12e8784..2ad04ab418d 100644
--- a/src/configs/inputs/cfg_keyboard_qwerty.ts
+++ b/src/configs/inputs/cfg_keyboard_qwerty.ts
@@ -77,7 +77,7 @@ const cfg_keyboard_qwerty = {
KEY_RIGHT_BRACKET: Phaser.Input.Keyboard.KeyCodes.CLOSED_BRACKET,
KEY_SEMICOLON: Phaser.Input.Keyboard.KeyCodes.SEMICOLON,
KEY_BACKSPACE: Phaser.Input.Keyboard.KeyCodes.BACKSPACE,
- KEY_ALT: Phaser.Input.Keyboard.KeyCodes.ALT
+ KEY_ALT: Phaser.Input.Keyboard.KeyCodes.ALT,
},
icons: {
KEY_A: "A.png",
@@ -131,7 +131,6 @@ const cfg_keyboard_qwerty = {
KEY_F11: "F11.png",
KEY_F12: "F12.png",
-
KEY_PAGE_DOWN: "PAGE_DOWN.png",
KEY_PAGE_UP: "PAGE_UP.png",
@@ -163,7 +162,7 @@ const cfg_keyboard_qwerty = {
KEY_SEMICOLON: "SEMICOLON.png",
KEY_BACKSPACE: "BACK.png",
- KEY_ALT: "ALT.png"
+ KEY_ALT: "ALT.png",
},
settings: {
[SettingKeyboard.Button_Up]: Button.UP,
@@ -180,9 +179,9 @@ const cfg_keyboard_qwerty = {
[SettingKeyboard.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingKeyboard.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingKeyboard.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingKeyboard.Button_Cycle_Variant]: Button.V,
[SettingKeyboard.Button_Speed_Up]: Button.SPEED_UP,
[SettingKeyboard.Button_Slow_Down]: Button.SLOW_DOWN,
+ [SettingKeyboard.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingKeyboard.Alt_Button_Up]: Button.UP,
[SettingKeyboard.Alt_Button_Down]: Button.DOWN,
[SettingKeyboard.Alt_Button_Left]: Button.LEFT,
@@ -197,9 +196,9 @@ const cfg_keyboard_qwerty = {
[SettingKeyboard.Alt_Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingKeyboard.Alt_Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingKeyboard.Alt_Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingKeyboard.Alt_Button_Cycle_Variant]: Button.V,
[SettingKeyboard.Alt_Button_Speed_Up]: Button.SPEED_UP,
[SettingKeyboard.Alt_Button_Slow_Down]: Button.SLOW_DOWN,
+ [SettingKeyboard.Alt_Button_Cycle_Tera]: Button.CYCLE_TERA,
},
default: {
KEY_ARROW_UP: SettingKeyboard.Button_Up,
@@ -216,7 +215,7 @@ const cfg_keyboard_qwerty = {
KEY_G: SettingKeyboard.Button_Cycle_Gender,
KEY_E: SettingKeyboard.Button_Cycle_Ability,
KEY_N: SettingKeyboard.Button_Cycle_Nature,
- KEY_V: SettingKeyboard.Button_Cycle_Variant,
+ KEY_V: SettingKeyboard.Button_Cycle_Tera,
KEY_PLUS: -1,
KEY_MINUS: -1,
KEY_A: SettingKeyboard.Alt_Button_Left,
@@ -274,7 +273,7 @@ const cfg_keyboard_qwerty = {
KEY_LEFT_BRACKET: -1,
KEY_RIGHT_BRACKET: -1,
KEY_SEMICOLON: -1,
- KEY_ALT: -1
+ KEY_ALT: -1,
},
blacklist: [
"KEY_ENTER",
@@ -287,7 +286,7 @@ const cfg_keyboard_qwerty = {
"KEY_ARROW_RIGHT",
"KEY_DEL",
"KEY_HOME",
- ]
+ ],
};
export default cfg_keyboard_qwerty;
diff --git a/src/configs/inputs/configHandler.ts b/src/configs/inputs/configHandler.ts
index 50be692cbc3..b896f303cb3 100644
--- a/src/configs/inputs/configHandler.ts
+++ b/src/configs/inputs/configHandler.ts
@@ -93,7 +93,7 @@ export function getIconWithSettingName(config, settingName) {
}
export function getIconForLatestInput(configs, source, devices, settingName) {
- let config;
+ let config: any; // TODO: refine type
if (source === "gamepad") {
config = configs[devices[Device.GAMEPAD]];
} else {
@@ -102,7 +102,7 @@ export function getIconForLatestInput(configs, source, devices, settingName) {
const icon = getIconWithSettingName(config, settingName);
if (!icon) {
const isAlt = settingName.includes("ALT_");
- let altSettingName;
+ let altSettingName: string;
if (isAlt) {
altSettingName = settingName.split("ALT_").splice(1)[0];
} else {
@@ -115,7 +115,10 @@ export function getIconForLatestInput(configs, source, devices, settingName) {
export function assign(config, settingNameTarget, keycode): boolean {
// first, we need to check if this keycode is already used on another settingName
- if (!canIAssignThisKey(config, getKeyWithKeycode(config, keycode)) || !canIOverrideThisSetting(config, settingNameTarget)) {
+ if (
+ !canIAssignThisKey(config, getKeyWithKeycode(config, keycode)) ||
+ !canIOverrideThisSetting(config, settingNameTarget)
+ ) {
return false;
}
const previousSettingName = getSettingNameWithKeycode(config, keycode);
diff --git a/src/configs/inputs/pad_dualshock.ts b/src/configs/inputs/pad_dualshock.ts
index 2fbdd0ddfaa..51af1b2defd 100644
--- a/src/configs/inputs/pad_dualshock.ts
+++ b/src/configs/inputs/pad_dualshock.ts
@@ -24,7 +24,7 @@ const pad_dualshock = {
LC_S: 13,
LC_W: 14,
LC_E: 15,
- TOUCH: 17
+ TOUCH: 17,
},
icons: {
RC_S: "CROSS.png",
@@ -43,7 +43,7 @@ const pad_dualshock = {
LC_S: "DOWN.png",
LC_W: "LEFT.png",
LC_E: "RIGHT.png",
- TOUCH: "TOUCH.png"
+ TOUCH: "TOUCH.png",
},
settings: {
[SettingGamepad.Button_Up]: Button.UP,
@@ -53,16 +53,16 @@ const pad_dualshock = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
[SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
- [SettingGamepad.Button_Submit]: Button.SUBMIT
+ [SettingGamepad.Button_Submit]: Button.SUBMIT,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -72,7 +72,7 @@ const pad_dualshock = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
diff --git a/src/configs/inputs/pad_generic.ts b/src/configs/inputs/pad_generic.ts
index 256af8f0fe3..e47b7ce1ace 100644
--- a/src/configs/inputs/pad_generic.ts
+++ b/src/configs/inputs/pad_generic.ts
@@ -23,7 +23,7 @@ const pad_generic = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -51,15 +51,15 @@ const pad_generic = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -69,7 +69,7 @@ const pad_generic = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -77,14 +77,9 @@ const pad_generic = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
- blacklist: [
- "LC_N",
- "LC_S",
- "LC_W",
- "LC_E",
- ]
+ blacklist: ["LC_N", "LC_S", "LC_W", "LC_E"],
};
export default pad_generic;
diff --git a/src/configs/inputs/pad_procon.ts b/src/configs/inputs/pad_procon.ts
index 98d17c4ef57..61558c7365e 100644
--- a/src/configs/inputs/pad_procon.ts
+++ b/src/configs/inputs/pad_procon.ts
@@ -52,15 +52,15 @@ const pad_procon = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -70,7 +70,7 @@ const pad_procon = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -78,7 +78,7 @@ const pad_procon = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
};
diff --git a/src/configs/inputs/pad_unlicensedSNES.ts b/src/configs/inputs/pad_unlicensedSNES.ts
index 77e68e6a644..d0c4f41c8f5 100644
--- a/src/configs/inputs/pad_unlicensedSNES.ts
+++ b/src/configs/inputs/pad_unlicensedSNES.ts
@@ -7,7 +7,7 @@ import { Button } from "#enums/buttons";
const pad_unlicensedSNES = {
padID: "081f-e401",
padType: "xbox",
- deviceMapping : {
+ deviceMapping: {
RC_S: 2,
RC_E: 1,
RC_W: 3,
@@ -19,7 +19,7 @@ const pad_unlicensedSNES = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -43,15 +43,15 @@ const pad_unlicensedSNES = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -61,7 +61,7 @@ const pad_unlicensedSNES = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -69,7 +69,7 @@ const pad_unlicensedSNES = {
LT: -1,
RT: -1,
LS: -1,
- RS: -1
+ RS: -1,
},
};
diff --git a/src/configs/inputs/pad_xbox360.ts b/src/configs/inputs/pad_xbox360.ts
index 6afc452f50b..60cbd9ab181 100644
--- a/src/configs/inputs/pad_xbox360.ts
+++ b/src/configs/inputs/pad_xbox360.ts
@@ -23,7 +23,7 @@ const pad_xbox360 = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -51,15 +51,15 @@ const pad_xbox360 = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -69,7 +69,7 @@ const pad_xbox360 = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -77,7 +77,7 @@ const pad_xbox360 = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
};
diff --git a/src/constants.ts b/src/constants.ts
index 63f00b9f33f..927575c0a28 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -2,7 +2,7 @@
export const PLAYER_PARTY_MAX_SIZE: number = 6;
/** Whether to use seasonal splash messages in general */
-export const USE_SEASONAL_SPLASH_MESSAGES: boolean = false;
+export const USE_SEASONAL_SPLASH_MESSAGES: boolean = true;
/** Name of the session ID cookie */
export const SESSION_ID_COOKIE_NAME: string = "pokerogue_sessionId";
diff --git a/src/data/ability.ts b/src/data/ability.ts
index bf3b04e1f63..eaf77f376f4 100644
--- a/src/data/ability.ts
+++ b/src/data/ability.ts
@@ -1,7 +1,7 @@
-import type { EnemyPokemon } from "../field/pokemon";
+import type { EnemyPokemon, PokemonMove } from "../field/pokemon";
import type Pokemon from "../field/pokemon";
-import { HitResult, MoveResult, PlayerPokemon, PokemonMove } from "../field/pokemon";
-import { Type } from "#enums/type";
+import { HitResult, MoveResult, PlayerPokemon } from "../field/pokemon";
+import { PokemonType } from "#enums/pokemon-type";
import type { Constructor } from "#app/utils";
import * as Utils from "../utils";
import { getPokemonNameWithAffix } from "../messages";
@@ -10,9 +10,12 @@ import type { BattlerTag } from "./battler-tags";
import { BattlerTagLapseType, GroundedTag } from "./battler-tags";
import { getNonVolatileStatusEffects, getStatusEffectDescriptor, getStatusEffectHealText } from "#app/data/status-effect";
import { Gender } from "./gender";
-import type Move from "./move";
-import { AttackMove, MoveCategory, MoveFlags, MoveTarget, FlinchAttr, OneHitKOAttr, HitHealAttr, allMoves, StatusMove, SelfStatusMove, VariablePowerAttr, applyMoveAttrs, VariableMoveTypeAttr, RandomMovesetMoveAttr, RandomMoveAttr, NaturePowerAttr, CopyMoveAttr, NeutralDamageAgainstFlyingTypeMultiplierAttr, FixedDamageAttr } from "./move";
-import type { ArenaTrapTag } from "./arena-tag";
+import type Move from "./moves/move";
+import { AttackMove, FlinchAttr, OneHitKOAttr, HitHealAttr, allMoves, StatusMove, SelfStatusMove, VariablePowerAttr, applyMoveAttrs, VariableMoveTypeAttr, RandomMovesetMoveAttr, RandomMoveAttr, NaturePowerAttr, CopyMoveAttr, NeutralDamageAgainstFlyingTypeMultiplierAttr, FixedDamageAttr } from "./moves/move";
+import { MoveFlags } from "#enums/MoveFlags";
+import { MoveTarget } from "#enums/MoveTarget";
+import { MoveCategory } from "#enums/MoveCategory";
+import type { ArenaTrapTag, SuppressAbilitiesTag } from "./arena-tag";
import { ArenaTagSide } from "./arena-tag";
import { BerryModifier, HitHealModifier, PokemonHeldItemModifier } from "../modifier/modifier";
import { TerrainType } from "./terrain";
@@ -32,7 +35,6 @@ import { Species } from "#enums/species";
import { Stat, type BattleStat, type EffectiveStat, BATTLE_STATS, EFFECTIVE_STATS, getStatKey } from "#app/enums/stat";
import { MovePhase } from "#app/phases/move-phase";
import { PokemonHealPhase } from "#app/phases/pokemon-heal-phase";
-import { ShowAbilityPhase } from "#app/phases/show-ability-phase";
import { StatStageChangePhase } from "#app/phases/stat-stage-change-phase";
import { globalScene } from "#app/global-scene";
import { SwitchType } from "#app/enums/switch-type";
@@ -44,6 +46,7 @@ import { MoveEndPhase } from "#app/phases/move-end-phase";
import { PokemonAnimType } from "#enums/pokemon-anim-type";
import { StatusEffect } from "#enums/status-effect";
import { WeatherType } from "#enums/weather-type";
+import { PokemonTransformPhase } from "#app/phases/pokemon-transform-phase";
export class Ability implements Localizable {
public id: Abilities;
@@ -54,6 +57,9 @@ export class Ability implements Localizable {
public generation: number;
public isBypassFaint: boolean;
public isIgnorable: boolean;
+ public isSuppressable = true;
+ public isCopiable = true;
+ public isReplaceable = true;
public attrs: AbAttr[];
public conditions: AbAttrCondition[];
@@ -65,9 +71,16 @@ export class Ability implements Localizable {
this.attrs = [];
this.conditions = [];
+ this.isSuppressable = true;
+ this.isCopiable = true;
+ this.isReplaceable = true;
+
this.localize();
}
+ public get isSwappable(): boolean {
+ return this.isCopiable && this.isReplaceable;
+ }
localize(): void {
const i18nKey = Abilities[this.id].split("_").filter(f => f).map((f, i) => i ? `${f[0]}${f.slice(1).toLowerCase()}` : f.toLowerCase()).join("") as string;
@@ -118,6 +131,21 @@ export class Ability implements Localizable {
return this;
}
+ unsuppressable(): Ability {
+ this.isSuppressable = false;
+ return this;
+ }
+
+ uncopiable(): Ability {
+ this.isCopiable = false;
+ return this;
+ }
+
+ unreplaceable(): Ability {
+ this.isReplaceable = false;
+ return this;
+ }
+
condition(condition: AbAttrCondition): Ability {
this.conditions.push(condition);
@@ -143,7 +171,8 @@ export class Ability implements Localizable {
}
}
-type AbAttrApplyFunc = (attr: TAttr, passive: boolean) => boolean | Promise;
+type AbAttrApplyFunc = (attr: TAttr, passive: boolean) => void;
+type AbAttrSuccessFunc = (attr: TAttr, passive: boolean) => boolean;
type AbAttrCondition = (pokemon: Pokemon) => boolean;
// TODO: Can this be improved?
@@ -155,13 +184,19 @@ export abstract class AbAttr {
public showAbility: boolean;
private extraCondition: AbAttrCondition;
- constructor(showAbility: boolean = true) {
+ constructor(showAbility = true) {
this.showAbility = showAbility;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
- return false;
- }
+ /**
+ * Applies ability effects without checking conditions
+ * @param pokemon - The pokemon to apply this ability to
+ * @param passive - Whether or not the ability is a passive
+ * @param simulated - Whether the call is simulated
+ * @param args - Extra args passed to the function. Handled by child classes.
+ * @see {@linkcode canApply}
+ */
+ apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): void {}
getTriggerMessage(_pokemon: Pokemon, _abilityName: string, ..._args: any[]): string | null {
return null;
@@ -175,13 +210,28 @@ export abstract class AbAttr {
this.extraCondition = condition;
return this;
}
+
+ /**
+ * Returns a boolean describing whether the ability can be applied under current conditions
+ * @param pokemon - The pokemon to apply this ability to
+ * @param passive - Whether or not the ability is a passive
+ * @param simulated - Whether the call is simulated
+ * @param args - Extra args passed to the function. Handled by child classes.
+ * @returns `true` if the ability can be applied, `false` otherwise
+ * @see {@linkcode apply}
+ */
+ canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
+ }
}
export class BlockRecoilDamageAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- cancelled.value = true;
+ constructor() {
+ super(false);
+ }
- return true;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
@@ -192,7 +242,7 @@ export class BlockRecoilDamageAttr extends AbAttr {
/**
* Attribute for abilities that increase the chance of a double battle
* occurring.
- * @see apply
+ * @see {@linkcode apply}
*/
export class DoubleBattleChanceAbAttr extends AbAttr {
constructor() {
@@ -202,40 +252,39 @@ export class DoubleBattleChanceAbAttr extends AbAttr {
/**
* Increases the chance of a double battle occurring
* @param args [0] {@linkcode Utils.NumberHolder} for double battle chance
- * @returns true if the ability was applied
*/
- apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void {
const doubleBattleChance = args[0] as Utils.NumberHolder;
// This is divided because the chance is generated as a number from 0 to doubleBattleChance.value using Utils.randSeedInt
// A double battle will initiate if the generated number is 0
doubleBattleChance.value = doubleBattleChance.value / 4;
-
- return true;
}
}
export class PostBattleInitAbAttr extends AbAttr {
- applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
export class PostBattleInitFormChangeAbAttr extends PostBattleInitAbAttr {
private formFunc: (p: Pokemon) => number;
constructor(formFunc: ((p: Pokemon) => number)) {
- super(true);
+ super(false);
this.formFunc = formFunc;
}
- applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override canApplyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex && !simulated) {
- return globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
+ return formIndex !== pokemon.formIndex && !simulated;
+ }
- return false;
+ override applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
}
}
@@ -250,7 +299,7 @@ export class PostTeraFormChangeStatChangeAbAttr extends AbAttr {
this.stages = stages;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): void {
const statStageChangePhases: StatStageChangePhase[] = [];
if (!simulated) {
@@ -260,36 +309,103 @@ export class PostTeraFormChangeStatChangeAbAttr extends AbAttr {
globalScene.unshiftPhase(statStageChangePhase);
}
}
+ }
+}
- return true;
+/**
+ * Clears a specified weather whenever this attribute is called.
+ */
+export class ClearWeatherAbAttr extends AbAttr {
+ private weather: WeatherType[];
+
+ /**
+ * @param weather {@linkcode WeatherType[]} - the weather to be removed
+ */
+ constructor(weather: WeatherType[]) {
+ super(true);
+
+ this.weather = weather;
+ }
+
+ public override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.canSetWeather(WeatherType.NONE);
+ }
+
+ public override apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(WeatherType.NONE, 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: Utils.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 {
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
- return false;
+ canApplyPreDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: Utils.BooleanHolder | null,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: Utils.BooleanHolder | null,
+ args: any[],
+ ): void {}
}
export class PreDefendFullHpEndureAbAttr extends PreDefendAbAttr {
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (pokemon.isFullHp()
- && pokemon.getMaxHp() > 1 //Checks if pokemon has wonder_guard (which forces 1hp)
- && (args[0] as Utils.NumberHolder).value >= pokemon.hp) { //Damage >= hp
- return simulated || pokemon.addTag(BattlerTagType.STURDY, 1);
- }
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return pokemon.isFullHp()
+ && pokemon.getMaxHp() > 1 //Checks if pokemon has wonder_guard (which forces 1hp)
+ && (args[0] as Utils.NumberHolder).value >= pokemon.hp; //Damage >= hp
+ }
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(BattlerTagType.STURDY, 1);
+ }
}
}
export class BlockItemTheftAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
cancelled.value = true;
-
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
@@ -301,13 +417,16 @@ export class BlockItemTheftAbAttr extends AbAttr {
}
export class StabBoostAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if ((args[0] as Utils.NumberHolder).value > 1) {
- (args[0] as Utils.NumberHolder).value += 0.5;
- return true;
- }
+ constructor() {
+ super(false);
+ }
- return false;
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return (args[0] as Utils.NumberHolder).value > 1;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value += 0.5;
}
}
@@ -315,21 +434,19 @@ export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr {
protected condition: PokemonDefendCondition;
private damageMultiplier: number;
- constructor(condition: PokemonDefendCondition, damageMultiplier: number) {
- super();
+ constructor(condition: PokemonDefendCondition, damageMultiplier: number, showAbility: boolean = false) {
+ super(showAbility);
this.condition = condition;
this.damageMultiplier = damageMultiplier;
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.condition(pokemon, attacker, move)) {
- (args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.damageMultiplier);
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return this.condition(pokemon, attacker, move);
+ }
- return true;
- }
-
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.damageMultiplier);
}
}
@@ -350,16 +467,15 @@ export class AlliedFieldDamageReductionAbAttr extends PreDefendAbAttr {
* @param args
* - `[0]` {@linkcode Utils.NumberHolder} - The damage being dealt
*/
- override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: Utils.BooleanHolder, args: any[]): void {
const damage = args[0] as Utils.NumberHolder;
damage.value = Utils.toDmgValue(damage.value * this.damageMultiplier);
- return true;
}
}
export class ReceivedTypeDamageMultiplierAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
- constructor(moveType: Type, damageMultiplier: number) {
- super((target, user, move) => user.getMoveType(move) === moveType, damageMultiplier);
+ constructor(moveType: PokemonType, damageMultiplier: number) {
+ super((target, user, move) => user.getMoveType(move) === moveType, damageMultiplier, false);
}
}
@@ -370,16 +486,20 @@ export class ReceivedTypeDamageMultiplierAbAttr extends ReceivedMoveDamageMultip
* @see {@linkcode getCondition}
*/
export class TypeImmunityAbAttr extends PreDefendAbAttr {
- private immuneType: Type | null;
+ private immuneType: PokemonType | null;
private condition: AbAttrCondition | null;
- constructor(immuneType: Type | null, condition?: AbAttrCondition) {
- super();
+ constructor(immuneType: PokemonType | null, condition?: AbAttrCondition) {
+ super(true);
this.immuneType = immuneType;
this.condition = condition ?? null;
}
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return ![ MoveTarget.BOTH_SIDES, MoveTarget.ENEMY_SIDE, MoveTarget.USER_SIDE ].includes(move.moveTarget) && attacker !== pokemon && attacker.getMoveType(move) === this.immuneType;
+ }
+
/**
* Applies immunity if this ability grants immunity to the type of the given move.
* @param pokemon {@linkcode Pokemon} The defending Pokemon.
@@ -390,19 +510,11 @@ export class TypeImmunityAbAttr extends PreDefendAbAttr {
* @param args [0] {@linkcode Utils.NumberHolder} gets set to 0 if move is immuned by an ability.
* @param args [1] - Whether the move is simulated.
*/
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- // Field moves should ignore immunity
- if ([ MoveTarget.BOTH_SIDES, MoveTarget.ENEMY_SIDE, MoveTarget.USER_SIDE ].includes(move.moveTarget)) {
- return false;
- }
- if (attacker !== pokemon && attacker.getMoveType(move) === this.immuneType) {
- (args[0] as Utils.NumberHolder).value = 0;
- return true;
- }
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value = 0;
}
- getImmuneType(): Type | null {
+ getImmuneType(): PokemonType | null {
return this.immuneType;
}
@@ -412,43 +524,43 @@ export class TypeImmunityAbAttr extends PreDefendAbAttr {
}
export class AttackTypeImmunityAbAttr extends TypeImmunityAbAttr {
- constructor(immuneType: Type, condition?: AbAttrCondition) {
+ constructor(immuneType: PokemonType, condition?: AbAttrCondition) {
super(immuneType, condition);
}
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return move.category !== MoveCategory.STATUS && !move.hasAttr(NeutralDamageAgainstFlyingTypeMultiplierAttr)
+ && super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
+
/**
* Applies immunity if the move used is not a status move.
* Type immunity abilities that do not give additional benefits (HP recovery, stat boosts, etc) are not immune to status moves of the type
* Example: Levitate
*/
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
// this is a hacky way to fix the Levitate/Thousand Arrows interaction, but it works for now...
- if (move.category !== MoveCategory.STATUS && !move.hasAttr(NeutralDamageAgainstFlyingTypeMultiplierAttr)) {
- return super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
- }
- return false;
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
}
}
export class TypeImmunityHealAbAttr extends TypeImmunityAbAttr {
- constructor(immuneType: Type) {
+ constructor(immuneType: PokemonType) {
super(immuneType);
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
- if (ret) {
- if (!pokemon.isFullHp() && !simulated) {
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- cancelled.value = true; // Suppresses "No Effect" message
- }
- return true;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ if (!pokemon.isFullHp() && !simulated) {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ cancelled.value = true; // Suppresses "No Effect" message
}
-
- return false;
}
}
@@ -456,24 +568,23 @@ class TypeImmunityStatStageChangeAbAttr extends TypeImmunityAbAttr {
private stat: BattleStat;
private stages: number;
- constructor(immuneType: Type, stat: BattleStat, stages: number, condition?: AbAttrCondition) {
+ constructor(immuneType: PokemonType, stat: BattleStat, stages: number, condition?: AbAttrCondition) {
super(immuneType, condition);
this.stat = stat;
this.stages = stages;
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
- if (ret) {
- cancelled.value = true; // Suppresses "No Effect" message
- if (!simulated) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
- }
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ cancelled.value = true; // Suppresses "No Effect" message
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
}
-
- return ret;
}
}
@@ -481,24 +592,23 @@ class TypeImmunityAddBattlerTagAbAttr extends TypeImmunityAbAttr {
private tagType: BattlerTagType;
private turnCount: number;
- constructor(immuneType: Type, tagType: BattlerTagType, turnCount: number, condition?: AbAttrCondition) {
+ constructor(immuneType: PokemonType, tagType: BattlerTagType, turnCount: number, condition?: AbAttrCondition) {
super(immuneType, condition);
this.tagType = tagType;
this.turnCount = turnCount;
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
- if (ret) {
- cancelled.value = true; // Suppresses "No Effect" message
- if (!simulated) {
- pokemon.addTag(this.tagType, this.turnCount, undefined, pokemon.id);
- }
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ cancelled.value = true; // Suppresses "No Effect" message
+ if (!simulated) {
+ pokemon.addTag(this.tagType, this.turnCount, undefined, pokemon.id);
}
-
- return ret;
}
}
@@ -507,18 +617,16 @@ export class NonSuperEffectiveImmunityAbAttr extends TypeImmunityAbAttr {
super(null, condition);
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
const modifierValue = args.length > 0
? (args[0] as Utils.NumberHolder).value
: pokemon.getAttackTypeEffectiveness(attacker.getMoveType(move), attacker, undefined, undefined, move);
+ return move instanceof AttackMove && modifierValue < 2;
+ }
- if (move instanceof AttackMove && modifierValue < 2) {
- cancelled.value = true; // Suppresses "No Effect" message
- (args[0] as Utils.NumberHolder).value = 0;
- return true;
- }
-
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true; // Suppresses "No Effect" message
+ (args[0] as Utils.NumberHolder).value = 0;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -535,6 +643,12 @@ export class NonSuperEffectiveImmunityAbAttr extends TypeImmunityAbAttr {
* @extends PreDefendAbAttr
*/
export class FullHpResistTypeAbAttr extends PreDefendAbAttr {
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ const typeMultiplier = args[0];
+ return (typeMultiplier && typeMultiplier instanceof Utils.NumberHolder) && !(move && move.hasAttr(FixedDamageAttr)) && pokemon.isFullHp() && typeMultiplier.value > 0.5;
+ }
+
/**
* Reduces a type multiplier to 0.5 if the source is at full HP.
* @param pokemon {@linkcode Pokemon} the Pokemon with this ability
@@ -544,24 +658,18 @@ export class FullHpResistTypeAbAttr extends PreDefendAbAttr {
* @param move {@linkcode Move} the move being used on the source
* @param cancelled n/a
* @param args `[0]` a container for the move's current type effectiveness multiplier
- * @returns `true` if the move's effectiveness is reduced; `false` otherwise
*/
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
+ override applyPreDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: Utils.BooleanHolder | null,
+ args: any[]): void {
const typeMultiplier = args[0];
- if (!(typeMultiplier && typeMultiplier instanceof Utils.NumberHolder)) {
- return false;
- }
-
- if (move && move.hasAttr(FixedDamageAttr)) {
- return false;
- }
-
- if (pokemon.isFullHp() && typeMultiplier.value > 0.5) {
- typeMultiplier.value = 0.5;
- pokemon.turnData.moveEffectiveness = 0.5;
- return true;
- }
- return false;
+ typeMultiplier.value = 0.5;
+ pokemon.turnData.moveEffectiveness = 0.5;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -572,30 +680,58 @@ export class FullHpResistTypeAbAttr extends PreDefendAbAttr {
}
export class PostDefendAbAttr extends AbAttr {
- applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
- return false;
+ canApplyPostDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPostDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[],
+ ): void {}
}
export class FieldPriorityMoveImmunityAbAttr extends PreDefendAbAttr {
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) {
- return false;
- }
- if (move.getPriority(attacker) > 0 && !move.isMultiTarget()) {
- cancelled.value = true;
- return true;
- }
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return !(move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) && move.getPriority(attacker) > 0 && !move.isMultiTarget();
+ }
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
export class PostStatStageChangeAbAttr extends AbAttr {
- applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statsChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostStatStageChange(
+ pokemon: Pokemon,
+ simulated: boolean,
+ statsChanged: BattleStat[],
+ stagesChanged: number,
+ selfTarget: boolean,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPostStatStageChange(
+ pokemon: Pokemon,
+ simulated: boolean,
+ statsChanged: BattleStat[],
+ stagesChanged: number,
+ selfTarget: boolean,
+ args: any[],
+ ): void {}
}
export class MoveImmunityAbAttr extends PreDefendAbAttr {
@@ -607,13 +743,12 @@ export class MoveImmunityAbAttr extends PreDefendAbAttr {
this.immuneCondition = immuneCondition;
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.immuneCondition(pokemon, attacker, move)) {
- cancelled.value = true;
- return true;
- }
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return this.immuneCondition(pokemon, attacker, move);
+ }
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -628,14 +763,19 @@ export class MoveImmunityAbAttr extends PreDefendAbAttr {
* @extends PreDefendAbAttr
*/
export class WonderSkinAbAttr extends PreDefendAbAttr {
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const moveAccuracy = args[0] as Utils.NumberHolder;
- if (move.category === MoveCategory.STATUS && moveAccuracy.value >= 50) {
- moveAccuracy.value = 50;
- return true;
- }
- return false;
+ constructor() {
+ super(false);
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ const moveAccuracy = args[0] as Utils.NumberHolder;
+ return move.category === MoveCategory.STATUS && moveAccuracy.value >= 50;
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ const moveAccuracy = args[0] as Utils.NumberHolder;
+ moveAccuracy.value = 50;
}
}
@@ -649,13 +789,13 @@ export class MoveImmunityStatStageChangeAbAttr extends MoveImmunityAbAttr {
this.stages = stages;
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const ret = super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
- if (ret && !simulated) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
- }
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return !simulated && super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
- return ret;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
}
}
/**
@@ -664,6 +804,11 @@ export class MoveImmunityStatStageChangeAbAttr extends MoveImmunityAbAttr {
* @see {@linkcode applyPostDefend}
*/
export class ReverseDrainAbAttr extends PostDefendAbAttr {
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.hasAttr(HitHealAttr) && !move.hitsSubstitute(attacker, pokemon);
+ }
+
/**
* Determines if a damage and draining move was used to check if this ability should stop the healing.
* Examples include: Absorb, Draining Kiss, Bitter Blade, etc.
@@ -674,16 +819,11 @@ export class ReverseDrainAbAttr extends PostDefendAbAttr {
* @param move {@linkcode PokemonMove} that is being used
* @param _hitResult N/A
* @param _args N/A
- * @returns true if healing should be reversed on a healing move, false otherwise.
*/
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (move.hasAttr(HitHealAttr) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!simulated) {
- globalScene.queueMessage(i18next.t("abilityTriggers:reverseDrain", { pokemonNameWithAffix: getPokemonNameWithAffix(attacker) }));
- }
- return true;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.queueMessage(i18next.t("abilityTriggers:reverseDrain", { pokemonNameWithAffix: getPokemonNameWithAffix(attacker) }));
}
- return false;
}
}
@@ -694,7 +834,7 @@ export class PostDefendStatStageChangeAbAttr extends PostDefendAbAttr {
private selfTarget: boolean;
private allOthers: boolean;
- constructor(condition: PokemonDefendCondition, stat: BattleStat, stages: number, selfTarget: boolean = true, allOthers: boolean = false) {
+ constructor(condition: PokemonDefendCondition, stat: BattleStat, stages: number, selfTarget = true, allOthers = false) {
super(true);
this.condition = condition;
@@ -704,24 +844,23 @@ export class PostDefendStatStageChangeAbAttr extends PostDefendAbAttr {
this.allOthers = allOthers;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) {
- if (simulated) {
- return true;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon);
+ }
- if (this.allOthers) {
- const otherPokemon = pokemon.getAlly() ? pokemon.getOpponents().concat([ pokemon.getAlly() ]) : pokemon.getOpponents();
- for (const other of otherPokemon) {
- globalScene.unshiftPhase(new StatStageChangePhase((other).getBattlerIndex(), false, [ this.stat ], this.stages));
- }
- return true;
- }
- globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), this.selfTarget, [ this.stat ], this.stages));
- return true;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (simulated) {
+ return;
}
- return false;
+ if (this.allOthers) {
+ const otherPokemon = pokemon.getAlly() ? pokemon.getOpponents().concat([ pokemon.getAlly() ]) : pokemon.getOpponents();
+ for (const other of otherPokemon) {
+ globalScene.unshiftPhase(new StatStageChangePhase((other).getBattlerIndex(), false, [ this.stat ], this.stages));
+ }
+ } else {
+ globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), this.selfTarget, [ this.stat ], this.stages));
+ }
}
}
@@ -732,7 +871,7 @@ export class PostDefendHpGatedStatStageChangeAbAttr extends PostDefendAbAttr {
private stages: number;
private selfTarget: boolean;
- constructor(condition: PokemonDefendCondition, hpGate: number, stats: BattleStat[], stages: number, selfTarget: boolean = true) {
+ constructor(condition: PokemonDefendCondition, hpGate: number, stats: BattleStat[], stages: number, selfTarget = true) {
super(true);
this.condition = condition;
@@ -742,19 +881,17 @@ export class PostDefendHpGatedStatStageChangeAbAttr extends PostDefendAbAttr {
this.selfTarget = selfTarget;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
const hpGateFlat: number = Math.ceil(pokemon.getMaxHp() * this.hpGate);
const lastAttackReceived = pokemon.turnData.attacksReceived[pokemon.turnData.attacksReceived.length - 1];
const damageReceived = lastAttackReceived?.damage || 0;
+ return this.condition(pokemon, attacker, move) && (pokemon.hp <= hpGateFlat && (pokemon.hp + damageReceived) > hpGateFlat) && !move.hitsSubstitute(attacker, pokemon);
+ }
- if (this.condition(pokemon, attacker, move) && (pokemon.hp <= hpGateFlat && (pokemon.hp + damageReceived) > hpGateFlat) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!simulated) {
- globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), true, this.stats, this.stages));
- }
- return true;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), true, this.stats, this.stages));
}
-
- return false;
}
}
@@ -769,17 +906,16 @@ export class PostDefendApplyArenaTrapTagAbAttr extends PostDefendAbAttr {
this.tagType = tagType;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) {
- const tag = globalScene.arena.getTag(this.tagType) as ArenaTrapTag;
- if (!globalScene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers) {
- if (!simulated) {
- globalScene.arena.addTag(this.tagType, 0, undefined, pokemon.id, pokemon.isPlayer() ? ArenaTagSide.ENEMY : ArenaTagSide.PLAYER);
- }
- return true;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ const tag = globalScene.arena.getTag(this.tagType) as ArenaTrapTag;
+ return (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon))
+ && (!globalScene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.addTag(this.tagType, 0, undefined, pokemon.id, pokemon.isPlayer() ? ArenaTagSide.ENEMY : ArenaTagSide.PLAYER);
}
- return false;
}
}
@@ -793,40 +929,37 @@ export class PostDefendApplyBattlerTagAbAttr extends PostDefendAbAttr {
this.tagType = tagType;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!pokemon.getTag(this.tagType) && !simulated) {
- pokemon.addTag(this.tagType, undefined, undefined, pokemon.id);
- globalScene.queueMessage(i18next.t("abilityTriggers:windPowerCharged", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }));
- }
- return true;
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!pokemon.getTag(this.tagType) && !simulated) {
+ pokemon.addTag(this.tagType, undefined, undefined, pokemon.id);
+ globalScene.queueMessage(i18next.t("abilityTriggers:windPowerCharged", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }));
}
- return false;
}
}
export class PostDefendTypeChangeAbAttr extends PostDefendAbAttr {
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): boolean {
- if (hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon)) {
- if (simulated) {
- return true;
- }
- const type = attacker.getMoveType(move);
- const pokemonTypes = pokemon.getTypes(true);
- if (pokemonTypes.length !== 1 || pokemonTypes[0] !== type) {
- pokemon.summonData.types = [ type ];
- return true;
- }
- }
+ private type: PokemonType;
- return false;
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ this.type = attacker.getMoveType(move);
+ const pokemonTypes = pokemon.getTypes(true);
+ return hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon) && (simulated || pokemonTypes.length !== 1 || pokemonTypes[0] !== this.type);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void {
+ const type = attacker.getMoveType(move);
+ pokemon.summonData.types = [ type ];
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
return i18next.t("abilityTriggers:postDefendTypeChange", {
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
abilityName,
- typeName: i18next.t(`pokemonInfo:Type.${Type[pokemon.getTypes(true)[0]]}`)
+ typeName: i18next.t(`pokemonInfo:Type.${PokemonType[this.type]}`)
});
}
}
@@ -840,16 +973,14 @@ export class PostDefendTerrainChangeAbAttr extends PostDefendAbAttr {
this.terrainType = terrainType;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): boolean {
- if (hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon)) {
- if (simulated) {
- return globalScene.arena.terrain?.terrainType !== (this.terrainType || undefined);
- } else {
- return globalScene.arena.trySetTerrain(this.terrainType, true);
- }
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ return hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon) && globalScene.arena.canSetTerrain(this.terrainType);
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, false, pokemon);
+ }
}
}
@@ -858,24 +989,22 @@ export class PostDefendContactApplyStatusEffectAbAttr extends PostDefendAbAttr {
private effects: StatusEffect[];
constructor(chance: number, ...effects: StatusEffect[]) {
- super();
+ super(true);
this.chance = chance;
this.effects = effects;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !attacker.status
- && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance) && !move.hitsSubstitute(attacker, pokemon)) {
- const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
- if (simulated) {
- return attacker.canSetStatus(effect, true, false, pokemon);
- } else {
- return attacker.trySetStatus(effect, true, pokemon);
- }
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
+ return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !attacker.status
+ && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance) && !move.hitsSubstitute(attacker, pokemon)
+ && attacker.canSetStatus(effect, true, false, pokemon);
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
+ attacker.trySetStatus(effect, true, pokemon);
}
}
@@ -884,11 +1013,13 @@ export class EffectSporeAbAttr extends PostDefendContactApplyStatusEffectAbAttr
super(10, StatusEffect.POISON, StatusEffect.PARALYSIS, StatusEffect.SLEEP);
}
- applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
- if (attacker.hasAbility(Abilities.OVERCOAT) || attacker.isOfType(Type.GRASS)) {
- return false;
- }
- return super.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args);
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return !(attacker.hasAbility(Abilities.OVERCOAT) || attacker.isOfType(PokemonType.GRASS))
+ && super.canApplyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
+ super.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args);
}
}
@@ -905,16 +1036,15 @@ export class PostDefendContactApplyTagChanceAbAttr extends PostDefendAbAttr {
this.turnCount = turnCount;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && pokemon.randSeedInt(100) < this.chance && !move.hitsSubstitute(attacker, pokemon)) {
- if (simulated) {
- return attacker.canAddTag(this.tagType);
- } else {
- return attacker.addTag(this.tagType, this.turnCount, move.id, attacker.id);
- }
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && pokemon.randSeedInt(100) < this.chance
+ && !move.hitsSubstitute(attacker, pokemon) && attacker.canAddTag(this.tagType);
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ attacker.addTag(this.tagType, this.turnCount, move.id, attacker.id);
+ }
}
}
@@ -929,16 +1059,14 @@ export class PostDefendCritStatStageChangeAbAttr extends PostDefendAbAttr {
this.stages = stages;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (move.hitsSubstitute(attacker, pokemon)) {
- return false;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return !move.hitsSubstitute(attacker, pokemon);
+ }
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
if (!simulated) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
}
-
- return true;
}
override getCondition(): AbAttrCondition {
@@ -955,15 +1083,14 @@ export class PostDefendContactDamageAbAttr extends PostDefendAbAttr {
this.damageRatio = damageRatio;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (!simulated && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)
- && !attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !move.hitsSubstitute(attacker, pokemon)) {
- attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER);
- attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio));
- return true;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return !simulated && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)
+ && !attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !move.hitsSubstitute(attacker, pokemon);
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), { result: HitResult.INDIRECT });
+ attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio));
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
@@ -989,19 +1116,16 @@ export class PostDefendPerishSongAbAttr extends PostDefendAbAttr {
this.turns = turns;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !move.hitsSubstitute(attacker, pokemon)) {
- if (attacker.getTag(BattlerTagType.PERISH_SONG)) {
- return false;
- } else {
- if (!simulated) {
- attacker.addTag(BattlerTagType.PERISH_SONG, this.turns);
- pokemon.addTag(BattlerTagType.PERISH_SONG, this.turns);
- }
- return true;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !move.hitsSubstitute(attacker, pokemon))
+ && !attacker.getTag(BattlerTagType.PERISH_SONG);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ attacker.addTag(BattlerTagType.PERISH_SONG, this.turns);
+ pokemon.addTag(BattlerTagType.PERISH_SONG, this.turns);
}
- return false;
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
@@ -1020,18 +1144,15 @@ export class PostDefendWeatherChangeAbAttr extends PostDefendAbAttr {
this.condition = condition;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (this.condition && !this.condition(pokemon, attacker, move) || move.hitsSubstitute(attacker, pokemon)) {
- return false;
- }
- if (!globalScene.arena.weather?.isImmutable()) {
- if (simulated) {
- return globalScene.arena.weather?.weatherType !== this.weatherType;
- }
- return globalScene.arena.trySetWeather(this.weatherType, true);
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return (!(this.condition && !this.condition(pokemon, attacker, move) || move.hitsSubstitute(attacker, pokemon))
+ && !globalScene.arena.weather?.isImmutable() && globalScene.arena.canSetWeather(this.weatherType));
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, pokemon);
+ }
}
}
@@ -1040,18 +1161,17 @@ export class PostDefendAbilitySwapAbAttr extends PostDefendAbAttr {
super();
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, args: any[]): boolean {
- if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)
- && !attacker.getAbility().hasAttr(UnswappableAbilityAbAttr) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!simulated) {
- const tempAbilityId = attacker.getAbility().id;
- attacker.summonData.ability = pokemon.getAbility().id;
- pokemon.summonData.ability = tempAbilityId;
- }
- return true;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)
+ && attacker.getAbility().isSwappable && !move.hitsSubstitute(attacker, pokemon);
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, args: any[]): void {
+ if (!simulated) {
+ const tempAbility = attacker.getAbility();
+ attacker.setTempAbility(pokemon.getAbility());
+ pokemon.setTempAbility(tempAbility);
+ }
}
override getTriggerMessage(pokemon: Pokemon, _abilityName: string, ..._args: any[]): string {
@@ -1067,17 +1187,15 @@ export class PostDefendAbilityGiveAbAttr extends PostDefendAbAttr {
this.ability = ability;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && !attacker.getAbility().hasAttr(UnsuppressableAbilityAbAttr)
- && !attacker.getAbility().hasAttr(PostDefendAbilityGiveAbAttr) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!simulated) {
- attacker.summonData.ability = this.ability;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && attacker.getAbility().isSuppressable
+ && !attacker.getAbility().hasAttr(PostDefendAbilityGiveAbAttr) && !move.hitsSubstitute(attacker, pokemon);
+ }
- return true;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ attacker.setTempAbility(allAbilities[this.ability]);
}
-
- return false;
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
@@ -1099,20 +1217,17 @@ export class PostDefendMoveDisableAbAttr extends PostDefendAbAttr {
this.chance = chance;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (attacker.getTag(BattlerTagType.DISABLED) === null && !move.hitsSubstitute(attacker, pokemon)) {
- if (move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance)) {
- if (simulated) {
- return true;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return attacker.getTag(BattlerTagType.DISABLED) === null && !move.hitsSubstitute(attacker, pokemon)
+ && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon) && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance);
+ }
- this.attacker = attacker;
- this.move = move;
- this.attacker.addTag(BattlerTagType.DISABLED, 4, 0, pokemon.id);
- return true;
- }
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ this.attacker = attacker;
+ this.move = move;
+ this.attacker.addTag(BattlerTagType.DISABLED, 4, 0, pokemon.id);
}
- return false;
}
}
@@ -1129,22 +1244,36 @@ export class PostStatStageChangeStatStageChangeAbAttr extends PostStatStageChang
this.stages = stages;
}
- applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): boolean {
- if (this.condition(pokemon, statStagesChanged, stagesChanged) && !selfTarget) {
- if (!simulated) {
- globalScene.unshiftPhase(new StatStageChangePhase((pokemon).getBattlerIndex(), true, this.statsToChange, this.stages));
- }
- return true;
- }
+ override canApplyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: integer, selfTarget: boolean, args: any[]): boolean {
+ return this.condition(pokemon, statStagesChanged, stagesChanged) && !selfTarget;
+ }
- return false;
+ override applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase((pokemon).getBattlerIndex(), true, this.statsToChange, this.stages));
+ }
}
}
export class PreAttackAbAttr extends AbAttr {
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean | Promise {
- return false;
+ canApplyPreAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon | null,
+ move: Move,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon | null,
+ move: Move,
+ args: any[],
+ ): void {}
}
/**
@@ -1156,26 +1285,22 @@ export class MoveEffectChanceMultiplierAbAttr extends AbAttr {
private chanceMultiplier: number;
constructor(chanceMultiplier: number) {
- super(true);
+ super(false);
this.chanceMultiplier = chanceMultiplier;
}
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const exceptMoves = [ Moves.ORDER_UP, Moves.ELECTRO_SHOT ];
+ return !((args[0] as Utils.NumberHolder).value <= 0 || exceptMoves.includes((args[1] as Move).id));
+ }
+
/**
* @param args [0]: {@linkcode Utils.NumberHolder} Move additional effect chance. Has to be higher than or equal to 0.
* [1]: {@linkcode Moves } Move used by the ability user.
*/
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- // Disable showAbility during getTargetBenefitScore
- this.showAbility = args[4];
-
- const exceptMoves = [ Moves.ORDER_UP, Moves.ELECTRO_SHOT ];
- if ((args[0] as Utils.NumberHolder).value <= 0 || exceptMoves.includes((args[1] as Move).id)) {
- return false;
- }
-
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.NumberHolder).value *= this.chanceMultiplier;
(args[0] as Utils.NumberHolder).value = Math.min((args[0] as Utils.NumberHolder).value, 100);
- return true;
-
}
}
@@ -1185,32 +1310,37 @@ export class MoveEffectChanceMultiplierAbAttr extends AbAttr {
* @see {@linkcode applyPreDefend}
*/
export class IgnoreMoveEffectsAbAttr extends PreDefendAbAttr {
+ constructor(showAbility: boolean = false) {
+ super(showAbility);
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return (args[0] as Utils.NumberHolder).value > 0;
+ }
+
/**
* @param args [0]: {@linkcode Utils.NumberHolder} Move additional effect chance.
*/
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
-
- if ((args[0] as Utils.NumberHolder).value <= 0) {
- return false;
- }
-
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.NumberHolder).value = 0;
- return true;
-
}
}
export class VariableMovePowerAbAttr extends PreAttackAbAttr {
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
- //const power = args[0] as Utils.NumberHolder;
- return false;
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
+ return true;
}
}
export class FieldPreventExplosiveMovesAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
+ override apply(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {
cancelled.value = true;
- return true;
}
}
@@ -1226,7 +1356,7 @@ export class FieldMultiplyStatAbAttr extends AbAttr {
private multiplier: number;
private canStack: boolean;
- constructor(stat: Stat, multiplier: number, canStack: boolean = false) {
+ constructor(stat: Stat, multiplier: number, canStack = false) {
super(false);
this.stat = stat;
@@ -1234,6 +1364,11 @@ export class FieldMultiplyStatAbAttr extends AbAttr {
this.canStack = canStack;
}
+ canApplyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, args: any[]): boolean {
+ return this.canStack || !hasApplied.value
+ && this.stat === stat && checkedPokemon.getAbilityAttrs(FieldMultiplyStatAbAttr).every(attr => (attr as FieldMultiplyStatAbAttr).stat !== stat);
+ }
+
/**
* applyFieldStat: Tries to multiply a Pokemon's Stat
* @param pokemon {@linkcode Pokemon} the Pokemon using this ability
@@ -1243,91 +1378,81 @@ export class FieldMultiplyStatAbAttr extends AbAttr {
* @param checkedPokemon {@linkcode Pokemon} the Pokemon this ability is targeting
* @param hasApplied {@linkcode Utils.BooleanHolder} whether or not another multiplier has been applied to this stat
* @param args {any[]} unused
- * @returns true if this changed the checked stat, false otherwise.
*/
- applyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, args: any[]): boolean {
- if (!this.canStack && hasApplied.value) {
- return false;
- }
-
- if (this.stat === stat && checkedPokemon.getAbilityAttrs(FieldMultiplyStatAbAttr).every(attr => (attr as FieldMultiplyStatAbAttr).stat !== stat)) {
- statValue.value *= this.multiplier;
- hasApplied.value = true;
- return true;
- }
- return false;
+ applyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, args: any[]): void {
+ statValue.value *= this.multiplier;
+ hasApplied.value = true;
}
}
export class MoveTypeChangeAbAttr extends PreAttackAbAttr {
constructor(
- private newType: Type,
+ private newType: PokemonType,
private powerMultiplier: number,
private condition?: PokemonAttackCondition
) {
- super(true);
+ super(false);
+ }
+
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ return (this.condition && this.condition(pokemon, defender, move)) ?? false;
}
// TODO: Decouple this into two attributes (type change / power boost)
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
- if (this.condition && this.condition(pokemon, defender, move)) {
- if (args[0] && args[0] instanceof Utils.NumberHolder) {
- args[0].value = this.newType;
- }
- if (args[1] && args[1] instanceof Utils.NumberHolder) {
- args[1].value *= this.powerMultiplier;
- }
- return true;
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ if (args[0] && args[0] instanceof Utils.NumberHolder) {
+ args[0].value = this.newType;
+ }
+ if (args[1] && args[1] instanceof Utils.NumberHolder) {
+ args[1].value *= this.powerMultiplier;
}
-
- return false;
}
}
/** Ability attribute for changing a pokemon's type before using a move */
export class PokemonTypeChangeAbAttr extends PreAttackAbAttr {
- private moveType: Type;
+ private moveType: PokemonType;
constructor() {
super(true);
}
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
- if (
- !pokemon.isTerastallized &&
- move.id !== Moves.STRUGGLE &&
- /**
- * Skip moves that call other moves because these moves generate a following move that will trigger this ability attribute
- * @see {@link https://bulbapedia.bulbagarden.net/wiki/Category:Moves_that_call_other_moves}
- */
- !move.findAttr((attr) =>
- attr instanceof RandomMovesetMoveAttr ||
- attr instanceof RandomMoveAttr ||
- attr instanceof NaturePowerAttr ||
- attr instanceof CopyMoveAttr
- )
- ) {
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ if (!pokemon.isTerastallized &&
+ move.id !== Moves.STRUGGLE &&
+ /**
+ * Skip moves that call other moves because these moves generate a following move that will trigger this ability attribute
+ * @see {@link https://bulbapedia.bulbagarden.net/wiki/Category:Moves_that_call_other_moves}
+ */
+ !move.findAttr((attr) =>
+ attr instanceof RandomMovesetMoveAttr ||
+ attr instanceof RandomMoveAttr ||
+ attr instanceof NaturePowerAttr ||
+ attr instanceof CopyMoveAttr)) {
const moveType = pokemon.getMoveType(move);
-
if (pokemon.getTypes().some((t) => t !== moveType)) {
- if (!simulated) {
- this.moveType = moveType;
- pokemon.summonData.types = [ moveType ];
- pokemon.updateInfo();
- }
-
+ this.moveType = moveType;
return true;
}
}
-
return false;
}
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ const moveType = pokemon.getMoveType(move);
+
+ if (!simulated) {
+ this.moveType = moveType;
+ pokemon.summonData.types = [ moveType ];
+ pokemon.updateInfo();
+ }
+ }
+
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
return i18next.t("abilityTriggers:pokemonTypeChange", {
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- moveType: i18next.t(`pokemonInfo:Type.${Type[this.moveType]}`),
+ moveType: i18next.t(`pokemonInfo:Type.${PokemonType[this.moveType]}`),
});
}
}
@@ -1345,6 +1470,10 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
this.damageMultiplier = damageMultiplier;
}
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ return move.canBeMultiStrikeEnhanced(pokemon, true);
+ }
+
/**
* If conditions are met, this doubles the move's hit count (via args[1])
* or multiplies the damage of secondary strikes (via args[2])
@@ -1355,24 +1484,17 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
* @param args Additional arguments:
* - `[0]` the number of strikes this move currently has ({@linkcode Utils.NumberHolder})
* - `[1]` the damage multiplier for the current strike ({@linkcode Utils.NumberHolder})
- * @returns
*/
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
const hitCount = args[0] as Utils.NumberHolder;
const multiplier = args[1] as Utils.NumberHolder;
-
- if (move.canBeMultiStrikeEnhanced(pokemon, true)) {
- this.showAbility = !!hitCount?.value;
- if (hitCount?.value) {
- hitCount.value += 1;
- }
-
- if (multiplier?.value && pokemon.turnData.hitsLeft === 1) {
- multiplier.value = this.damageMultiplier;
- }
- return true;
+ if (hitCount?.value) {
+ hitCount.value += 1;
+ }
+
+ if (multiplier?.value && pokemon.turnData.hitsLeft === 1) {
+ multiplier.value = this.damageMultiplier;
}
- return false;
}
}
@@ -1387,11 +1509,15 @@ export class DamageBoostAbAttr extends PreAttackAbAttr {
private condition: PokemonAttackCondition;
constructor(damageMultiplier: number, condition: PokemonAttackCondition) {
- super(true);
+ super(false);
this.damageMultiplier = damageMultiplier;
this.condition = condition;
}
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ return this.condition(pokemon, defender, move);
+ }
+
/**
*
* @param pokemon the attacker pokemon
@@ -1399,16 +1525,10 @@ export class DamageBoostAbAttr extends PreAttackAbAttr {
* @param defender the target pokemon
* @param move the move used by the attacker pokemon
* @param args Utils.NumberHolder as damage
- * @returns true if the function succeeds
*/
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
- if (this.condition(pokemon, defender, move)) {
- const power = args[0] as Utils.NumberHolder;
- power.value = Math.floor(power.value * this.damageMultiplier);
- return true;
- }
-
- return false;
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ const power = args[0] as Utils.NumberHolder;
+ power.value = Utils.toDmgValue(power.value * this.damageMultiplier);
}
}
@@ -1416,31 +1536,29 @@ export class MovePowerBoostAbAttr extends VariableMovePowerAbAttr {
private condition: PokemonAttackCondition;
private powerMultiplier: number;
- constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = true) {
+ constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = false) {
super(showAbility);
this.condition = condition;
this.powerMultiplier = powerMultiplier;
}
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
- if (this.condition(pokemon, defender, move)) {
- (args[0] as Utils.NumberHolder).value *= this.powerMultiplier;
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ return this.condition(pokemon, defender, move);
+ }
- return true;
- }
-
- return false;
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value *= this.powerMultiplier;
}
}
export class MoveTypePowerBoostAbAttr extends MovePowerBoostAbAttr {
- constructor(boostedType: Type, powerMultiplier?: number) {
- super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5);
+ constructor(boostedType: PokemonType, powerMultiplier?: number) {
+ super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5, false);
}
}
export class LowHpMoveTypePowerBoostAbAttr extends MoveTypePowerBoostAbAttr {
- constructor(boostedType: Type) {
+ constructor(boostedType: PokemonType) {
super(boostedType);
}
@@ -1461,22 +1579,18 @@ export class VariableMovePowerBoostAbAttr extends VariableMovePowerAbAttr {
* @param mult A function which takes the user, target, and move, and returns the power multiplier. 1 means no multiplier.
* @param {boolean} showAbility Whether to show the ability when it activates.
*/
- constructor(mult: (user: Pokemon, target: Pokemon, move: Move) => number, showAbility: boolean = true) {
+ constructor(mult: (user: Pokemon, target: Pokemon, move: Move) => number, showAbility = true) {
super(showAbility);
this.mult = mult;
}
- /**
- * @override
- */
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move, args: any[]): boolean {
- const multiplier = this.mult(pokemon, defender, move);
- if (multiplier !== 1) {
- (args[0] as Utils.NumberHolder).value *= multiplier;
- return true;
- }
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
+ return this.mult(pokemon, defender, move) !== 1;
+ }
- return false;
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ const multiplier = this.mult(pokemon, defender, move);
+ (args[0] as Utils.NumberHolder).value *= multiplier;
}
}
@@ -1485,6 +1599,7 @@ export class VariableMovePowerBoostAbAttr extends VariableMovePowerAbAttr {
* @extends AbAttr
*/
export class FieldMovePowerBoostAbAttr extends AbAttr {
+ // TODO: Refactor this class? It extends from base AbAttr but has preAttack methods and gets called directly instead of going through applyAbAttrsInternal
private condition: PokemonAttackCondition;
private powerMultiplier: number;
@@ -1498,14 +1613,14 @@ export class FieldMovePowerBoostAbAttr extends AbAttr {
this.powerMultiplier = powerMultiplier;
}
- applyPreAttack(pokemon: Pokemon | null, passive: boolean | null, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ canApplyPreAttack(pokemon: Pokemon | null, passive: boolean | null, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ return true; // logic for this attr is handled in move.ts instead of normally
+ }
+
+ applyPreAttack(pokemon: Pokemon | null, passive: boolean | null, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): void {
if (this.condition(pokemon, defender, move)) {
(args[0] as Utils.NumberHolder).value *= this.powerMultiplier;
-
- return true;
}
-
- return false;
}
}
@@ -1518,7 +1633,7 @@ export class PreAttackFieldMoveTypePowerBoostAbAttr extends FieldMovePowerBoostA
* @param boostedType - The type of move that will receive the power boost.
* @param powerMultiplier - The multiplier to apply to the move's power, defaults to 1.5 if not provided.
*/
- constructor(boostedType: Type, powerMultiplier?: number) {
+ constructor(boostedType: PokemonType, powerMultiplier?: number) {
super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5);
}
}
@@ -1562,14 +1677,25 @@ export class StatMultiplierAbAttr extends AbAttr {
this.condition = condition ?? null;
}
- applyStatStage(pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, statValue: Utils.NumberHolder, args: any[]): boolean | Promise {
+ canApplyStatStage(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ statValue: Utils.NumberHolder,
+ args: any[]): boolean {
const move = (args[0] as Move);
- if (stat === this.stat && (!this.condition || this.condition(pokemon, null, move))) {
- statValue.value *= this.multiplier;
- return true;
- }
+ return stat === this.stat && (!this.condition || this.condition(pokemon, null, move));
+ }
- return false;
+ applyStatStage(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ statValue: Utils.NumberHolder,
+ args: any[]): void {
+ statValue.value *= this.multiplier;
}
}
@@ -1577,32 +1703,93 @@ export class PostAttackAbAttr extends AbAttr {
private attackCondition: PokemonAttackCondition;
/** The default attackCondition requires that the selected move is a damaging move */
- constructor(attackCondition: PokemonAttackCondition = (user, target, move) => (move.category !== MoveCategory.STATUS), showAbility: boolean = true) {
+ constructor(attackCondition: PokemonAttackCondition = (user, target, move) => (move.category !== MoveCategory.STATUS), showAbility = true) {
super(showAbility);
this.attackCondition = attackCondition;
}
/**
- * Please override {@link applyPostAttackAfterMoveTypeCheck} instead of this method. By default, this method checks that the move used is a damaging attack before
+ * By default, this method checks that the move used is a damaging attack before
* applying the effect of any inherited class. This can be changed by providing a different {@link attackCondition} to the constructor. See {@link ConfusionOnStatusEffectAbAttr}
* for an example of an effect that does not require a damaging move.
*/
- applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
+ canApplyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): boolean {
// When attackRequired is true, we require the move to be an attack move and to deal damage before checking secondary requirements.
// If attackRequired is false, we always defer to the secondary requirements.
- if (this.attackCondition(pokemon, defender, move)) {
- return this.applyPostAttackAfterMoveTypeCheck(pokemon, passive, simulated, defender, move, hitResult, args);
- } else {
- return false;
- }
+ return this.attackCondition(pokemon, defender, move);
+ }
+
+ 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;
}
/**
- * This method is only called after {@link applyPostAttack} has already been applied. Use this for handling checks specific to the ability in question.
+ * Multiply a Pokemon's Stat due to an Ally's ability.
+ * @param _pokemon - The ally {@linkcode Pokemon} with the ability (unused)
+ * @param passive - unused
+ * @param _simulated - Whether the ability is being simulated (unused)
+ * @param _stat - The type of the checked {@linkcode Stat} (unused)
+ * @param statValue - {@linkcode Utils.NumberHolder} containing the value of the checked stat
+ * @param _checkedPokemon - The {@linkcode Pokemon} this ability is targeting (unused)
+ * @param _ignoreAbility - Whether the ability should be ignored if possible
+ * @param _args - unused
+ * @returns `true` if this changed the checked stat, `false` otherwise.
*/
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
- return false;
+ applyAllyStat(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _stat: BattleStat, statValue: Utils.NumberHolder, _checkedPokemon: Pokemon, _ignoreAbility: boolean, _args: any[]) {
+ statValue.value *= this.multiplier;
+ }
+
+ /**
+ * Check if this ability can apply to the checked stat.
+ * @param pokemon - The ally {@linkcode Pokemon} with the ability (unused)
+ * @param passive - unused
+ * @param simulated - Whether the ability is being simulated (unused)
+ * @param stat - The type of the checked {@linkcode Stat}
+ * @param statValue - {@linkcode Utils.NumberHolder} containing the value of the checked stat
+ * @param checkedPokemon - The {@linkcode Pokemon} this ability is targeting (unused)
+ * @param ignoreAbility - Whether the ability should be ignored if possible
+ * @param args - unused
+ * @returns `true` if this can apply to the checked stat, `false` otherwise.
+ */
+ canApplyAllyStat(pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, ignoreAbility: boolean, args: any[]): boolean {
+ return stat === this.stat && !(ignoreAbility && this.ignorable);
}
}
@@ -1615,6 +1802,18 @@ export class GorillaTacticsAbAttr extends PostAttackAbAttr {
super((user, target, move) => true, false);
}
+ override canApplyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): boolean {
+ return super.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args)
+ && simulated || !pokemon.getTag(BattlerTagType.GORILLA_TACTICS);
+ }
+
/**
*
* @param {Pokemon} pokemon the {@linkcode Pokemon} with this ability
@@ -1624,24 +1823,24 @@ export class GorillaTacticsAbAttr extends PostAttackAbAttr {
* @param move n/a
* @param hitResult n/a
* @param args n/a
- * @returns `true` if the ability is applied
*/
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
- if (simulated) {
- return simulated;
+ override applyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(BattlerTagType.GORILLA_TACTICS);
}
-
- if (pokemon.getTag(BattlerTagType.GORILLA_TACTICS)) {
- return false;
- }
-
- pokemon.addTag(BattlerTagType.GORILLA_TACTICS);
- return true;
}
}
export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr {
private stealCondition: PokemonAttackCondition | null;
+ private stolenItem?: PokemonHeldItemModifier;
constructor(stealCondition?: PokemonAttackCondition) {
super();
@@ -1649,23 +1848,56 @@ export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr {
this.stealCondition = stealCondition ?? null;
}
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult, args: any[]): Promise {
- return new Promise(resolve => {
- if (!simulated && hitResult < HitResult.NO_EFFECT && (!this.stealCondition || this.stealCondition(pokemon, defender, move))) {
- const heldItems = this.getTargetHeldItems(defender).filter(i => i.isTransferable);
- if (heldItems.length) {
- const stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
- globalScene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- globalScene.queueMessage(i18next.t("abilityTriggers:postAttackStealHeldItem", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), defenderName: defender.name, stolenItemType: stolenItem.type.name }));
- }
- resolve(success);
- });
- return;
+ override canApplyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ args: any[]): boolean {
+ if (
+ super.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args) &&
+ !simulated &&
+ hitResult < HitResult.NO_EFFECT &&
+ (!this.stealCondition || this.stealCondition(pokemon, defender, move))
+ ) {
+ const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable);
+ if (heldItems.length) {
+ // Ensure that the stolen item in testing is the same as when the effect is applied
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ if (globalScene.canTransferHeldItemModifier(this.stolenItem, pokemon)) {
+ return true;
}
}
- resolve(simulated);
- });
+ }
+ this.stolenItem = undefined;
+ return false;
+ }
+
+ override applyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ args: any[],
+ ): void {
+ const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable);
+ if (!this.stolenItem) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ }
+ if (globalScene.tryTransferHeldItemModifier(this.stolenItem, pokemon, false)) {
+ globalScene.queueMessage(
+ i18next.t("abilityTriggers:postAttackStealHeldItem", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ defenderName: defender.name,
+ stolenItemType: this.stolenItem.type.name,
+ }),
+ );
+ }
+ this.stolenItem = undefined;
}
getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] {
@@ -1687,18 +1919,23 @@ export class PostAttackApplyStatusEffectAbAttr extends PostAttackAbAttr {
this.effects = effects;
}
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
- if (pokemon !== attacker && move.hitsSubstitute(attacker, pokemon)) {
- return false;
- }
-
- /**Status inflicted by abilities post attacking are also considered additional effects.*/
- if (!attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && !simulated && pokemon !== attacker && (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) && pokemon.randSeedInt(100) < this.chance && !pokemon.status) {
+ override canApplyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ if (
+ super.canApplyPostAttack(pokemon, passive, simulated, attacker, move, hitResult, args)
+ && !(pokemon !== attacker && move.hitsSubstitute(attacker, pokemon))
+ && (simulated || !attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && pokemon !== attacker
+ && (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) && pokemon.randSeedInt(100) < this.chance && !pokemon.status)
+ ) {
const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
- return attacker.trySetStatus(effect, true, pokemon);
+ return simulated || attacker.canSetStatus(effect, true, false, pokemon);
}
- return simulated;
+ return false;
+ }
+
+ applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
+ const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
+ attacker.trySetStatus(effect, true, pokemon);
}
}
@@ -1715,26 +1952,32 @@ export class PostAttackApplyBattlerTagAbAttr extends PostAttackAbAttr {
constructor(contactRequired: boolean, chance: (user: Pokemon, target: Pokemon, move: Move) => number, ...effects: BattlerTagType[]) {
- super();
+ super(undefined, false);
this.contactRequired = contactRequired;
this.chance = chance;
this.effects = effects;
}
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ override canApplyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
/**Battler tags inflicted by abilities post attacking are also considered additional effects.*/
- if (!attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && pokemon !== attacker && (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) && pokemon.randSeedInt(100) < this.chance(attacker, pokemon, move) && !pokemon.status) {
- const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
- return simulated || attacker.addTag(effect);
- }
+ return super.canApplyPostAttack(pokemon, passive, simulated, attacker, move, hitResult, args) &&
+ !attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && pokemon !== attacker &&
+ (!this.contactRequired || move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) &&
+ pokemon.randSeedInt(100) < this.chance(attacker, pokemon, move) && !pokemon.status;
+ }
- return false;
+ override applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
+ if (!simulated) {
+ const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
+ attacker.addTag(effect);
+ }
}
}
export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr {
private condition?: PokemonDefendCondition;
+ private stolenItem?: PokemonHeldItemModifier;
constructor(condition?: PokemonDefendCondition) {
super();
@@ -1742,23 +1985,48 @@ export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr {
this.condition = condition;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): Promise {
- return new Promise(resolve => {
- if (!simulated && hitResult < HitResult.NO_EFFECT && (!this.condition || this.condition(pokemon, attacker, move)) && !move.hitsSubstitute(attacker, pokemon)) {
- const heldItems = this.getTargetHeldItems(attacker).filter(i => i.isTransferable);
- if (heldItems.length) {
- const stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
- globalScene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- globalScene.queueMessage(i18next.t("abilityTriggers:postDefendStealHeldItem", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), attackerName: attacker.name, stolenItemType: stolenItem.type.name }));
- }
- resolve(success);
- });
- return;
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ if (
+ !simulated &&
+ hitResult < HitResult.NO_EFFECT &&
+ (!this.condition || this.condition(pokemon, attacker, move)) &&
+ !move.hitsSubstitute(attacker, pokemon)
+ ) {
+ const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable);
+ if (heldItems.length) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ if (globalScene.canTransferHeldItemModifier(this.stolenItem, pokemon)) {
+ return true;
}
}
- resolve(simulated);
- });
+ }
+ return false;
+ }
+
+ override applyPostDefend(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ _args: any[],
+ ): void {
+
+ const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable);
+ if (!this.stolenItem) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ }
+ if (globalScene.tryTransferHeldItemModifier(this.stolenItem, pokemon, false)) {
+ globalScene.queueMessage(
+ i18next.t("abilityTriggers:postDefendStealHeldItem", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ attackerName: attacker.name,
+ stolenItemType: this.stolenItem.type.name,
+ }),
+ );
+ }
+ this.stolenItem = undefined;
}
getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] {
@@ -1772,6 +2040,16 @@ export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr {
* @see {@linkcode applyPostSetStatus()}.
*/
export class PostSetStatusAbAttr extends AbAttr {
+ canApplyPostSetStatus(
+ pokemon: Pokemon,
+ sourcePokemon: Pokemon | null = null,
+ passive: boolean,
+ effect: StatusEffect,
+ simulated: boolean,
+ rgs: any[]): boolean {
+ return true;
+ }
+
/**
* Does nothing after a status condition is set.
* @param pokemon {@linkcode Pokemon} that status condition was set on.
@@ -1779,11 +2057,15 @@ export class PostSetStatusAbAttr extends AbAttr {
* @param passive Whether this ability is a passive.
* @param effect {@linkcode StatusEffect} that was set.
* @param args Set of unique arguments needed by this attribute.
- * @returns `true` if application of the ability succeeds.
*/
- applyPostSetStatus(pokemon: Pokemon, sourcePokemon: Pokemon | null = null, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]) : boolean | Promise {
- return false;
- }
+ applyPostSetStatus(
+ pokemon: Pokemon,
+ sourcePokemon: Pokemon | null = null,
+ passive: boolean,
+ effect: StatusEffect,
+ simulated: boolean,
+ args: any[],
+ ): void {}
}
/**
@@ -1792,17 +2074,7 @@ export class PostSetStatusAbAttr extends AbAttr {
* ability attribute. For Synchronize ability.
*/
export class SynchronizeStatusAbAttr extends PostSetStatusAbAttr {
- /**
- * If the `StatusEffect` that was set is Burn, Paralysis, Poison, or Toxic, and the status
- * was set by a source Pokemon, set the source Pokemon's status to the same `StatusEffect`.
- * @param pokemon {@linkcode Pokemon} that status condition was set on.
- * @param sourcePokemon {@linkcode Pokemon} that that set the status condition. Is null if status was not set by a Pokemon.
- * @param passive Whether this ability is a passive.
- * @param effect {@linkcode StatusEffect} that was set.
- * @param args Set of unique arguments needed by this attribute.
- * @returns `true` if application of the ability succeeds.
- */
- override applyPostSetStatus(pokemon: Pokemon, sourcePokemon: Pokemon | null = null, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]): boolean {
+ override canApplyPostSetStatus(pokemon: Pokemon, sourcePokemon: (Pokemon | null) | undefined, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]): boolean {
/** Synchronizable statuses */
const syncStatuses = new Set([
StatusEffect.BURN,
@@ -1811,21 +2083,32 @@ export class SynchronizeStatusAbAttr extends PostSetStatusAbAttr {
StatusEffect.TOXIC
]);
- if (sourcePokemon && syncStatuses.has(effect)) {
- if (!simulated) {
- sourcePokemon.trySetStatus(effect, true, pokemon);
- }
- return true;
- }
+ // synchronize does not need to check canSetStatus because the ability shows even if it fails to set the status
+ return ((sourcePokemon ?? false) && syncStatuses.has(effect));
+ }
- return false;
+ /**
+ * If the `StatusEffect` that was set is Burn, Paralysis, Poison, or Toxic, and the status
+ * was set by a source Pokemon, set the source Pokemon's status to the same `StatusEffect`.
+ * @param pokemon {@linkcode Pokemon} that status condition was set on.
+ * @param sourcePokemon {@linkcode Pokemon} that that set the status condition. Is null if status was not set by a Pokemon.
+ * @param passive Whether this ability is a passive.
+ * @param effect {@linkcode StatusEffect} that was set.
+ * @param args Set of unique arguments needed by this attribute.
+ */
+ override applyPostSetStatus(pokemon: Pokemon, sourcePokemon: Pokemon | null = null, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]): void {
+ if (!simulated && sourcePokemon) {
+ sourcePokemon.trySetStatus(effect, true, pokemon);
+ }
}
}
export class PostVictoryAbAttr extends AbAttr {
- applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
class PostVictoryStatStageChangeAbAttr extends PostVictoryAbAttr {
@@ -1839,14 +2122,11 @@ class PostVictoryStatStageChangeAbAttr extends PostVictoryAbAttr {
this.stages = stages;
}
- applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const stat = typeof this.stat === "function"
- ? this.stat(pokemon)
- : this.stat;
+ override applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const stat = typeof this.stat === "function" ? this.stat(pokemon) : this.stat;
if (!simulated) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ stat ], this.stages));
}
- return true;
}
}
@@ -1859,23 +2139,24 @@ export class PostVictoryFormChangeAbAttr extends PostVictoryAbAttr {
this.formFunc = formFunc;
}
- applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
+ override canApplyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
- return true;
- }
+ return formIndex !== pokemon.formIndex;
+ }
- return false;
+ override applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
}
}
export class PostKnockOutAbAttr extends AbAttr {
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise {
- return false;
+ canApplyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean {
+ return true;
}
+
+ applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): void {}
}
export class PostKnockOutStatStageChangeAbAttr extends PostKnockOutAbAttr {
@@ -1889,14 +2170,11 @@ export class PostKnockOutStatStageChangeAbAttr extends PostKnockOutAbAttr {
this.stages = stages;
}
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise {
- const stat = typeof this.stat === "function"
- ? this.stat(pokemon)
- : this.stat;
+ override applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): void {
+ const stat = typeof this.stat === "function" ? this.stat(pokemon) : this.stat;
if (!simulated) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ stat ], this.stages));
}
- return true;
}
}
@@ -1905,16 +2183,15 @@ export class CopyFaintedAllyAbilityAbAttr extends PostKnockOutAbAttr {
super();
}
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise {
- if (pokemon.isPlayer() === knockedOut.isPlayer() && !knockedOut.getAbility().hasAttr(UncopiableAbilityAbAttr)) {
- if (!simulated) {
- pokemon.summonData.ability = knockedOut.getAbility().id;
- globalScene.queueMessage(i18next.t("abilityTriggers:copyFaintedAllyAbility", { pokemonNameWithAffix: getPokemonNameWithAffix(knockedOut), abilityName: allAbilities[knockedOut.getAbility().id].name }));
- }
- return true;
- }
+ override canApplyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean {
+ return pokemon.isPlayer() === knockedOut.isPlayer() && knockedOut.getAbility().isCopiable;
+ }
- return false;
+ override applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): void {
+ if (!simulated) {
+ pokemon.setTempAbility(knockedOut.getAbility());
+ globalScene.queueMessage(i18next.t("abilityTriggers:copyFaintedAllyAbility", { pokemonNameWithAffix: getPokemonNameWithAffix(knockedOut), abilityName: allAbilities[knockedOut.getAbility().id].name }));
+ }
}
}
@@ -1931,6 +2208,10 @@ export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
this.stats = stats ?? BATTLE_STATS;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.stats.includes(args[0]);
+ }
+
/**
* Modifies a BooleanHolder and returns the result to see if a stat is ignored or not
* @param _pokemon n/a
@@ -1938,14 +2219,9 @@ export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
* @param simulated n/a
* @param _cancelled n/a
* @param args A BooleanHolder that represents whether or not to ignore a stat's stat changes
- * @returns true if the stat is ignored, false otherwise
*/
- apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]) {
- if (this.stats.includes(args[0])) {
- (args[1] as Utils.BooleanHolder).value = true;
- return true;
- }
- return false;
+ override apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[1] as Utils.BooleanHolder).value = true;
}
}
@@ -1954,9 +2230,8 @@ export class IntimidateImmunityAbAttr extends AbAttr {
super(false);
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
cancelled.value = true;
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -1979,12 +2254,11 @@ export class PostIntimidateStatStageChangeAbAttr extends AbAttr {
this.overwrites = !!overwrites;
}
- apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
if (!simulated) {
globalScene.pushPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, this.stages));
}
cancelled.value = this.overwrites;
- return true;
}
}
@@ -1993,16 +2267,32 @@ export class PostIntimidateStatStageChangeAbAttr extends AbAttr {
* @see {@linkcode applyPostSummon()}
*/
export class PostSummonAbAttr extends AbAttr {
+ /** Should the ability activate when gained in battle? This will almost always be true */
+ private activateOnGain: boolean;
+
+ constructor(showAbility = true, activateOnGain = true) {
+ super(showAbility);
+ this.activateOnGain = activateOnGain;
+ }
+
+ /**
+ * @returns Whether the ability should activate when gained in battle
+ */
+ shouldActivateOnGain(): boolean {
+ return this.activateOnGain;
+ }
+
+ canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
+ }
+
/**
* Applies ability post summon (after switching in)
* @param pokemon {@linkcode Pokemon} with this ability
* @param passive Whether this ability is a passive
* @param args Set of unique arguments needed by this attribute
- * @returns true if application of the ability succeeds
*/
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
- }
+ applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
/**
@@ -2020,13 +2310,43 @@ export class PostSummonRemoveArenaTagAbAttr extends PostSummonAbAttr {
this.arenaTags = arenaTags;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.tags.some(tag => this.arenaTags.includes(tag.tagType));
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
for (const arenaTag of this.arenaTags) {
globalScene.arena.removeTag(arenaTag);
}
}
- return true;
+ }
+}
+
+/**
+ * Generic class to add an arena tag upon switching in
+ */
+export class PostSummonAddArenaTagAbAttr extends PostSummonAbAttr {
+ private readonly tagType: ArenaTagType;
+ private readonly turnCount: number;
+ private readonly side?: ArenaTagSide;
+ private readonly quiet?: boolean;
+ private sourceId: number;
+
+
+ constructor(showAbility: boolean, tagType: ArenaTagType, turnCount: number, side?: ArenaTagSide, quiet?: boolean) {
+ super(showAbility);
+ this.tagType = tagType;
+ this.turnCount = turnCount;
+ this.side = side;
+ this.quiet = quiet;
+ }
+
+ public override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ this.sourceId = pokemon.id;
+ if (!simulated) {
+ globalScene.arena.addTag(this.tagType, this.turnCount, undefined, this.sourceId, this.side, this.quiet);
+ }
}
}
@@ -2039,12 +2359,10 @@ export class PostSummonMessageAbAttr extends PostSummonAbAttr {
this.messageFunc = messageFunc;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
globalScene.queueMessage(this.messageFunc(pokemon));
}
-
- return true;
}
}
@@ -2058,12 +2376,10 @@ export class PostSummonUnnamedMessageAbAttr extends PostSummonAbAttr {
this.message = message;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
globalScene.queueMessage(this.message);
}
-
- return true;
}
}
@@ -2078,11 +2394,13 @@ export class PostSummonAddBattlerTagAbAttr extends PostSummonAbAttr {
this.turnCount = turnCount;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return pokemon.canAddTag(this.tagType);
- } else {
- return pokemon.addTag(this.tagType, this.turnCount);
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return pokemon.canAddTag(this.tagType);
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(this.tagType, this.turnCount);
}
}
}
@@ -2094,7 +2412,7 @@ export class PostSummonStatStageChangeAbAttr extends PostSummonAbAttr {
private intimidate: boolean;
constructor(stats: BattleStat[], stages: number, selfTarget?: boolean, intimidate?: boolean) {
- super(false);
+ super(true);
this.stats = stats;
this.stages = stages;
@@ -2102,33 +2420,31 @@ export class PostSummonStatStageChangeAbAttr extends PostSummonAbAttr {
this.intimidate = !!intimidate;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (simulated) {
- return true;
+ return;
}
- queueShowAbility(pokemon, passive); // TODO: Better solution than manually showing the ability here
if (this.selfTarget) {
// we unshift the StatStageChangePhase to put it right after the showAbility and not at the end of the
// phase list (which could be after CommandPhase for example)
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages));
- return true;
- }
- for (const opponent of pokemon.getOpponents()) {
- const cancelled = new Utils.BooleanHolder(false);
- if (this.intimidate) {
- applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated);
- applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated);
+ } else {
+ for (const opponent of pokemon.getOpponents()) {
+ const cancelled = new Utils.BooleanHolder(false);
+ if (this.intimidate) {
+ applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated);
+ applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated);
- if (opponent.getTag(BattlerTagType.SUBSTITUTE)) {
- cancelled.value = true;
+ if (opponent.getTag(BattlerTagType.SUBSTITUTE)) {
+ cancelled.value = true;
+ }
+ }
+ if (!cancelled.value) {
+ globalScene.unshiftPhase(new StatStageChangePhase(opponent.getBattlerIndex(), false, this.stats, this.stages));
}
}
- if (!cancelled.value) {
- globalScene.unshiftPhase(new StatStageChangePhase(opponent.getBattlerIndex(), false, this.stats, this.stages));
- }
}
- return true;
}
}
@@ -2136,25 +2452,23 @@ export class PostSummonAllyHealAbAttr extends PostSummonAbAttr {
private healRatio: number;
private showAnim: boolean;
- constructor(healRatio: number, showAnim: boolean = false) {
+ constructor(healRatio: number, showAnim = false) {
super();
this.healRatio = healRatio || 4;
this.showAnim = showAnim;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return pokemon.getAlly()?.isActive(true);
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
const target = pokemon.getAlly();
- if (target?.isActive(true)) {
- if (!simulated) {
- globalScene.unshiftPhase(new PokemonHealPhase(target.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim));
- }
-
- return true;
+ if (!simulated) {
+ globalScene.unshiftPhase(new PokemonHealPhase(target.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim));
}
-
- return false;
}
}
@@ -2171,21 +2485,19 @@ export class PostSummonClearAllyStatStagesAbAttr extends PostSummonAbAttr {
super();
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const target = pokemon.getAlly();
- if (target?.isActive(true)) {
- if (!simulated) {
- for (const s of BATTLE_STATS) {
- target.setStatStage(s, 0);
- }
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return pokemon.getAlly()?.isActive(true);
+ }
- globalScene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) }));
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const target = pokemon.getAlly();
+ if (!simulated) {
+ for (const s of BATTLE_STATS) {
+ target.setStatStage(s, 0);
}
- return true;
+ globalScene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) }));
}
-
- return false;
}
}
@@ -2202,15 +2514,7 @@ export class DownloadAbAttr extends PostSummonAbAttr {
private enemyCountTally: number;
private stats: BattleStat[];
- /**
- * Checks to see if it is the opening turn (starting a new game), if so, Download won't work. This is because Download takes into account
- * vitamins and items, so it needs to use the Stat and the stat alone.
- * @param {Pokemon} pokemon Pokemon that is using the move, as well as seeing the opposing pokemon.
- * @param {boolean} passive N/A
- * @param {any[]} args N/A
- * @returns Returns true if ability is used successful, false if not.
- */
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
this.enemyDef = 0;
this.enemySpDef = 0;
this.enemyCountTally = 0;
@@ -2222,21 +2526,26 @@ export class DownloadAbAttr extends PostSummonAbAttr {
}
this.enemyDef = Math.round(this.enemyDef / this.enemyCountTally);
this.enemySpDef = Math.round(this.enemySpDef / this.enemyCountTally);
+ return this.enemyDef > 0 && this.enemySpDef > 0;
+ }
+ /**
+ * Checks to see if it is the opening turn (starting a new game), if so, Download won't work. This is because Download takes into account
+ * vitamins and items, so it needs to use the Stat and the stat alone.
+ * @param {Pokemon} pokemon Pokemon that is using the move, as well as seeing the opposing pokemon.
+ * @param {boolean} passive N/A
+ * @param {any[]} args N/A
+ */
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (this.enemyDef < this.enemySpDef) {
this.stats = [ Stat.ATK ];
} else {
this.stats = [ Stat.SPATK ];
}
- if (this.enemyDef > 0 && this.enemySpDef > 0) { // only activate if there's actually an enemy to download from
- if (!simulated) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1));
- }
- return true;
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1));
}
-
- return false;
}
}
@@ -2249,18 +2558,17 @@ export class PostSummonWeatherChangeAbAttr extends PostSummonAbAttr {
this.weatherType = weatherType;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if ((this.weatherType === WeatherType.HEAVY_RAIN ||
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const weatherReplaceable = (this.weatherType === WeatherType.HEAVY_RAIN ||
this.weatherType === WeatherType.HARSH_SUN ||
- this.weatherType === WeatherType.STRONG_WINDS) || !globalScene.arena.weather?.isImmutable()) {
- if (simulated) {
- return globalScene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return globalScene.arena.trySetWeather(this.weatherType, true);
- }
- }
+ this.weatherType === WeatherType.STRONG_WINDS) || !globalScene.arena.weather?.isImmutable();
+ return weatherReplaceable && globalScene.arena.canSetWeather(this.weatherType);
+ }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, pokemon);
+ }
}
}
@@ -2273,11 +2581,13 @@ export class PostSummonTerrainChangeAbAttr extends PostSummonAbAttr {
this.terrainType = terrainType;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return globalScene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return globalScene.arena.trySetTerrain(this.terrainType, true);
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.canSetTerrain(this.terrainType);
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, false, pokemon);
}
}
}
@@ -2291,13 +2601,14 @@ export class PostSummonFormChangeAbAttr extends PostSummonAbAttr {
this.formFunc = formFunc;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- return simulated || globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.formFunc(pokemon) !== pokemon.formIndex;
+ }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
}
}
@@ -2306,7 +2617,7 @@ export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr {
private target: Pokemon;
private targetAbilityName: string;
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const targets = pokemon.getOpponents();
if (!targets.length) {
return false;
@@ -2320,22 +2631,24 @@ export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr {
}
if (
- target!.getAbility().hasAttr(UncopiableAbilityAbAttr) &&
+ !target!.getAbility().isCopiable &&
// Wonder Guard is normally uncopiable so has the attribute, but Trace specifically can copy it
!(pokemon.hasAbility(Abilities.TRACE) && target!.getAbility().id === Abilities.WONDER_GUARD)
) {
return false;
}
+ this.target = target!;
+ this.targetAbilityName = allAbilities[target!.getAbility().id].name;
+ return true;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
- this.target = target!;
- this.targetAbilityName = allAbilities[target!.getAbility().id].name;
- pokemon.summonData.ability = target!.getAbility().id;
- setAbilityRevealed(target!);
+ pokemon.setTempAbility(this.target!.getAbility());
+ setAbilityRevealed(this.target!);
pokemon.updateInfo();
}
-
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -2362,22 +2675,22 @@ export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAtt
this.statusEffect = statusEffect;
}
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const party = pokemon instanceof PlayerPokemon ? globalScene.getPlayerField() : globalScene.getEnemyField();
+ return party.filter(p => p.isAllowedInBattle()).length > 0;
+ }
+
/**
* Removes supplied status effect from the user's field when user of the ability is summoned.
*
* @param pokemon - The Pokémon that triggered the ability.
* @param passive - n/a
* @param args - n/a
- * @returns A boolean or a promise that resolves to a boolean indicating the result of the ability application.
*/
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
const party = pokemon instanceof PlayerPokemon ? globalScene.getPlayerField() : globalScene.getEnemyField();
const allowedParty = party.filter(p => p.isAllowedInBattle());
- if (allowedParty.length < 1) {
- return false;
- }
-
if (!simulated) {
for (const pokemon of allowedParty) {
if (pokemon.status && this.statusEffect.includes(pokemon.status.effect)) {
@@ -2387,14 +2700,13 @@ export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAtt
}
}
}
- return true;
}
}
/** Attempt to copy the stat changes on an ally pokemon */
export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
if (!globalScene.currentBattle.double) {
return false;
}
@@ -2404,14 +2716,17 @@ export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
return false;
}
+ return true;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const ally = pokemon.getAlly();
if (!simulated) {
for (const s of BATTLE_STATS) {
pokemon.setStatStage(s, ally.getStatStage(s));
}
pokemon.updateInfo();
}
-
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -2427,16 +2742,10 @@ export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
*/
export class PostSummonTransformAbAttr extends PostSummonAbAttr {
constructor() {
- super(true);
+ super(true, false);
}
- async applyPostSummon(pokemon: Pokemon, _passive: boolean, simulated: boolean, _args: any[]): Promise {
- const targets = pokemon.getOpponents();
- if (simulated || !targets.length) {
- return simulated;
- }
- const promises: Promise[] = [];
-
+ private getTarget(targets: Pokemon[]): Pokemon {
let target: Pokemon;
if (targets.length > 1) {
globalScene.executeWithSeedOffset(() => {
@@ -2456,48 +2765,29 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr {
}
target = target!;
+ return target;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const targets = pokemon.getOpponents();
+ if (simulated || !targets.length) {
+ return simulated;
+ }
+
// transforming from or into fusion pokemon causes various problems (including crashes and save corruption)
- if (target.fusionSpecies || pokemon.fusionSpecies) {
+ if (this.getTarget(targets).fusionSpecies || pokemon.fusionSpecies) {
return false;
}
- pokemon.summonData.speciesForm = target.getSpeciesForm();
- pokemon.summonData.ability = target.getAbility().id;
- pokemon.summonData.gender = target.getGender();
-
- // Copy all stats (except HP)
- for (const s of EFFECTIVE_STATS) {
- pokemon.setStat(s, target.getStat(s, false), false);
- }
-
- // Copy all stat stages
- for (const s of BATTLE_STATS) {
- pokemon.setStatStage(s, target.getStatStage(s));
- }
-
- pokemon.summonData.moveset = target.getMoveset().map((m) => {
- if (m) {
- // If PP value is less than 5, do nothing. If greater, we need to reduce the value to 5.
- return new PokemonMove(m.moveId, 0, 0, false, Math.min(m.getMove().pp, 5));
- } else {
- console.warn(`Imposter: somehow iterating over a ${m} value when copying moveset!`);
- return new PokemonMove(Moves.NONE);
- }
- });
- pokemon.summonData.types = target.getTypes();
- promises.push(pokemon.updateInfo());
-
- globalScene.queueMessage(i18next.t("abilityTriggers:postSummonTransform", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), targetName: target.name, }));
- globalScene.playSound("battle_anims/PRSFX- Transform");
- promises.push(pokemon.loadAssets(false).then(() => {
- pokemon.playAnim();
- pokemon.updateInfo();
- }));
-
- await Promise.all(promises);
-
return true;
}
+
+ override applyPostSummon(pokemon: Pokemon, _passive: boolean, simulated: boolean, _args: any[]): void {
+ const target = this.getTarget(pokemon.getOpponents());
+
+ globalScene.unshiftPhase(new PokemonTransformPhase(pokemon.getBattlerIndex(), target.getBattlerIndex(), true));
+
+ }
}
/**
@@ -2506,25 +2796,20 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr {
* @extends PostSummonAbAttr
*/
export class PostSummonWeatherSuppressedFormChangeAbAttr extends PostSummonAbAttr {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return getPokemonWithWeatherBasedForms().length > 0;
+ }
+
/**
* Triggers {@linkcode Arena.triggerWeatherBasedFormChangesToNormal | triggerWeatherBasedFormChangesToNormal}
* @param {Pokemon} pokemon the Pokemon with this ability
* @param passive n/a
* @param args n/a
- * @returns whether a Pokemon was reverted to its normal form
*/
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]) {
- const pokemonToTransform = getPokemonWithWeatherBasedForms();
-
- if (pokemonToTransform.length < 1) {
- return false;
- }
-
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
globalScene.arena.triggerWeatherBasedFormChangesToNormal();
}
-
- return true;
}
}
@@ -2537,11 +2822,17 @@ export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr {
private ability: Abilities;
constructor(ability: Abilities) {
- super(false);
+ super(true);
this.ability = ability;
}
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
+ const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
+ return isCastformWithForecast || isCherrimWithFlowerGift;
+ }
+
/**
* Calls the {@linkcode BattleScene.triggerPokemonFormChange | triggerPokemonFormChange} for both
* {@linkcode SpeciesFormChange.SpeciesFormChangeWeatherTrigger | SpeciesFormChangeWeatherTrigger} and
@@ -2550,23 +2841,12 @@ export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr {
* @param {Pokemon} pokemon the Pokemon with this ability
* @param passive n/a
* @param args n/a
- * @returns whether the form change was triggered
*/
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
- const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
-
- if (isCastformWithForecast || isCherrimWithFlowerGift) {
- if (simulated) {
- return simulated;
- }
-
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeWeatherTrigger);
globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeRevertWeatherFormTrigger);
- queueShowAbility(pokemon, passive);
- return true;
}
- return false;
}
}
@@ -2581,49 +2861,115 @@ export class CommanderAbAttr extends AbAttr {
super(true);
}
- override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): boolean {
- // TODO: Should this work with X + Dondozo fusions?
- if (globalScene.currentBattle?.double && pokemon.getAlly()?.species.speciesId === Species.DONDOZO) {
- // If the ally Dondozo is fainted or was previously "commanded" by
- // another Pokemon, this effect cannot apply.
- if (pokemon.getAlly().isFainted() || pokemon.getAlly().getTag(BattlerTagType.COMMANDED)) {
- return false;
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ // If the ally Dondozo is fainted or was previously "commanded" by
+ // another Pokemon, this effect cannot apply.
- if (!simulated) {
- // Lapse the source's semi-invulnerable tags (to avoid visual inconsistencies)
- pokemon.lapseTags(BattlerTagLapseType.MOVE_EFFECT);
- // Play an animation of the source jumping into the ally Dondozo's mouth
- globalScene.triggerPokemonBattleAnim(pokemon, PokemonAnimType.COMMANDER_APPLY);
- // Apply boosts from this effect to the ally Dondozo
- pokemon.getAlly().addTag(BattlerTagType.COMMANDED, 0, Moves.NONE, pokemon.id);
- // Cancel the source Pokemon's next move (if a move is queued)
- globalScene.tryRemovePhase((phase) => phase instanceof MovePhase && phase.pokemon === pokemon);
- }
- return true;
+ // TODO: Should this work with X + Dondozo fusions?
+ return globalScene.currentBattle?.double && pokemon.getAlly()?.species.speciesId === Species.DONDOZO
+ && !(pokemon.getAlly().isFainted() || pokemon.getAlly().getTag(BattlerTagType.COMMANDED));
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): void {
+ if (!simulated) {
+ // Lapse the source's semi-invulnerable tags (to avoid visual inconsistencies)
+ pokemon.lapseTags(BattlerTagLapseType.MOVE_EFFECT);
+ // Play an animation of the source jumping into the ally Dondozo's mouth
+ globalScene.triggerPokemonBattleAnim(pokemon, PokemonAnimType.COMMANDER_APPLY);
+ // Apply boosts from this effect to the ally Dondozo
+ pokemon.getAlly().addTag(BattlerTagType.COMMANDED, 0, Moves.NONE, pokemon.id);
+ // Cancel the source Pokemon's next move (if a move is queued)
+ globalScene.tryRemovePhase((phase) => phase instanceof MovePhase && phase.pokemon === pokemon);
}
- return false;
}
}
export class PreSwitchOutAbAttr extends AbAttr {
- constructor() {
- super(true);
+ constructor(showAbility: boolean = true) {
+ super(showAbility);
}
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
export class PreSwitchOutResetStatusAbAttr extends PreSwitchOutAbAttr {
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (pokemon.status) {
- if (!simulated) {
- pokemon.resetStatus();
- pokemon.updateInfo();
- }
+ constructor() {
+ super(false);
+ }
+ override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !Utils.isNullOrUndefined(pokemon.status);
+ }
+
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ pokemon.resetStatus();
+ pokemon.updateInfo();
+ }
+ }
+}
+
+/**
+ * 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;
}
@@ -2631,20 +2977,17 @@ export class PreSwitchOutResetStatusAbAttr extends PreSwitchOutAbAttr {
}
}
-
export class PreSwitchOutHealAbAttr extends PreSwitchOutAbAttr {
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (!pokemon.isFullHp()) {
- if (!simulated) {
- const healAmount = Utils.toDmgValue(pokemon.getMaxHp() * 0.33);
- pokemon.heal(healAmount);
- pokemon.updateInfo();
- }
+ override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
- return true;
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ const healAmount = Utils.toDmgValue(pokemon.getMaxHp() * 0.33);
+ pokemon.heal(healAmount);
+ pokemon.updateInfo();
}
-
- return false;
}
}
@@ -2662,86 +3005,112 @@ export class PreSwitchOutFormChangeAbAttr extends PreSwitchOutAbAttr {
this.formFunc = formFunc;
}
+ override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.formFunc(pokemon) !== pokemon.formIndex;
+ }
+
/**
* On switch out, trigger the form change to the one defined in the ability
* @param pokemon The pokemon switching out and changing form {@linkcode Pokemon}
* @param passive N/A
* @param args N/A
- * @returns true if the form change was successful
*/
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
- return true;
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
}
-
- return false;
}
}
export class PreLeaveFieldAbAttr extends AbAttr {
- applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
/**
* Clears Desolate Land/Primordial Sea/Delta Stream upon the Pokemon switching out.
*/
export class PreLeaveFieldClearWeatherAbAttr extends PreLeaveFieldAbAttr {
- /**
- * @param pokemon The {@linkcode Pokemon} with the ability
- * @param passive N/A
- * @param args N/A
- * @returns Returns `true` if the weather clears, otherwise `false`.
- */
- applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const weatherType = globalScene.arena.weather?.weatherType;
- let turnOffWeather = false;
+ override canApplyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const weatherType = globalScene.arena.weather?.weatherType;
// Clear weather only if user's ability matches the weather and no other pokemon has the ability.
switch (weatherType) {
case (WeatherType.HARSH_SUN):
if (pokemon.hasAbility(Abilities.DESOLATE_LAND)
&& globalScene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DESOLATE_LAND)).length === 0) {
- turnOffWeather = true;
+ return true;
}
break;
case (WeatherType.HEAVY_RAIN):
if (pokemon.hasAbility(Abilities.PRIMORDIAL_SEA)
&& globalScene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.PRIMORDIAL_SEA)).length === 0) {
- turnOffWeather = true;
+ return true;
}
break;
case (WeatherType.STRONG_WINDS):
if (pokemon.hasAbility(Abilities.DELTA_STREAM)
&& globalScene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DELTA_STREAM)).length === 0) {
- turnOffWeather = true;
+ return true;
}
break;
}
-
- if (simulated) {
- return turnOffWeather;
- }
-
- if (turnOffWeather) {
- globalScene.arena.trySetWeather(WeatherType.NONE, false);
- return true;
- }
-
return false;
}
+
+ /**
+ * @param pokemon The {@linkcode Pokemon} with the ability
+ * @param passive N/A
+ * @param args N/A
+ */
+ override applyPreLeaveField(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(WeatherType.NONE);
+ }
+ }
+}
+
+/**
+ * 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 {
- applyPreStatStageChange(pokemon: Pokemon | null, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
+ canApplyPreStatStageChange(
+ pokemon: Pokemon | null,
+ passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ cancelled: Utils.BooleanHolder,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreStatStageChange(
+ pokemon: Pokemon | null,
+ passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
}
/**
@@ -2760,9 +3129,8 @@ export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr {
* @param stat the {@linkcode BattleStat} being affected
* @param cancelled The {@linkcode Utils.BooleanHolder} that will be set to true due to reflection
* @param args
- * @returns true because it reflects any stat being lowered
*/
- applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): void {
const attacker: Pokemon = args[0];
const stages = args[1];
this.reflectedStat = stat;
@@ -2770,7 +3138,6 @@ export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr {
globalScene.unshiftPhase(new StatStageChangePhase(attacker.getBattlerIndex(), false, [ stat ], stages, true, false, true, null, true));
}
cancelled.value = true;
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
@@ -2795,6 +3162,10 @@ export class ProtectStatAbAttr extends PreStatStageChangeAbAttr {
this.protectedStat = protectedStat;
}
+ override canApplyPreStatStageChange(pokemon: Pokemon | null, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ return Utils.isNullOrUndefined(this.protectedStat) || stat === this.protectedStat;
+ }
+
/**
* Apply the {@linkcode ProtectedStatAbAttr} to an interaction
* @param _pokemon
@@ -2803,15 +3174,9 @@ export class ProtectStatAbAttr extends PreStatStageChangeAbAttr {
* @param stat the {@linkcode BattleStat} being affected
* @param cancelled The {@linkcode Utils.BooleanHolder} that will be set to true if the stat is protected
* @param _args
- * @returns true if the stat is protected, false otherwise
*/
- applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, _args: any[]): boolean {
- if (Utils.isNullOrUndefined(this.protectedStat) || stat === this.protectedStat) {
- cancelled.value = true;
- return true;
- }
-
- return false;
+ override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, _args: any[]): void {
+ cancelled.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
@@ -2839,6 +3204,13 @@ export class ConfusionOnStatusEffectAbAttr extends PostAttackAbAttr {
super((user, target, move) => true);
this.effects = effects;
}
+
+ override canApplyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return super.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args)
+ && this.effects.indexOf(args[0]) > -1 && !defender.isFainted() && defender.canAddTag(BattlerTagType.CONFUSED);
+ }
+
+
/**
* Applies confusion to the target pokemon.
* @param pokemon {@link Pokemon} attacking
@@ -2847,31 +3219,41 @@ export class ConfusionOnStatusEffectAbAttr extends PostAttackAbAttr {
* @param move {@link Move} used to apply status effect and confusion
* @param hitResult N/A
* @param args [0] {@linkcode StatusEffect} applied by move
- * @returns true if defender is confused
*/
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
- if (this.effects.indexOf(args[0]) > -1 && !defender.isFainted()) {
- if (simulated) {
- return defender.canAddTag(BattlerTagType.CONFUSED);
- } else {
- return defender.addTag(BattlerTagType.CONFUSED, pokemon.randSeedIntRange(2, 5), move.id, defender.id);
- }
+ override applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
+ if (!simulated) {
+ defender.addTag(BattlerTagType.CONFUSED, pokemon.randSeedIntRange(2, 5), move.id, defender.id);
}
- return false;
}
}
export class PreSetStatusAbAttr extends AbAttr {
- applyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect | undefined, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
+ /** Return whether the ability attribute can be applied */
+ canApplyPreSetStatus(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ effect: StatusEffect | undefined,
+ cancelled: Utils.BooleanHolder,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreSetStatus(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ effect: StatusEffect | undefined,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
}
/**
* Provides immunity to status effects to specified targets.
*/
export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr {
- private immuneEffects: StatusEffect[];
+ protected immuneEffects: StatusEffect[];
/**
* @param immuneEffects - The status effects to which the Pokémon is immune.
@@ -2882,6 +3264,10 @@ export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr {
this.immuneEffects = immuneEffects;
}
+ override canApplyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ return effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect);
+ }
+
/**
* Applies immunity to supplied status effects.
*
@@ -2890,15 +3276,9 @@ export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr {
* @param effect - The status effect being applied.
* @param cancelled - A holder for a boolean value indicating if the status application was cancelled.
* @param args - n/a
- * @returns A boolean indicating the result of the status application.
*/
- applyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect)) {
- cancelled.value = true;
- return true;
- }
-
- return false;
+ override applyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -2927,35 +3307,135 @@ export class StatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr
*/
export class UserFieldStatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr { }
-export class PreApplyBattlerTagAbAttr extends AbAttr {
- applyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
+/**
+ * Conditionally provides immunity to status effects to the user's field.
+ *
+ * Used by {@linkcode Abilities.FLOWER_VEIL | Flower Veil}.
+ * @extends UserFieldStatusEffectImmunityAbAttr
+ *
+ */
+export class ConditionalUserFieldStatusEffectImmunityAbAttr extends UserFieldStatusEffectImmunityAbAttr {
+ /**
+ * The condition for the field immunity to be applied.
+ * @param target The target of the status effect
+ * @param source The source of the status effect
+ */
+ protected condition: (target: Pokemon, source: Pokemon | null) => boolean;
+
+ /**
+ * Evaluate the condition to determine if the {@linkcode ConditionalUserFieldStatusEffectImmunityAbAttr} can be applied.
+ * @param pokemon The pokemon with the ability
+ * @param passive unused
+ * @param simulated Whether the ability is being simulated
+ * @param effect The status effect being applied
+ * @param cancelled Holds whether the status effect was cancelled by a prior effect
+ * @param args `Args[0]` is the target of the status effect, `Args[1]` is the source.
+ * @returns Whether the ability can be applied to cancel the status effect.
+ */
+ override canApplyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: Utils.BooleanHolder, args: [Pokemon, Pokemon | null, ...any]): boolean {
+ return (!cancelled.value && effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect)) && this.condition(args[0], args[1]);
}
+
+ constructor(condition: (target: Pokemon, source: Pokemon | null) => boolean, ...immuneEffects: StatusEffect[]) {
+ super(...immuneEffects);
+
+ this.condition = condition;
+ }
+}
+
+/**
+ * Conditionally provides immunity to stat drop effects to the user's field.
+ *
+ * Used by {@linkcode Abilities.FLOWER_VEIL | Flower Veil}.
+ */
+export class ConditionalUserFieldProtectStatAbAttr extends PreStatStageChangeAbAttr {
+ /** {@linkcode BattleStat} to protect or `undefined` if **all** {@linkcode BattleStat} are protected */
+ protected protectedStat?: BattleStat;
+
+ /** If the method evaluates to true, the stat will be protected. */
+ protected condition: (target: Pokemon) => boolean;
+
+ constructor(condition: (target: Pokemon) => boolean, protectedStat?: BattleStat) {
+ super();
+ this.condition = condition;
+ }
+
+ /**
+ * Determine whether the {@linkcode ConditionalUserFieldProtectStatAbAttr} can be applied.
+ * @param pokemon The pokemon with the ability
+ * @param passive unused
+ * @param simulated Unused
+ * @param stat The stat being affected
+ * @param cancelled Holds whether the stat change was already prevented.
+ * @param args Args[0] is the target pokemon of the stat change.
+ * @returns
+ */
+ override canApplyPreStatStageChange(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: [Pokemon, ...any]): boolean {
+ const target = args[0];
+ if (!target) {
+ return false;
+ }
+ return !cancelled.value && (Utils.isNullOrUndefined(this.protectedStat) || stat === this.protectedStat) && this.condition(target);
+ }
+
+ /**
+ * Apply the {@linkcode ConditionalUserFieldStatusEffectImmunityAbAttr} to an interaction
+ * @param _pokemon The pokemon the stat change is affecting (unused)
+ * @param _passive unused
+ * @param _simulated unused
+ * @param stat The stat being affected
+ * @param cancelled Will be set to true if the stat change is prevented
+ * @param _args unused
+ */
+ override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _stat: BattleStat, cancelled: Utils.BooleanHolder, _args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+
+export class PreApplyBattlerTagAbAttr extends AbAttr {
+ canApplyPreApplyBattlerTag(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ tag: BattlerTag,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): boolean {
+ return true;
+ }
+
+ applyPreApplyBattlerTag(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ tag: BattlerTag,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
}
/**
* Provides immunity to BattlerTags {@linkcode BattlerTag} to specified targets.
*/
export class PreApplyBattlerTagImmunityAbAttr extends PreApplyBattlerTagAbAttr {
- private immuneTagTypes: BattlerTagType[];
- private battlerTag: BattlerTag;
+ protected immuneTagTypes: BattlerTagType[];
+ protected battlerTag: BattlerTag;
constructor(immuneTagTypes: BattlerTagType | BattlerTagType[]) {
- super();
+ super(true);
this.immuneTagTypes = Array.isArray(immuneTagTypes) ? immuneTagTypes : [ immuneTagTypes ];
}
- applyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.immuneTagTypes.includes(tag.tagType)) {
- cancelled.value = true;
- if (!simulated) {
- this.battlerTag = tag;
- }
- return true;
- }
+ override canApplyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ this.battlerTag = tag;
- return false;
+ return !cancelled.value && this.immuneTagTypes.includes(tag.tagType);
+ }
+
+ override applyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -2979,17 +3459,46 @@ export class BattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr {
*/
export class UserFieldBattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr { }
+export class ConditionalUserFieldBattlerTagImmunityAbAttr extends UserFieldBattlerTagImmunityAbAttr {
+ private condition: (target: Pokemon) => boolean;
+
+ /**
+ * Determine whether the {@linkcode ConditionalUserFieldBattlerTagImmunityAbAttr} can be applied by passing the target pokemon to the condition.
+ * @param pokemon The pokemon owning the ability
+ * @param passive unused
+ * @param simulated whether the ability is being simulated (unused)
+ * @param tag The {@linkcode BattlerTag} being applied
+ * @param cancelled Holds whether the tag was previously cancelled (unused)
+ * @param args Args[0] is the target that the tag is attempting to be applied to
+ * @returns Whether the ability can be used to cancel the battler tag
+ */
+ override canApplyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: [Pokemon, ...any]): boolean {
+ return super.canApplyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args) && this.condition(args[0]);
+ }
+
+ constructor(condition: (target: Pokemon) => boolean, immuneTagTypes: BattlerTagType | BattlerTagType[]) {
+ super(immuneTagTypes);
+
+ this.condition = condition;
+ }
+}
+
export class BlockCritAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.BooleanHolder).value = true;
- return true;
}
}
export class BonusCritAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ constructor() {
+ super(false);
+ }
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.BooleanHolder).value = true;
- return true;
}
}
@@ -2997,19 +3506,19 @@ export class MultCritAbAttr extends AbAttr {
public multAmount: number;
constructor(multAmount: number) {
- super(true);
+ super(false);
this.multAmount = multAmount;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const critMult = args[0] as Utils.NumberHolder;
- if (critMult.value > 1) {
- critMult.value *= this.multAmount;
- return true;
- }
+ return critMult.value > 1;
+ }
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ const critMult = args[0] as Utils.NumberHolder;
+ critMult.value *= this.multAmount;
}
}
@@ -3021,34 +3530,36 @@ export class MultCritAbAttr extends AbAttr {
export class ConditionalCritAbAttr extends AbAttr {
private condition: PokemonAttackCondition;
- constructor(condition: PokemonAttackCondition, checkUser?: Boolean) {
- super();
+ constructor(condition: PokemonAttackCondition, checkUser?: boolean) {
+ super(false);
this.condition = condition;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const target = (args[1] as Pokemon);
+ const move = (args[2] as Move);
+ return this.condition(pokemon, target, move);
+ }
+
/**
* @param pokemon {@linkcode Pokemon} user.
* @param args [0] {@linkcode Utils.BooleanHolder} If true critical hit is guaranteed.
* [1] {@linkcode Pokemon} Target.
* [2] {@linkcode Move} used by ability user.
*/
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const target = (args[1] as Pokemon);
- const move = (args[2] as Move);
- if (!this.condition(pokemon, target, move)) {
- return false;
- }
-
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.BooleanHolder).value = true;
- return true;
}
}
export class BlockNonDirectDamageAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
cancelled.value = true;
- return true;
}
}
@@ -3067,26 +3578,27 @@ export class BlockStatusDamageAbAttr extends AbAttr {
this.effects = effects;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ if (pokemon.status && this.effects.includes(pokemon.status.effect)) {
+ return true;
+ }
+ return false;
+ }
+
/**
* @param {Pokemon} pokemon The pokemon with the ability
* @param {boolean} passive N/A
* @param {Utils.BooleanHolder} cancelled Whether to cancel the status damage
* @param {any[]} args N/A
- * @returns Returns true if status damage is blocked
*/
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (pokemon.status && this.effects.includes(pokemon.status.effect)) {
- cancelled.value = true;
- return true;
- }
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
export class BlockOneHitKOAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
cancelled.value = true;
- return true;
}
}
@@ -3104,28 +3616,42 @@ export class ChangeMovePriorityAbAttr extends AbAttr {
* @param {number} changeAmount the amount of priority added or subtracted
*/
constructor(moveFunc: (pokemon: Pokemon, move: Move) => boolean, changeAmount: number) {
- super(true);
+ super(false);
this.moveFunc = moveFunc;
this.changeAmount = changeAmount;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!this.moveFunc(pokemon, args[0] as Move)) {
- return false;
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.moveFunc(pokemon, args[0] as Move);
+ }
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[1] as Utils.NumberHolder).value += this.changeAmount;
- return true;
}
}
export class IgnoreContactAbAttr extends AbAttr { }
export class PreWeatherEffectAbAttr extends AbAttr {
- applyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather | null, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
+ canApplyPreWeatherEffect(
+ pokemon: Pokemon,
+ passive: Boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ cancelled: Utils.BooleanHolder,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreWeatherEffect(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
}
export class PreWeatherDamageAbAttr extends PreWeatherEffectAbAttr { }
@@ -3134,17 +3660,17 @@ export class BlockWeatherDamageAttr extends PreWeatherDamageAbAttr {
private weatherTypes: WeatherType[];
constructor(...weatherTypes: WeatherType[]) {
- super();
+ super(false);
this.weatherTypes = weatherTypes;
}
- applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!this.weatherTypes.length || this.weatherTypes.indexOf(weather?.weatherType) > -1) {
- cancelled.value = true;
- }
+ override canApplyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ return !this.weatherTypes.length || this.weatherTypes.indexOf(weather?.weatherType) > -1;
+ }
- return true;
+ override applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
@@ -3152,18 +3678,17 @@ export class SuppressWeatherEffectAbAttr extends PreWeatherEffectAbAttr {
public affectsImmutable: boolean;
constructor(affectsImmutable?: boolean) {
- super();
+ super(true);
this.affectsImmutable = !!affectsImmutable;
}
- applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.affectsImmutable || weather.isImmutable()) {
- cancelled.value = true;
- return true;
- }
+ override canApplyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ return this.affectsImmutable || weather.isImmutable();
+ }
- return false;
+ override applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
@@ -3235,10 +3760,10 @@ function getAnticipationCondition(): AbAttrCondition {
+ (opponent.ivs[Stat.SPDEF] & 1) * 32) * 15 / 63);
const type = [
- Type.FIGHTING, Type.FLYING, Type.POISON, Type.GROUND,
- Type.ROCK, Type.BUG, Type.GHOST, Type.STEEL,
- Type.FIRE, Type.WATER, Type.GRASS, Type.ELECTRIC,
- Type.PSYCHIC, Type.ICE, Type.DRAGON, Type.DARK ][iv_val];
+ PokemonType.FIGHTING, PokemonType.FLYING, PokemonType.POISON, PokemonType.GROUND,
+ PokemonType.ROCK, PokemonType.BUG, PokemonType.GHOST, PokemonType.STEEL,
+ PokemonType.FIRE, PokemonType.WATER, PokemonType.GRASS, PokemonType.ELECTRIC,
+ PokemonType.PSYCHIC, PokemonType.ICE, PokemonType.DRAGON, PokemonType.DARK ][iv_val];
if (pokemon.getAttackTypeEffectiveness(type, opponent) >= 2) {
return true;
@@ -3268,7 +3793,7 @@ export class ForewarnAbAttr extends PostSummonAbAttr {
super(true);
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
let maxPowerSeen = 0;
let maxMove = "";
let movePower = 0;
@@ -3295,7 +3820,6 @@ export class ForewarnAbAttr extends PostSummonAbAttr {
if (!simulated) {
globalScene.queueMessage(i18next.t("abilityTriggers:forewarn", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), moveName: maxMove }));
}
- return true;
}
}
@@ -3304,21 +3828,22 @@ export class FriskAbAttr extends PostSummonAbAttr {
super(true);
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
for (const opponent of pokemon.getOpponents()) {
globalScene.queueMessage(i18next.t("abilityTriggers:frisk", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), opponentName: opponent.name, opponentAbilityName: opponent.getAbility().name }));
setAbilityRevealed(opponent);
}
}
- return true;
}
}
export class PostWeatherChangeAbAttr extends AbAttr {
- applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
- return false;
+ canApplyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
+ return true;
}
+
+ applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void {}
}
/**
@@ -3337,6 +3862,13 @@ export class PostWeatherChangeFormChangeAbAttr extends PostWeatherChangeAbAttr {
this.formRevertingWeathers = formRevertingWeathers;
}
+ override canApplyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
+ const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
+ const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
+
+ return isCastformWithForecast || isCherrimWithFlowerGift;
+ }
+
/**
* Calls {@linkcode Arena.triggerWeatherBasedFormChangesToNormal | triggerWeatherBasedFormChangesToNormal} when the
* weather changed to form-reverting weather, otherwise calls {@linkcode Arena.triggerWeatherBasedFormChanges | triggerWeatherBasedFormChanges}
@@ -3344,27 +3876,19 @@ export class PostWeatherChangeFormChangeAbAttr extends PostWeatherChangeAbAttr {
* @param passive n/a
* @param weather n/a
* @param args n/a
- * @returns whether the form change was triggered
*/
- applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
- const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
- const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
-
- if (isCastformWithForecast || isCherrimWithFlowerGift) {
- if (simulated) {
- return simulated;
- }
-
- const weatherType = globalScene.arena.weather?.weatherType;
-
- if (weatherType && this.formRevertingWeathers.includes(weatherType)) {
- globalScene.arena.triggerWeatherBasedFormChangesToNormal();
- } else {
- globalScene.arena.triggerWeatherBasedFormChanges();
- }
- return true;
+ override applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void {
+ if (simulated) {
+ return;
+ }
+
+ const weatherType = globalScene.arena.weather?.weatherType;
+
+ if (weatherType && this.formRevertingWeathers.includes(weatherType)) {
+ globalScene.arena.triggerWeatherBasedFormChangesToNormal();
+ } else {
+ globalScene.arena.triggerWeatherBasedFormChanges();
}
- return false;
}
}
@@ -3381,16 +3905,13 @@ export class PostWeatherChangeAddBattlerTagAttr extends PostWeatherChangeAbAttr
this.weatherTypes = weatherTypes;
}
- applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
- console.log(this.weatherTypes.find(w => weather === w), WeatherType[weather]);
- if (!this.weatherTypes.find(w => weather === w)) {
- return false;
- }
+ override canApplyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
+ return !!this.weatherTypes.find(w => weather === w) && pokemon.canAddTag(this.tagType);
+ }
- if (simulated) {
- return pokemon.canAddTag(this.tagType);
- } else {
- return pokemon.addTag(this.tagType, this.turnCount);
+ override applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(this.tagType, this.turnCount);
}
}
}
@@ -3404,10 +3925,23 @@ export class PostWeatherLapseAbAttr extends AbAttr {
this.weatherTypes = weatherTypes;
}
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean | Promise {
- return false;
+ canApplyPostWeatherLapse(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ args: any[]): boolean {
+ return true;
}
+ applyPostWeatherLapse(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ args: any[],
+ ): void {}
+
getCondition(): AbAttrCondition {
return getWeatherCondition(...this.weatherTypes);
}
@@ -3422,17 +3956,16 @@ export class PostWeatherLapseHealAbAttr extends PostWeatherLapseAbAttr {
this.healFactor = healFactor;
}
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean {
- if (!pokemon.isFullHp()) {
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- if (!simulated) {
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
- return true;
- }
+ override canApplyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
- return false;
+ override applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): void {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ if (!simulated) {
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ }
}
}
@@ -3445,25 +3978,25 @@ export class PostWeatherLapseDamageAbAttr extends PostWeatherLapseAbAttr {
this.damageFactor = damageFactor;
}
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean {
- if (pokemon.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
- return false;
- }
+ override canApplyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean {
+ return !pokemon.hasAbilityWithAttr(BlockNonDirectDamageAbAttr);
+ }
+ override applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): void {
if (!simulated) {
const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
globalScene.queueMessage(i18next.t("abilityTriggers:postWeatherLapseDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }));
- pokemon.damageAndUpdate(Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.damageFactor)), HitResult.OTHER);
+ pokemon.damageAndUpdate(Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.damageFactor)), { result: HitResult.INDIRECT });
}
-
- return true;
}
}
export class PostTerrainChangeAbAttr extends AbAttr {
- applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
- return false;
+ canApplyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
+ return true;
}
+
+ applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): void {}
}
export class PostTerrainChangeAddBattlerTagAttr extends PostTerrainChangeAbAttr {
@@ -3479,15 +4012,13 @@ export class PostTerrainChangeAddBattlerTagAttr extends PostTerrainChangeAbAttr
this.terrainTypes = terrainTypes;
}
- applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
- if (!this.terrainTypes.find(t => t === terrain)) {
- return false;
- }
+ override canApplyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
+ return !!this.terrainTypes.find(t => t === terrain) && pokemon.canAddTag(this.tagType);
+ }
- if (simulated) {
- return pokemon.canAddTag(this.tagType);
- } else {
- return pokemon.addTag(this.tagType, this.turnCount);
+ override applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(this.tagType, this.turnCount);
}
}
}
@@ -3500,9 +4031,11 @@ function getTerrainCondition(...terrainTypes: TerrainType[]): AbAttrCondition {
}
export class PostTurnAbAttr extends AbAttr {
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
/**
@@ -3520,24 +4053,21 @@ export class PostTurnStatusHealAbAttr extends PostTurnAbAttr {
this.effects = effects;
}
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !Utils.isNullOrUndefined(pokemon.status) && this.effects.includes(pokemon.status.effect) && !pokemon.isFullHp();
+ }
+
/**
* @param {Pokemon} pokemon The pokemon with the ability that will receive the healing
* @param {Boolean} passive N/A
* @param {any[]} args N/A
- * @returns Returns true if healed from status, false if not
*/
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (pokemon.status && this.effects.includes(pokemon.status.effect)) {
- if (!pokemon.isFullHp()) {
- if (!simulated) {
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
- return true;
- }
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true));
}
- return false;
}
}
@@ -3549,28 +4079,26 @@ export class PostTurnResetStatusAbAttr extends PostTurnAbAttr {
private allyTarget: boolean;
private target: Pokemon;
- constructor(allyTarget: boolean = false) {
+ constructor(allyTarget = false) {
super(true);
this.allyTarget = allyTarget;
}
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
if (this.allyTarget) {
this.target = pokemon.getAlly();
} else {
this.target = pokemon;
}
- if (this.target?.status) {
- if (!simulated) {
- globalScene.queueMessage(getStatusEffectHealText(this.target.status?.effect, getPokemonNameWithAffix(this.target)));
- this.target.resetStatus(false);
- this.target.updateInfo();
- }
+ return !Utils.isNullOrUndefined(this.target.status);
+ }
- return true;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated && this.target.status) {
+ globalScene.queueMessage(getStatusEffectHealText(this.target.status?.effect, getPokemonNameWithAffix(this.target)));
+ this.target.resetStatus(false);
+ this.target.updateInfo();
}
-
- return false;
}
}
@@ -3591,18 +4119,14 @@ export class PostTurnLootAbAttr extends PostTurnAbAttr {
super();
}
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const pass = Phaser.Math.RND.realInRange(0, 1);
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
// Clamp procChance to [0, 1]. Skip if didn't proc (less than pass)
- if (Math.max(Math.min(this.procChance(pokemon), 1), 0) < pass) {
- return false;
- }
+ const pass = Phaser.Math.RND.realInRange(0, 1);
+ return !(Math.max(Math.min(this.procChance(pokemon), 1), 0) < pass) && this.itemType === "EATEN_BERRIES" && !!pokemon.battleData.berriesEaten;
+ }
- if (this.itemType === "EATEN_BERRIES") {
- return this.createEatenBerry(pokemon, simulated);
- } else {
- return false;
- }
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ this.createEatenBerry(pokemon, simulated);
}
/**
@@ -3663,13 +4187,12 @@ export class MoodyAbAttr extends PostTurnAbAttr {
* @param passive N/A
* @param simulated true if applying in a simulated call.
* @param args N/A
- * @returns true
*
* Any stat stages at +6 or -6 are excluded from being increased or decreased, respectively
* If the pokemon already has all stat stages raised to 6, it will only decrease one stat stage by 1
* If the pokemon already has all stat stages lowered to -6, it will only increase one stat stage by 2
*/
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
const canRaise = EFFECTIVE_STATS.filter(s => pokemon.getStatStage(s) < 6);
let canLower = EFFECTIVE_STATS.filter(s => pokemon.getStatStage(s) > -6);
@@ -3684,8 +4207,6 @@ export class MoodyAbAttr extends PostTurnAbAttr {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ loweredStat ], -1));
}
}
-
- return true;
}
}
@@ -3695,31 +4216,26 @@ export class SpeedBoostAbAttr extends PostTurnAbAttr {
super(true);
}
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- if (!pokemon.turnData.switchedInThisTurn && !pokemon.turnData.failedRunAway) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ Stat.SPD ], 1));
- } else {
- return false;
- }
- }
- return true;
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return simulated || (!pokemon.turnData.switchedInThisTurn && !pokemon.turnData.failedRunAway);
+ }
+
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ Stat.SPD ], 1));
}
}
export class PostTurnHealAbAttr extends PostTurnAbAttr {
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!pokemon.isFullHp()) {
- if (!simulated) {
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
- return true;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
}
-
- return false;
}
}
@@ -3732,17 +4248,14 @@ export class PostTurnFormChangeAbAttr extends PostTurnAbAttr {
this.formFunc = formFunc;
}
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.formFunc(pokemon) !== pokemon.formIndex;
+ }
- return true;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
}
-
- return false;
}
}
@@ -3751,28 +4264,25 @@ export class PostTurnFormChangeAbAttr extends PostTurnAbAttr {
* Attribute used for abilities (Bad Dreams) that damages the opponents for being asleep
*/
export class PostTurnHurtIfSleepingAbAttr extends PostTurnAbAttr {
-
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return pokemon.getOpponents().some(opp => (opp.status?.effect === StatusEffect.SLEEP || opp.hasAbility(Abilities.COMATOSE)) && !opp.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !opp.switchOutStatus);
+ }
/**
* Deals damage to all sleeping opponents equal to 1/8 of their max hp (min 1)
* @param pokemon Pokemon that has this ability
* @param passive N/A
* @param simulated `true` if applying in a simulated call.
* @param args N/A
- * @returns `true` if any opponents are sleeping
*/
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- let hadEffect: boolean = false;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
for (const opp of pokemon.getOpponents()) {
if ((opp.status?.effect === StatusEffect.SLEEP || opp.hasAbility(Abilities.COMATOSE)) && !opp.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !opp.switchOutStatus) {
if (!simulated) {
- opp.damageAndUpdate(Utils.toDmgValue(opp.getMaxHp() / 8), HitResult.OTHER);
+ opp.damageAndUpdate(Utils.toDmgValue(opp.getMaxHp() / 8), { result: HitResult.INDIRECT });
globalScene.queueMessage(i18next.t("abilityTriggers:badDreams", { pokemonName: getPokemonNameWithAffix(opp) }));
}
- hadEffect = true;
}
-
}
- return hadEffect;
}
}
@@ -3785,25 +4295,22 @@ export class FetchBallAbAttr extends PostTurnAbAttr {
constructor() {
super();
}
+
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !simulated && !Utils.isNullOrUndefined(globalScene.currentBattle.lastUsedPokeball) && !!pokemon.isPlayer;
+ }
+
/**
* Adds the last used Pokeball back into the player's inventory
* @param pokemon {@linkcode Pokemon} with this ability
* @param passive N/A
* @param args N/A
- * @returns true if player has used a pokeball and this pokemon is owned by the player
*/
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return false;
- }
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
const lastUsed = globalScene.currentBattle.lastUsedPokeball;
- if (lastUsed !== null && !!pokemon.isPlayer) {
- globalScene.pokeballCounts[lastUsed]++;
- globalScene.currentBattle.lastUsedPokeball = null;
- globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed) }));
- return true;
- }
- return false;
+ globalScene.pokeballCounts[lastUsed!]++;
+ globalScene.currentBattle.lastUsedPokeball = null;
+ globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed!) }));
}
}
@@ -3818,16 +4325,14 @@ export class PostBiomeChangeWeatherChangeAbAttr extends PostBiomeChangeAbAttr {
this.weatherType = weatherType;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!globalScene.arena.weather?.isImmutable()) {
- if (simulated) {
- return globalScene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return globalScene.arena.trySetWeather(this.weatherType, true);
- }
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return ((globalScene.arena.weather?.isImmutable() ?? false) && globalScene.arena.canSetWeather(this.weatherType));
+ }
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, pokemon);
+ }
}
}
@@ -3840,11 +4345,13 @@ export class PostBiomeChangeTerrainChangeAbAttr extends PostBiomeChangeAbAttr {
this.terrainType = terrainType;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (simulated) {
- return globalScene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return globalScene.arena.trySetTerrain(this.terrainType, true);
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.canSetTerrain(this.terrainType);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, false, pokemon);
}
}
}
@@ -3854,9 +4361,24 @@ export class PostBiomeChangeTerrainChangeAbAttr extends PostBiomeChangeAbAttr {
* @extends AbAttr
*/
export class PostMoveUsedAbAttr extends AbAttr {
- applyPostMoveUsed(pokemon: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostMoveUsed(
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPostMoveUsed(
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ args: any[],
+ ): void {}
}
/**
@@ -3864,6 +4386,15 @@ export class PostMoveUsedAbAttr extends AbAttr {
* @extends PostMoveUsedAbAttr
*/
export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr {
+ override canApplyPostMoveUsed(dancer: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean {
+ // List of tags that prevent the Dancer from replicating the move
+ const forbiddenTags = [ BattlerTagType.FLYING, BattlerTagType.UNDERWATER,
+ BattlerTagType.UNDERGROUND, BattlerTagType.HIDDEN ];
+ // The move to replicate cannot come from the Dancer
+ return source.getBattlerIndex() !== dancer.getBattlerIndex()
+ && !dancer.summonData.tags.some(tag => forbiddenTags.includes(tag.tagType));
+ }
+
/**
* Resolves the Dancer ability by replicating the move used by the source of the dance
* either on the source itself or on the target of the dance
@@ -3872,29 +4403,24 @@ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr {
* @param source {@linkcode Pokemon} that used the dancing move
* @param targets {@linkcode BattlerIndex}Targets of the dancing move
* @param args N/A
- *
- * @return true if the Dancer ability was resolved
*/
- applyPostMoveUsed(dancer: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean | Promise {
- // List of tags that prevent the Dancer from replicating the move
- const forbiddenTags = [ BattlerTagType.FLYING, BattlerTagType.UNDERWATER,
- BattlerTagType.UNDERGROUND, BattlerTagType.HIDDEN ];
- // The move to replicate cannot come from the Dancer
- if (source.getBattlerIndex() !== dancer.getBattlerIndex()
- && !dancer.summonData.tags.some(tag => forbiddenTags.includes(tag.tagType))) {
- if (!simulated) {
- // If the move is an AttackMove or a StatusMove the Dancer must replicate the move on the source of the Dance
- if (move.getMove() instanceof AttackMove || move.getMove() instanceof StatusMove) {
- const target = this.getTarget(dancer, source, targets);
- globalScene.unshiftPhase(new MovePhase(dancer, target, move, true, true));
- } else if (move.getMove() instanceof SelfStatusMove) {
- // If the move is a SelfStatusMove (ie. Swords Dance) the Dancer should replicate it on itself
- globalScene.unshiftPhase(new MovePhase(dancer, [ dancer.getBattlerIndex() ], move, true, true));
- }
+ override applyPostMoveUsed(
+ dancer: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ args: any[]): void {
+ if (!simulated) {
+ // If the move is an AttackMove or a StatusMove the Dancer must replicate the move on the source of the Dance
+ if (move.getMove() instanceof AttackMove || move.getMove() instanceof StatusMove) {
+ const target = this.getTarget(dancer, source, targets);
+ globalScene.unshiftPhase(new MovePhase(dancer, target, move, true, true));
+ } else if (move.getMove() instanceof SelfStatusMove) {
+ // If the move is a SelfStatusMove (ie. Swords Dance) the Dancer should replicate it on itself
+ globalScene.unshiftPhase(new MovePhase(dancer, [ dancer.getBattlerIndex() ], move, true, true));
}
- return true;
}
- return false;
}
/**
@@ -3917,9 +4443,11 @@ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr {
* @extends AbAttr
*/
export class PostItemLostAbAttr extends AbAttr {
- applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {}
}
/**
@@ -3929,21 +4457,21 @@ export class PostItemLostAbAttr extends AbAttr {
export class PostItemLostApplyBattlerTagAbAttr extends PostItemLostAbAttr {
private tagType: BattlerTagType;
constructor(tagType: BattlerTagType) {
- super(true);
+ super(false);
this.tagType = tagType;
}
+
+ override canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean {
+ return !pokemon.getTag(this.tagType) && !simulated;
+ }
+
/**
* Adds the last used Pokeball back into the player's inventory
* @param pokemon {@linkcode Pokemon} with this ability
* @param args N/A
- * @returns true if BattlerTag was applied
*/
- applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean | Promise {
- if (!pokemon.getTag(this.tagType) && !simulated) {
- pokemon.addTag(this.tagType);
- return true;
- }
- return false;
+ override applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {
+ pokemon.addTag(this.tagType);
}
}
@@ -3951,24 +4479,27 @@ export class StatStageChangeMultiplierAbAttr extends AbAttr {
private multiplier: number;
constructor(multiplier: number) {
- super(true);
+ super(false);
this.multiplier = multiplier;
}
- override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.NumberHolder).value *= this.multiplier;
-
- return true;
}
}
export class StatStageChangeCopyAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
+ override apply(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {
if (!simulated) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, (args[0] as BattleStat[]), (args[1] as number), true, false, false));
}
- return true;
}
}
@@ -3977,10 +4508,8 @@ export class BypassBurnDamageReductionAbAttr extends AbAttr {
super(false);
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
cancelled.value = true;
-
- return true;
}
}
@@ -3999,28 +4528,21 @@ export class ReduceBurnDamageAbAttr extends AbAttr {
* @param passive N/A
* @param cancelled N/A
* @param args `[0]` {@linkcode Utils.NumberHolder} The damage value being modified
- * @returns `true`
*/
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.multiplier);
-
- return true;
}
}
export class DoubleBerryEffectAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.NumberHolder).value *= 2;
-
- return true;
}
}
export class PreventBerryUseAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
cancelled.value = true;
-
- return true;
}
}
@@ -4040,7 +4562,7 @@ export class HealFromBerryUseAbAttr extends AbAttr {
this.healPercent = Math.max(Math.min(healPercent, 1), 0);
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [Utils.BooleanHolder, any[]]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [Utils.BooleanHolder, any[]]): void {
const { name: abilityName } = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
if (!simulated) {
globalScene.unshiftPhase(
@@ -4052,15 +4574,12 @@ export class HealFromBerryUseAbAttr extends AbAttr {
)
);
}
- return true;
}
}
export class RunSuccessAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.NumberHolder).value = 256;
-
- return true;
}
}
@@ -4080,9 +4599,24 @@ export class CheckTrappedAbAttr extends AbAttr {
this.arenaTrapCondition = condition;
}
- applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean | Promise {
- return false;
+ canApplyCheckTrapped(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ trapped: Utils.BooleanHolder,
+ otherPokemon: Pokemon,
+ args: any[]): boolean {
+ return true;
}
+
+ applyCheckTrapped(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ trapped: Utils.BooleanHolder,
+ otherPokemon: Pokemon,
+ args: any[],
+ ): void {}
}
/**
@@ -4092,6 +4626,12 @@ export class CheckTrappedAbAttr extends AbAttr {
* @see {@linkcode applyCheckTrapped}
*/
export class ArenaTrapAbAttr extends CheckTrappedAbAttr {
+ override canApplyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean {
+ return this.arenaTrapCondition(pokemon, otherPokemon)
+ && !(otherPokemon.getTypes(true).includes(PokemonType.GHOST) || (otherPokemon.getTypes(true).includes(PokemonType.STELLAR) && otherPokemon.getTypes().includes(PokemonType.GHOST)))
+ && !otherPokemon.hasAbility(Abilities.RUN_AWAY);
+ }
+
/**
* Checks if enemy Pokemon is trapped by an Arena Trap-esque ability
* If the enemy is a Ghost type, it is not trapped
@@ -4103,22 +4643,9 @@ export class ArenaTrapAbAttr extends CheckTrappedAbAttr {
* @param trapped {@link Utils.BooleanHolder} indicating whether the other Pokemon is trapped or not
* @param otherPokemon The {@link Pokemon} that is affected by an Arena Trap ability
* @param args N/A
- * @returns if enemy Pokemon is trapped or not
*/
- applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean {
- if (this.arenaTrapCondition(pokemon, otherPokemon)) {
- if (otherPokemon.getTypes(true).includes(Type.GHOST) || (otherPokemon.getTypes(true).includes(Type.STELLAR) && otherPokemon.getTypes().includes(Type.GHOST))) {
- trapped.value = false;
- return false;
- } else if (otherPokemon.hasAbility(Abilities.RUN_AWAY)) {
- trapped.value = false;
- return false;
- }
- trapped.value = true;
- return true;
- }
- trapped.value = false;
- return false;
+ override applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): void {
+ trapped.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4127,10 +4654,12 @@ export class ArenaTrapAbAttr extends CheckTrappedAbAttr {
}
export class MaxMultiHitAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- (args[0] as Utils.NumberHolder).value = 0;
+ constructor() {
+ super(false);
+ }
- return true;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value = 0;
}
}
@@ -4139,36 +4668,48 @@ export class PostBattleAbAttr extends AbAttr {
super(true);
}
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- return false;
+ canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
export class PostBattleLootAbAttr extends PostBattleAbAttr {
- /**
- * @param args - `[0]`: boolean for if the battle ended in a victory
- * @returns `true` if successful
- */
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ private randItem?: PokemonHeldItemModifier;
+
+ override canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const postBattleLoot = globalScene.currentBattle.postBattleLoot;
if (!simulated && postBattleLoot.length && args[0]) {
- const randItem = Utils.randSeedItem(postBattleLoot);
- //@ts-ignore - TODO see below
- if (globalScene.tryTransferHeldItemModifier(randItem, pokemon, true, 1, true, undefined, false)) { // TODO: fix. This is a promise!?
- postBattleLoot.splice(postBattleLoot.indexOf(randItem), 1);
- globalScene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: randItem.type.name }));
- return true;
- }
+ this.randItem = Utils.randSeedItem(postBattleLoot);
+ return globalScene.canTransferHeldItemModifier(this.randItem, pokemon, 1);
+ }
+ return false;
+ }
+
+ /**
+ * @param args - `[0]`: boolean for if the battle ended in a victory
+ */
+ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const postBattleLoot = globalScene.currentBattle.postBattleLoot;
+ if (!this.randItem) {
+ this.randItem = Utils.randSeedItem(postBattleLoot);
}
- return false;
+ if (globalScene.tryTransferHeldItemModifier(this.randItem, pokemon, true, 1, true, undefined, false)) {
+ postBattleLoot.splice(postBattleLoot.indexOf(this.randItem), 1);
+ globalScene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: this.randItem.type.name }));
+ }
+ this.randItem = undefined;
}
}
export class PostFaintAbAttr extends AbAttr {
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- return false;
+ canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
+ return true;
}
+
+ applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void {}
}
/**
@@ -4177,6 +4718,10 @@ export class PostFaintAbAttr extends AbAttr {
* @extends PostFaintAbAttr
*/
export class PostFaintUnsuppressedWeatherFormChangeAbAttr extends PostFaintAbAttr {
+ override canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
+ return getPokemonWithWeatherBasedForms().length > 0;
+ }
+
/**
* Triggers {@linkcode Arena.triggerWeatherBasedFormChanges | triggerWeatherBasedFormChanges}
* when the user of the ability faints
@@ -4186,20 +4731,11 @@ export class PostFaintUnsuppressedWeatherFormChangeAbAttr extends PostFaintAbAtt
* @param move n/a
* @param hitResult n/a
* @param args n/a
- * @returns whether the form change was triggered
*/
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
- const pokemonToTransform = getPokemonWithWeatherBasedForms();
-
- if (pokemonToTransform.length < 1) {
- return false;
- }
-
+ override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
if (!simulated) {
globalScene.arena.triggerWeatherBasedFormChanges();
}
-
- return true;
}
}
@@ -4207,26 +4743,27 @@ export class PostFaintContactDamageAbAttr extends PostFaintAbAttr {
private damageRatio: number;
constructor(damageRatio: number) {
- super();
+ super(true);
this.damageRatio = damageRatio;
}
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- if (move !== undefined && attacker !== undefined && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) { //If the mon didn't die to indirect damage
- const cancelled = new Utils.BooleanHolder(false);
- globalScene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated));
- if (cancelled.value || attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
- return false;
- }
- if (!simulated) {
- attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER);
- attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio));
- }
- return true;
+ override canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
+ const diedToDirectDamage = move !== undefined && attacker !== undefined && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon);
+ const cancelled = new Utils.BooleanHolder(false);
+ globalScene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated));
+ if (!diedToDirectDamage || cancelled.value || attacker!.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
+ return false;
}
- return false;
+ return true;
+ }
+
+ override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void {
+ if (!simulated) {
+ attacker!.damageAndUpdate(Utils.toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio)), { result: HitResult.INDIRECT });
+ attacker!.turnData.damageTaken += Utils.toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio));
+ }
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4242,13 +4779,12 @@ export class PostFaintHPDamageAbAttr extends PostFaintAbAttr {
super ();
}
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
+ override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void {
if (move !== undefined && attacker !== undefined && !simulated) { //If the mon didn't die to indirect damage
const damage = pokemon.turnData.attacksReceived[0].damage;
- attacker.damageAndUpdate((damage), HitResult.OTHER);
+ attacker.damageAndUpdate((damage), { result: HitResult.INDIRECT });
attacker.turnData.damageTaken += damage;
}
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4256,36 +4792,49 @@ export class PostFaintHPDamageAbAttr extends PostFaintAbAttr {
}
}
+/**
+ * Redirects a move to the pokemon with this ability if it meets the conditions
+ */
export class RedirectMoveAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.canRedirect(args[0] as Moves)) {
- const target = args[1] as Utils.NumberHolder;
- const newTarget = pokemon.getBattlerIndex();
- if (target.value !== newTarget) {
- target.value = newTarget;
- return true;
- }
- }
+ /**
+ * @param pokemon - The Pokemon with the redirection ability
+ * @param args - The args passed to the `AbAttr`:
+ * - `[0]` - The id of the {@linkcode Move} used
+ * - `[1]` - The target's battler index (before redirection)
+ * - `[2]` - The Pokemon that used the move being redirected
+ */
- return false;
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ if (!this.canRedirect(args[0] as Moves, args[2] as Pokemon)) {
+ return false;
+ }
+ const target = args[1] as Utils.NumberHolder;
+ const newTarget = pokemon.getBattlerIndex();
+ return target.value !== newTarget;
}
- canRedirect(moveId: Moves): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ const target = args[1] as Utils.NumberHolder;
+ const newTarget = pokemon.getBattlerIndex();
+ target.value = newTarget;
+ }
+
+ canRedirect(moveId: Moves, user: Pokemon): boolean {
const move = allMoves[moveId];
return !![ MoveTarget.NEAR_OTHER, MoveTarget.OTHER ].find(t => move.moveTarget === t);
}
}
export class RedirectTypeMoveAbAttr extends RedirectMoveAbAttr {
- public type: Type;
+ public type: PokemonType;
- constructor(type: Type) {
+ constructor(type: PokemonType) {
super();
this.type = type;
}
- canRedirect(moveId: Moves): boolean {
- return super.canRedirect(moveId) && allMoves[moveId].type === this.type;
+ canRedirect(moveId: Moves, user: Pokemon): boolean {
+ return super.canRedirect(moveId, user) && user.getMoveType(allMoves[moveId]) === this.type;
}
}
@@ -4300,28 +4849,23 @@ export class ReduceStatusEffectDurationAbAttr extends AbAttr {
private statusEffect: StatusEffect;
constructor(statusEffect: StatusEffect) {
- super(true);
+ super(false);
this.statusEffect = statusEffect;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return args[1] instanceof Utils.NumberHolder && args[0] === this.statusEffect;
+ }
+
/**
* Reduces the number of sleep turns remaining by an extra 1 when applied
* @param args - The args passed to the `AbAttr`:
* - `[0]` - The {@linkcode StatusEffect} of the Pokemon
* - `[1]` - The number of turns remaining until the status is healed
- * @returns `true` if the ability was applied
*/
- apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!(args[1] instanceof Utils.NumberHolder)) {
- return false;
- }
- if (args[0] === this.statusEffect) {
- args[1].value -= 1;
- return true;
- }
-
- return false;
+ override apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void {
+ args[1].value -= 1;
}
}
@@ -4344,37 +4888,33 @@ export class FlinchStatStageChangeAbAttr extends FlinchEffectAbAttr {
this.stages = stages;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
if (!simulated) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages));
}
- return true;
}
}
export class IncreasePpAbAttr extends AbAttr { }
export class ForceSwitchOutImmunityAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
cancelled.value = true;
- return true;
}
}
export class ReduceBerryUseThresholdAbAttr extends AbAttr {
constructor() {
- super();
+ super(false);
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const hpRatio = pokemon.getHpRatio();
+ return args[0].value < hpRatio;
+ }
- if (args[0].value < hpRatio) {
- args[0].value *= 2;
- return args[0].value >= hpRatio;
- }
-
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ args[0].value *= 2;
}
}
@@ -4386,15 +4926,13 @@ export class WeightMultiplierAbAttr extends AbAttr {
private multiplier: number;
constructor(multiplier: number) {
- super();
+ super(false);
this.multiplier = multiplier;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Utils.NumberHolder).value *= this.multiplier;
-
- return true;
}
}
@@ -4403,10 +4941,8 @@ export class SyncEncounterNatureAbAttr extends AbAttr {
super(false);
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
(args[0] as Pokemon).setNature(pokemon.getNature());
-
- return true;
}
}
@@ -4419,27 +4955,12 @@ export class MoveAbilityBypassAbAttr extends AbAttr {
this.moveIgnoreFunc = moveIgnoreFunc || ((pokemon, move) => true);
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.moveIgnoreFunc(pokemon, (args[0] as Move))) {
- cancelled.value = true;
- return true;
- }
- return false;
- }
-}
-
-export class SuppressFieldAbilitiesAbAttr extends AbAttr {
- constructor() {
- super(false);
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.moveIgnoreFunc(pokemon, (args[0] as Move));
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const ability = (args[0] as Ability);
- if (!ability.hasAttr(UnsuppressableAbilityAbAttr) && !ability.hasAttr(SuppressFieldAbilitiesAbAttr)) {
- cancelled.value = true;
- return true;
- }
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
@@ -4453,6 +4974,14 @@ export class IgnoreProtectOnContactAbAttr extends AbAttr { }
* Allows the source's moves to bypass the effects of opposing Light Screen, Reflect, Aurora Veil, Safeguard, Mist, and Substitute.
*/
export class InfiltratorAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return args[0] instanceof Utils.BooleanHolder;
+ }
+
/**
* Sets a flag to bypass screens, Substitute, Safeguard, and Mist
* @param pokemon n/a
@@ -4460,15 +4989,10 @@ export class InfiltratorAbAttr extends AbAttr {
* @param simulated n/a
* @param cancelled n/a
* @param args `[0]` a {@linkcode Utils.BooleanHolder | BooleanHolder} containing the flag
- * @returns `true` if the bypass flag was successfully set; `false` otherwise.
*/
- override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): void {
const bypassed = args[0];
- if (args[0] instanceof Utils.BooleanHolder) {
- bypassed.value = true;
- return true;
- }
- return false;
+ bypassed.value = true;
}
}
@@ -4479,24 +5003,6 @@ export class InfiltratorAbAttr extends AbAttr {
*/
export class ReflectStatusMoveAbAttr extends AbAttr { }
-export class UncopiableAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
-export class UnsuppressableAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
-export class UnswappableAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
export class NoTransformAbilityAbAttr extends AbAttr {
constructor() {
super(false);
@@ -4510,21 +5016,21 @@ export class NoFusionAbilityAbAttr extends AbAttr {
}
export class IgnoreTypeImmunityAbAttr extends AbAttr {
- private defenderType: Type;
- private allowedMoveTypes: Type[];
+ private defenderType: PokemonType;
+ private allowedMoveTypes: PokemonType[];
- constructor(defenderType: Type, allowedMoveTypes: Type[]) {
- super(true);
+ constructor(defenderType: PokemonType, allowedMoveTypes: PokemonType[]) {
+ super(false);
this.defenderType = defenderType;
this.allowedMoveTypes = allowedMoveTypes;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.defenderType === (args[1] as Type) && this.allowedMoveTypes.includes(args[0] as Type)) {
- cancelled.value = true;
- return true;
- }
- return false;
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.defenderType === (args[1] as PokemonType) && this.allowedMoveTypes.includes(args[0] as PokemonType);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
@@ -4533,22 +5039,21 @@ export class IgnoreTypeImmunityAbAttr extends AbAttr {
*/
export class IgnoreTypeStatusEffectImmunityAbAttr extends AbAttr {
private statusEffect: StatusEffect[];
- private defenderType: Type[];
+ private defenderType: PokemonType[];
- constructor(statusEffect: StatusEffect[], defenderType: Type[]) {
- super(true);
+ constructor(statusEffect: StatusEffect[], defenderType: PokemonType[]) {
+ super(false);
this.statusEffect = statusEffect;
this.defenderType = defenderType;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.statusEffect.includes(args[0] as StatusEffect) && this.defenderType.includes(args[1] as Type)) {
- cancelled.value = true;
- return true;
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.statusEffect.includes(args[0] as StatusEffect) && this.defenderType.includes(args[1] as PokemonType);
+ }
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
@@ -4563,18 +5068,17 @@ export class MoneyAbAttr extends PostBattleAbAttr {
super();
}
+ override canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !simulated && args[0];
+ }
+
/**
* @param pokemon {@linkcode Pokemon} that is the user of this ability.
* @param passive N/A
* @param args - `[0]`: boolean for if the battle ended in a victory
- * @returns `true` if successful
*/
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated && args[0]) {
- globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2);
- return true;
- }
- return false;
+ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2);
}
}
@@ -4602,6 +5106,12 @@ export class PostSummonStatStageChangeOnArenaAbAttr extends PostSummonStatStageC
this.tagType = tagType;
}
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const side = pokemon.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY;
+ return (globalScene.arena.getTagOnSide(this.tagType, side) ?? false)
+ && super.canApplyPostSummon(pokemon, passive, simulated, args);
+ }
+
/**
* Applies the post-summon stat change if the specified arena tag is present on pokemon's side.
* This is used in Wind Rider ability.
@@ -4609,15 +5119,9 @@ export class PostSummonStatStageChangeOnArenaAbAttr extends PostSummonStatStageC
* @param {Pokemon} pokemon - The Pokémon being summoned.
* @param {boolean} passive - Whether the effect is passive.
* @param {any[]} args - Additional arguments.
- * @returns {boolean} - Returns true if the stat change was applied, otherwise false.
*/
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const side = pokemon.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY;
-
- if (globalScene.arena.getTagOnSide(this.tagType, side)) {
- return super.applyPostSummon(pokemon, passive, simulated, args);
- }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ super.applyPostSummon(pokemon, passive, simulated, args);
}
}
@@ -4641,6 +5145,10 @@ export class FormBlockDamageAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
this.triggerMessageFunc = triggerMessageFunc;
}
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon);
+ }
+
/**
* Applies the pre-defense ability to the Pokémon.
* Removes the appropriate `BattlerTagType` when hit by an attack and is in its defense form.
@@ -4651,21 +5159,15 @@ export class FormBlockDamageAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
* @param move The move being used.
* @param _cancelled n/a
* @param args Additional arguments.
- * @returns `true` if the immunity was applied.
*/
- override applyPreDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!simulated) {
- (args[0] as Utils.NumberHolder).value = this.multiplier;
- pokemon.removeTag(this.tagType);
- if (this.recoilDamageFunc) {
- pokemon.damageAndUpdate(this.recoilDamageFunc(pokemon), HitResult.OTHER, false, false, true, true);
- }
+ override applyPreDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _cancelled: Utils.BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ (args[0] as Utils.NumberHolder).value = this.multiplier;
+ pokemon.removeTag(this.tagType);
+ if (this.recoilDamageFunc) {
+ pokemon.damageAndUpdate(this.recoilDamageFunc(pokemon), { result: HitResult.INDIRECT, ignoreSegments: true, ignoreFaintPhase: true });
}
- return true;
}
-
- return false;
}
/**
@@ -4696,34 +5198,25 @@ export class BypassSpeedChanceAbAttr extends AbAttr {
this.chance = chance;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const bypassSpeed = args[0] as Utils.BooleanHolder;
+ const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
+ const isCommandFight = turnCommand?.command === Command.FIGHT;
+ const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
+ const isDamageMove = move?.category === MoveCategory.PHYSICAL || move?.category === MoveCategory.SPECIAL;
+ return !simulated && !bypassSpeed.value && pokemon.randSeedInt(100) < this.chance && isCommandFight && isDamageMove;
+ }
+
/**
* bypass move order in their priority bracket when pokemon choose damaging move
* @param {Pokemon} pokemon {@linkcode Pokemon} the Pokemon applying this ability
* @param {boolean} passive N/A
* @param {Utils.BooleanHolder} cancelled N/A
* @param {any[]} args [0] {@linkcode Utils.BooleanHolder} set to true when the ability activated
- * @returns {boolean} - whether the ability was activated.
*/
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (simulated) {
- return false;
- }
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
const bypassSpeed = args[0] as Utils.BooleanHolder;
-
- if (!bypassSpeed.value && pokemon.randSeedInt(100) < this.chance) {
- const turnCommand =
- globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
- const isCommandFight = turnCommand?.command === Command.FIGHT;
- const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
- const isDamageMove = move?.category === MoveCategory.PHYSICAL || move?.category === MoveCategory.SPECIAL;
-
- if (isCommandFight && isDamageMove) {
- bypassSpeed.value = true;
- return true;
- }
- }
-
- return false;
+ bypassSpeed.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4746,23 +5239,22 @@ export class PreventBypassSpeedChanceAbAttr extends AbAttr {
this.condition = condition;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
+ const isCommandFight = turnCommand?.command === Command.FIGHT;
+ const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
+ return isCommandFight && this.condition(pokemon, move!);
+ }
+
/**
* @argument {boolean} bypassSpeed - determines if a Pokemon is able to bypass speed at the moment
* @argument {boolean} canCheckHeldItems - determines if a Pokemon has access to Quick Claw's effects or not
*/
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
const bypassSpeed = args[0] as Utils.BooleanHolder;
const canCheckHeldItems = args[1] as Utils.BooleanHolder;
-
- const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
- const isCommandFight = turnCommand?.command === Command.FIGHT;
- const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
- if (this.condition(pokemon, move!) && isCommandFight) {
- bypassSpeed.value = false;
- canCheckHeldItems.value = false;
- return false;
- }
- return true;
+ bypassSpeed.value = false;
+ canCheckHeldItems.value = false;
}
}
@@ -4775,12 +5267,13 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
super(true);
}
- override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, _args: any[]): boolean {
- if (pokemon.isTerastallized) {
- return false;
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isTerastallized;
+ }
+
+ override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, _args: any[]): void {
const currentTerrain = globalScene.arena.getTerrainType();
- const typeChange: Type[] = this.determineTypeChange(pokemon, currentTerrain);
+ const typeChange: PokemonType[] = this.determineTypeChange(pokemon, currentTerrain);
if (typeChange.length !== 0) {
if (pokemon.summonData.addedType && typeChange.includes(pokemon.summonData.addedType)) {
pokemon.summonData.addedType = null;
@@ -4788,7 +5281,6 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
pokemon.summonData.types = typeChange;
pokemon.updateInfo();
}
- return true;
}
/**
@@ -4797,20 +5289,20 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
* @param currentTerrain {@linkcode TerrainType}
* @returns a list of type(s)
*/
- private determineTypeChange(pokemon: Pokemon, currentTerrain: TerrainType): Type[] {
- const typeChange: Type[] = [];
+ private determineTypeChange(pokemon: Pokemon, currentTerrain: TerrainType): PokemonType[] {
+ const typeChange: PokemonType[] = [];
switch (currentTerrain) {
case TerrainType.ELECTRIC:
- typeChange.push(Type.ELECTRIC);
+ typeChange.push(PokemonType.ELECTRIC);
break;
case TerrainType.MISTY:
- typeChange.push(Type.FAIRY);
+ typeChange.push(PokemonType.FAIRY);
break;
case TerrainType.GRASSY:
- typeChange.push(Type.GRASS);
+ typeChange.push(PokemonType.GRASS);
break;
case TerrainType.PSYCHIC:
- typeChange.push(Type.PSYCHIC);
+ typeChange.push(PokemonType.PSYCHIC);
break;
default:
pokemon.getTypes(false, false, true).forEach(t => {
@@ -4821,15 +5313,16 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
return typeChange;
}
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.getTerrainType() !== TerrainType.NONE &&
+ this.canApply(pokemon, passive, simulated, args);
+ }
+
/**
* Checks if the Pokemon should change types if summoned into an active terrain
- * @returns `true` if there is an active terrain requiring a type change | `false` if not
*/
- override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (globalScene.arena.getTerrainType() !== TerrainType.NONE) {
- return this.apply(pokemon, passive, simulated, new Utils.BooleanHolder(false), []);
- }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ this.apply(pokemon, passive, simulated, new Utils.BooleanHolder(false), []);
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
@@ -4838,63 +5331,66 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
if (currentTerrain === TerrainType.NONE) {
return i18next.t("abilityTriggers:pokemonTypeChangeRevert", { pokemonNameWithAffix });
} else {
- const moveType = i18next.t(`pokemonInfo:Type.${Type[this.determineTypeChange(pokemon, currentTerrain)[0]]}`);
+ const moveType = i18next.t(`pokemonInfo:Type.${PokemonType[this.determineTypeChange(pokemon, currentTerrain)[0]]}`);
return i18next.t("abilityTriggers:pokemonTypeChange", { pokemonNameWithAffix, moveType });
}
}
}
-async function applyAbAttrsInternal(
+function applySingleAbAttrs(
+ pokemon: Pokemon,
+ passive: boolean,
attrType: Constructor,
- pokemon: Pokemon | null,
applyFunc: AbAttrApplyFunc,
+ successFunc: AbAttrSuccessFunc,
args: any[],
- showAbilityInstant: boolean = false,
+ gainedMidTurn: boolean = false,
simulated: boolean = false,
- messages: string[] = [],
+ messages: string[] = []
) {
- for (const passive of [ false, true ]) {
- if (!pokemon?.canApplyAbility(passive) || (passive && pokemon.getPassiveAbility().id === pokemon.getAbility().id)) {
+ if (!pokemon?.canApplyAbility(passive) || (passive && (pokemon.getPassiveAbility().id === pokemon.getAbility().id))) {
+ return;
+ }
+
+ const ability = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
+ if (gainedMidTurn && ability.getAttrs(attrType).some(attr => attr instanceof PostSummonAbAttr && !attr.shouldActivateOnGain())) {
+ return;
+ }
+
+ for (const attr of ability.getAttrs(attrType)) {
+ const condition = attr.getCondition();
+ let abShown = false;
+ if (condition && !condition(pokemon) || !successFunc(attr, passive)) {
continue;
}
- const ability = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
- for (const attr of ability.getAttrs(attrType)) {
- const condition = attr.getCondition();
- if (condition && !condition(pokemon)) {
- continue;
- }
+ globalScene.setPhaseQueueSplice();
- globalScene.setPhaseQueueSplice();
-
- let result = applyFunc(attr, passive);
- // TODO Remove this when promises get reworked
- if (result instanceof Promise) {
- result = await result;
- }
- if (result) {
- if (pokemon.summonData && !pokemon.summonData.abilitiesApplied.includes(ability.id)) {
- pokemon.summonData.abilitiesApplied.push(ability.id);
- }
- if (pokemon.battleData && !simulated && !pokemon.battleData.abilitiesApplied.includes(ability.id)) {
- pokemon.battleData.abilitiesApplied.push(ability.id);
- }
- if (attr.showAbility && !simulated) {
- if (showAbilityInstant) {
- globalScene.abilityBar.showAbility(pokemon, passive);
- } else {
- queueShowAbility(pokemon, passive);
- }
- }
- const message = attr.getTriggerMessage(pokemon, ability.name, args);
- if (message) {
- if (!simulated) {
- globalScene.queueMessage(message);
- }
- }
- messages.push(message!);
- }
+ if (attr.showAbility && !simulated) {
+ globalScene.queueAbilityDisplay(pokemon, passive, true);
+ abShown = true;
}
+ const message = attr.getTriggerMessage(pokemon, ability.name, args);
+ if (message) {
+ if (!simulated) {
+ globalScene.queueMessage(message);
+ }
+ messages.push(message);
+ }
+
+ applyFunc(attr, passive);
+
+ if (abShown) {
+ globalScene.queueAbilityDisplay(pokemon, passive, false);
+ }
+
+ if (pokemon.summonData && !pokemon.summonData.abilitiesApplied.includes(ability.id)) {
+ pokemon.summonData.abilitiesApplied.push(ability.id);
+ }
+ if (pokemon.battleData && !simulated && !pokemon.battleData.abilitiesApplied.includes(ability.id)) {
+ pokemon.battleData.abilitiesApplied.push(ability.id);
+ }
+
globalScene.clearPhaseQueueSplice();
}
}
@@ -5039,9 +5535,24 @@ function calculateShellBellRecovery(pokemon: Pokemon): number {
* @extends AbAttr
*/
export class PostDamageAbAttr extends AbAttr {
- public applyPostDamage(pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], source?: Pokemon): boolean | Promise {
- return false;
+ public canApplyPostDamage(
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ source?: Pokemon): boolean {
+ return true;
}
+
+ public applyPostDamage(
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ source?: Pokemon,
+ ): void {}
}
/**
@@ -5058,25 +5569,18 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
private helper: ForceSwitchOutHelper = new ForceSwitchOutHelper(SwitchType.SWITCH);
private hpRatio: number;
- constructor(hpRatio: number = 0.5) {
+ constructor(hpRatio = 0.5) {
super();
this.hpRatio = hpRatio;
}
- /**
- * Applies the switch-out logic after the Pokémon takes damage.
- * Checks various conditions based on the moves used by the Pokémon, the opponents' moves, and
- * the Pokémon's health after damage to determine whether the switch-out should occur.
- *
- * @param pokemon The Pokémon that took damage.
- * @param damage The amount of damage taken by the Pokémon.
- * @param passive N/A
- * @param simulated Whether the ability is being simulated.
- * @param args N/A
- * @param source The Pokemon that dealt damage
- * @returns `true` if the switch-out logic was successfully applied
- */
- public override applyPostDamage(pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], source?: Pokemon): boolean | Promise {
+ public override canApplyPostDamage(
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ source?: Pokemon): boolean {
const moveHistory = pokemon.getMoveHistory();
// Will not activate when the Pokémon's HP is lowered by cutting its own HP
const fordbiddenAttackingMoves = [ Moves.BELLY_DRUM, Moves.SUBSTITUTE, Moves.CURSE, Moves.PAIN_SPLIT ];
@@ -5110,7 +5614,6 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
}
if (pokemon.hp + damage >= pokemon.getMaxHp() * this.hpRatio) {
- // Activates if it falls below half and recovers back above half from a Shell Bell
const shellBellHeal = calculateShellBellRecovery(pokemon);
if (pokemon.hp - shellBellHeal < pokemon.getMaxHp() * this.hpRatio) {
for (const opponent of pokemon.getOpponents()) {
@@ -5118,56 +5621,210 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
return false;
}
}
- return this.helper.switchOutLogic(pokemon);
- } else {
- return false;
+ return true;
}
- } else {
- return false;
+ }
+
+ return false;
+ }
+
+ /**
+ * Applies the switch-out logic after the Pokémon takes damage.
+ * Checks various conditions based on the moves used by the Pokémon, the opponents' moves, and
+ * the Pokémon's health after damage to determine whether the switch-out should occur.
+ *
+ * @param pokemon The Pokémon that took damage.
+ * @param damage N/A
+ * @param passive N/A
+ * @param simulated Whether the ability is being simulated.
+ * @param args N/A
+ * @param source N/A
+ */
+ public override applyPostDamage(pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], source?: Pokemon): void {
+ this.helper.switchOutLogic(pokemon);
+ }
+}
+function applyAbAttrsInternal(
+ attrType: Constructor,
+ pokemon: Pokemon | null,
+ applyFunc: AbAttrApplyFunc,
+ successFunc: AbAttrSuccessFunc,
+ args: any[],
+ simulated: boolean = false,
+ messages: string[] = [],
+ gainedMidTurn = false
+) {
+ for (const passive of [ false, true ]) {
+ if (pokemon) {
+ applySingleAbAttrs(pokemon, passive, attrType, applyFunc, successFunc, args, gainedMidTurn, simulated, messages);
+ globalScene.clearPhaseQueueSplice();
}
}
- public getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null {
- return this.helper.getFailedText(target);
- }
}
-
-export function applyAbAttrs(attrType: Constructor, pokemon: Pokemon, cancelled: Utils.BooleanHolder | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.apply(pokemon, passive, simulated, cancelled, args), args, false, simulated);
+export function applyAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ cancelled: Utils.BooleanHolder | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.apply(pokemon, passive, simulated, cancelled, args),
+ (attr, passive) => attr.canApply(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPostBattleInitAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostBattleInit(pokemon, passive, simulated, args), args, false, simulated);
+export function applyPostBattleInitAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostBattleInit(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostBattleInit(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPreDefendAbAttrs(attrType: Constructor,
- pokemon: Pokemon, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args), args, false, simulated);
+export function applyPreDefendAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: Utils.BooleanHolder | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args),
+ (attr, passive) => attr.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args),
+ args,
+ simulated,
+ );
}
-export function applyPostDefendAbAttrs(attrType: Constructor,
- pokemon: Pokemon, attacker: Pokemon, move: Move, hitResult: HitResult | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), args, false, simulated);
+export function applyPostDefendAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args),
+ (attr, passive) => attr.canApplyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), args,
+ simulated,
+ );
}
-export function applyPostMoveUsedAbAttrs(attrType: Constructor,
- pokemon: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostMoveUsed(pokemon, move, source, targets, simulated, args), args, false, simulated);
+export function applyPostMoveUsedAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostMoveUsed(pokemon, move, source, targets, simulated, args),
+ (attr, passive) => attr.canApplyPostMoveUsed(pokemon, move, source, targets, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyStatMultiplierAbAttrs(attrType: Constructor,
- pokemon: Pokemon, stat: BattleStat, statValue: Utils.NumberHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyStatStage(pokemon, passive, simulated, stat, statValue, args), args);
-}
-export function applyPostSetStatusAbAttrs(attrType: Constructor,
- pokemon: Pokemon, effect: StatusEffect, sourcePokemon?: Pokemon | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args), args, false, simulated);
+export function applyStatMultiplierAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ stat: BattleStat,
+ statValue: Utils.NumberHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyStatStage(pokemon, passive, simulated, stat, statValue, args),
+ (attr, passive) => attr.canApplyStatStage(pokemon, passive, simulated, stat, statValue, args),
+ args,
+ );
}
-export function applyPostDamageAbAttrs(attrType: Constructor,
- pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean = false, args: any[], source?: Pokemon): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostDamage(pokemon, damage, passive, simulated, args, source), args);
+/**
+ * Applies an ally's Stat multiplier attribute
+ * @param attrType - {@linkcode AllyStatMultiplierAbAttr} should always be AllyStatMultiplierAbAttr for the time being
+ * @param pokemon - The {@linkcode Pokemon} with the ability
+ * @param stat - The type of the checked {@linkcode Stat}
+ * @param statValue - {@linkcode Utils.NumberHolder} containing the value of the checked stat
+ * @param checkedPokemon - The {@linkcode Pokemon} with the checked stat
+ * @param ignoreAbility - Whether or not the ability should be ignored by the pokemon or its move.
+ * @param args - unused
+ */
+export function applyAllyStatMultiplierAbAttrs(attrType: Constructor,
+ pokemon: Pokemon, stat: BattleStat, statValue: Utils.NumberHolder, simulated: boolean = false, checkedPokemon: Pokemon, ignoreAbility: boolean, ...args: any[]
+): void {
+ return applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignoreAbility, args),
+ (attr, passive) => attr.canApplyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignoreAbility, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyPostSetStatusAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ 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,
+ );
}
/**
@@ -5180,114 +5837,403 @@ export function applyPostDamageAbAttrs(attrType: Constructor,
* @param hasApplied {@linkcode Utils.BooleanHolder} whether or not a FieldMultiplyBattleStatAbAttr has already affected this stat
* @param args unused
*/
-export function applyFieldStatMultiplierAbAttrs(attrType: Constructor,
- pokemon: Pokemon, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyFieldStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, hasApplied, args), args);
+export function applyFieldStatMultiplierAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ stat: Stat,
+ statValue: Utils.NumberHolder,
+ checkedPokemon: Pokemon,
+ hasApplied: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyFieldStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, hasApplied, args),
+ (attr, passive) => attr.canApplyFieldStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, hasApplied, args), args,
+ );
}
-export function applyPreAttackAbAttrs(attrType: Constructor,
- pokemon: Pokemon, defender: Pokemon | null, move: Move, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreAttack(pokemon, passive, simulated, defender, move, args), args, false, simulated);
+export function applyPreAttackAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ defender: Pokemon | null,
+ move: Move,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreAttack(pokemon, passive, simulated, defender, move, args),
+ (attr, passive) => attr.canApplyPreAttack(pokemon, passive, simulated, defender, move, args),
+ args,
+ simulated,
+ );
}
-export function applyPostAttackAbAttrs(attrType: Constructor,
- pokemon: Pokemon, defender: Pokemon, move: Move, hitResult: HitResult | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args), args, false, simulated);
+export function applyPostAttackAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args),
+ (attr, passive) => attr.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args), args,
+ simulated,
+ );
}
-export function applyPostKnockOutAbAttrs(attrType: Constructor,
- pokemon: Pokemon, knockedOut: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostKnockOut(pokemon, passive, simulated, knockedOut, args), args, false, simulated);
+export function applyPostKnockOutAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ knockedOut: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostKnockOut(pokemon, passive, simulated, knockedOut, args),
+ (attr, passive) => attr.canApplyPostKnockOut(pokemon, passive, simulated, knockedOut, args),
+ args,
+ simulated,
+ );
}
-export function applyPostVictoryAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostVictory(pokemon, passive, simulated, args), args, false, simulated);
+export function applyPostVictoryAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostVictory(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostVictory(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPostSummonAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args), args, false, simulated);
+export function applyPostSummonAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostSummon(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPreSwitchOutAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreSwitchOut(pokemon, passive, simulated, args), args, true, simulated);
+export function applyPreSwitchOutAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreSwitchOut(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPreSwitchOut(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPreLeaveFieldAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreLeaveField(pokemon, passive, simulated, args), args, true, 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: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args), args, false, simulated);
+export function applyPreStatStageChangeAbAttrs (
+ attrType: Constructor,
+ pokemon: Pokemon | null,
+ stat: BattleStat,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args),
+ (attr, passive) => attr.canApplyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args),
+ args,
+ simulated,
+ );
}
-export function applyPostStatStageChangeAbAttrs(attrType: Constructor,
- pokemon: Pokemon, stats: BattleStat[], stages: number, selfTarget: boolean, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, _passive) => attr.applyPostStatStageChange(pokemon, simulated, stats, stages, selfTarget, args), args, false, simulated);
+export function 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: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args), args, false, simulated);
+export function applyPreSetStatusAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ effect: StatusEffect | undefined,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args),
+ (attr, passive) => attr.canApplyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args),
+ args,
+ simulated,
+ );
}
-export function applyPreApplyBattlerTagAbAttrs(attrType: Constructor,
- pokemon: Pokemon, tag: BattlerTag, cancelled: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args), args, false, simulated);
+export function applyPreApplyBattlerTagAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ tag: BattlerTag,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args),
+ (attr, passive) => attr.canApplyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args),
+ args,
+ simulated,
+ );
}
-export function applyPreWeatherEffectAbAttrs(attrType: Constructor,
- pokemon: Pokemon, weather: Weather | null, cancelled: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args), args, true, simulated);
+export function applyPreWeatherEffectAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ weather: Weather | null,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args),
+ (attr, passive) => attr.canApplyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args),
+ args,
+ simulated,
+ );
}
-export function applyPostTurnAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostTurn(pokemon, passive, simulated, args), args, false, simulated);
+export function 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: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostWeatherChange(pokemon, passive, simulated, weather, args), args, false, simulated);
+export function applyPostWeatherChangeAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ weather: WeatherType,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostWeatherChange(pokemon, passive, simulated, weather, args),
+ (attr, passive) => attr.canApplyPostWeatherChange(pokemon, passive, simulated, weather, args),
+ args,
+ simulated,
+ );
}
-export function applyPostWeatherLapseAbAttrs(attrType: Constructor,
- pokemon: Pokemon, weather: Weather | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostWeatherLapse(pokemon, passive, simulated, weather, args), args, false, simulated);
+export function 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: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostTerrainChange(pokemon, passive, simulated, terrain, args), args, false, 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: Utils.BooleanHolder, otherPokemon: Pokemon, messages: string[], simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args), args, false, simulated, messages);
+export function applyCheckTrappedAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ trapped: Utils.BooleanHolder,
+ otherPokemon: Pokemon,
+ messages: string[],
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args),
+ (attr, passive) => attr.canApplyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args), args,
+ simulated,
+ messages,
+ );
}
-export function applyPostBattleAbAttrs(attrType: Constructor